|
|
| XP is just a number | |
| PerlMonks |
Re: sending e-mail using perl scriptby thomas895 (Friar) |
| on Aug 12, 2012 at 09:43 UTC ( #986948=note: print w/ replies, xml ) | Need Help?? |
|
While you could interface with Outlook, that's an unnecessary step, and adds complexity to the program. And you know how it goes with complex things: when they break, it's a pain to fix. See KISS.
Instead, consider using something like Net::SMTP, and filling in the values Yahoo has given you for the server connection and authentication. Trust me, you will probably save yourself a big headache if you avoid Outlook. Edit: s/mus/must/
~Thomas~ confess( "I offer no guarantees on my code." );
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||