Help for this page
<<< 220 Example.ORG SMTP server here >>> EHLO Example.ORG ... <<< 250 <Bob@Example.COM> recipient ok >>> RCPT TO:<Carol@Ivory.EDU> NOTIFY=FAILURE \ ORCPT=rfc822;Carol@Ivory.EDU
use Net::SMTP; ... $smtp->dataend(); $smtp->quit();