in reply to how to get email notification in perl ?

You can use Net::SMTP and set Disposition-Notification-To attribute to your email address
$smtp->datasend("Disposition-Notification-To: yourid\@domain.com");


use Perl;
Perl4Everything