Limbic~Region has asked for the wisdom of the Perl Monks concerning the following question:
I jokingly said if I had more than 14 minutes until Jeapordy started, I would whip something up. Then I looked under the hood. Net::SMTP::SSL basically just uses IO::Socket::SSL and does some symbol table manipulation. Net::SMTP_auth inherits from Net::SMTP and add a couple of new methods.
I offered that all one would have to do is change two lines in Net::SMTP_auth:
Anyone out there able to test and verify this for me? I would first attempt to contact the author to add this support and if that doesn't work upload something myself.
Cheers - L~R
Update: It works! naChoZ was kind enough to point out that anyone with a gmail account can try this themselves.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SMTP Module Supporting SSL and Authentication?
by Limbic~Region (Chancellor) on Apr 15, 2005 at 23:50 UTC |