http://qs321.pair.com?node_id=1229766

bigup401 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: send mail
by stevieb (Canon) on Feb 11, 2019 at 22:23 UTC

    You've shown a lot of things here that are irrelevant.

    Produce code for each problem at a time. 1) email, 2) the status piece.

    Get rid of all the HTML/CSS etc until these two key items are sorted.

    Also, you're gaining less and less credibility by continuing to ask questions here without utilizing the recommendations that have been presented to you in the past: use warnings;, use strict;... where are those for example?

      > where are those for example?
      Warnings is on the shebang line.
Re: send mail
by poj (Abbot) on Feb 12, 2019 at 18:18 UTC

      well, i saw this cgi::progressbar example before. and also some samples. but i think mine is so different the problem with mine it has different css/js and am looking forward when the send mail command is pressed it should start progressing

Re: send mail
by Lotus1 (Vicar) on Feb 13, 2019 at 16:04 UTC

    bigup401 wrote:

    # Newline format. send message to each email listed my $output = join "\n", split " ", $receipts;

    I don't think "Newline format" is a valid way to make a list of email recipients for MIME::Lite. I've always used comma separated lists and all the examples I've seen are like that. Perhaps you could consider making a small test program that just sends a test email to two addresses. After you get that working then make small test programs for the other parts of this you need to accomplish.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: send mail
by Anonymous Monk on Feb 12, 2019 at 14:55 UTC
    Great script for spammers to use. You should stop.