Build precise queries to find exactly what you need
Press ESC to close
@javieitez
Member Since: April 9, 2012
Favorites0
Views
Projects0
A bit of information on how to install it, which dns (bind?) and what does it do would be appreciated.
Reviewed 14 years ago
Excellent monitor. In some modern email systems the message is rejected, maybe due to antispam policies or the message not being compliant with some standards. The SMTP data bulk (starts at line 381) needs to be polished to something like this: $smtp->data(); $smtp->datasend("To: $receiver "); $smtp->datasend("From: $sender "); $smtp->datasend("Subject: E-Mail Ping [$serial] "); $smtp->datasend("Content-Type: text/plain; charset=us-ascii; Content-Disposition: inline ". "This is an automatically sent E-Mail. ". "It is not intended for a human reader. ". "Serial No: $serial "); $smtp->dataend(); Once it includes the From field and the Content-Type tags it is accepted by al systems.
Reviewed 13 years ago
Also, be sure to install libio-socket-ssl-perl if you plan to use this monitor with the pop3s flag.