Random Project

Minor bug

Great plugin. However in check_smtp_send, I noticed a small bug because of which the date timestamp was not being set properly. Here is the fix for it – In check_smtp_send on line 349, change “gmtime” to “localtime”. This will set the correct timestamp in the sent mails.