I'm using soupermail.pl,v 1.136 2001/02/07
Using the example pages to test Soupermail, I get to
the results pages in my browser, but do not receive the
email.
I have other scripts on my server that use sendmail,
and I receive email from those applications without
problems.
After reading through the manual and FAQ, I tried all
of the following.
$mailprog = '/usr/sbin/sendmail';
$mailhost = 'localhost';
$mailprog = '/usr/sbin/sendmail';
$mailhost = '';
$mailprog = '';
$mailhost = 'localhost';
I've even tried to comment out either mailprog or mailhost
The example page can be found at
http://www.thetalentalliance.com/examples/index.htm
Here's some of my configuration data from the installer.
Webserver Apache/1.3.27
Perl 5.006001
Operating system UNIX (freebsd)
Looking for the required perl module MIME::Lite
Found the MIME::Lite module
Looking for the optional perl module DBI
Found the DBI module
Looking for a mailserver
Found the Net::SMTP module
Made SMTP connection to ###.#.#.####.com ESMTP
Found mail server localhost
Found mail program /usr/sbin/sendmail
You can reply to souper@dablue.net
Logged In: YES
user_id=957970
I have the very same problem!! Anyone help?