Help for this page
use strict; use warnings; ... $mailer->dataend; $mailer->quit;
use Net::SMTP::SSL; ... # Send away! &send_mail('you@gmail.com', 'Server just blew up', 'Some more detail') +;