3 hours ago
(7 hours ago)admin Wrote: log what the mail function returns:
Code:res, err = mail(...)
log(res, err)
Most likely this is some security change on the mail server side. Many providers are disabling simple user/password authentication and require additional user interaction which cannot be automated.
With sslv23 I get: nil string: 554 6.6.0 Error sending message for delivery.
With tlsv1_2 (and port (587) I get: nil string: unknown type in record hdr
It is strange that with sslv23 the message is accepted but ends up in the Drafts...