11 hours ago
When gmail changed their mail policy I changed to yahoo to send notification mails.
In the past this worked well, but today I have found out that since quite a while, the mails were not sent.
To be precise, the mails are sent from my LM and processed by Yahoo, but in the Yahoo mailbox they end up in the Drafts folder, so they are not sent to the recipient...
Should I change something in the Local Settings from Common functions to make this work again?
This is what I have now:
Nothing else is changed in the Common functions
In the past this worked well, but today I have found out that since quite a while, the mails were not sent.
To be precise, the mails are sent from my LM and processed by Yahoo, but in the Yahoo mailbox they end up in the Drafts folder, so they are not sent to the recipient...
Should I change something in the Local Settings from Common functions to make this work again?
This is what I have now:
Code:
local settings = {
-- "from" field, only e-mail must be specified here
from = 'XXX@yahoo.com',
-- smtp username
user = 'XXX@yahoo.com',
-- smtp password
password = 'YYYYYYY',
-- smtp server
server = 'smtp.mail.yahoo.com',
-- smtp server port
port = 465,
-- enable ssl, required for gmail smtp
secure = 'sslv23',
Nothing else is changed in the Common functions