in reply to Net::SMTP_auth
Thank you very much. VERY, VERY useful.
I only think that there is a typo in the code example:
It is written: $smtp = Net::SMTP->new_auth('mailhost');
I think it should be: $smtp = Net::SMTP_auth->new('mailhost');
Thanks, I really needed exactly this module :)
I only think that there is a typo in the code example:
It is written: $smtp = Net::SMTP->new_auth('mailhost');
I think it should be: $smtp = Net::SMTP_auth->new('mailhost');
Thanks, I really needed exactly this module :)
In Section
Code Catacombs