|
|
| go ahead... be a heretic | |
| PerlMonks |
SMTP client.by Punto (Scribe) |
| on Jun 26, 2000 at 05:17 UTC ( [id://19805]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.Punto has asked for the wisdom of the Perl Monks concerning the following question:
Hi..
I need to sendn a mail from a perl script. I'm using MIME::Entity to create the e-mail, so I have a string like this to print out to sendmail:
To: somebody@domain.com But I want to use the script on a system that doesn't have sendmail, or maybe use a different SMTP server, other than localhost. I need to use MIME::Entity because I'm sending attachments. What would be another way to send the e-mails? I say Mail::Sendmail and Net::SMTP, but they all have commands like this: or something, but I alredy have all the mail on a string. Any ideas? thanks..
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||