anthonysaulnier
03-01-2005, 11:39 AM
Good day, I was wondering if anyone how to set up a Perl/CGI script to send mail other than using sendmail or using use Net::SMTP; . I have tried these setups but have found out that my ISP is preventing me from sending mail to persons other than myself. Apparently it has to do with the fact that my ISP may not want my OS in direct contact with their smtp server or something along those lines. I do notice that when I try to send mail using the command line that "mail" instead of "sendmail" will actually work but I have no idea how to set this up in the script.
What I am trying to do is set up a mailing list to send messages to all of my customers at once.
I have googled this question and have found that everything makes reference to using "sendmail" .
Any help or ideas would be appreciated.
Thanks,
Anthony
What I am trying to do is set up a mailing list to send messages to all of my customers at once.
I have googled this question and have found that everything makes reference to using "sendmail" .
Any help or ideas would be appreciated.
Thanks,
Anthony