Closed kcarrier closed 10 years ago
server.sendmail(email_From, [email_To], msg)
should be
server.sendmail(email_From, email_To, msg)
around line 2029 and 2042
Need to fix this asap and update library
Fixed.
server.sendmail(email_From, [email_To], msg)
should be
server.sendmail(email_From, email_To, msg)
around line 2029 and 2042
Need to fix this asap and update library