This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Yahoo mails stuck in draft
#1
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:

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
Reply


Messages In This Thread
Yahoo mails stuck in draft - by baggins - 15.01.2025, 10:49
RE: Yahoo mails stuck in draft - by Daniel - 15.01.2025, 11:14
RE: Yahoo mails stuck in draft - by baggins - 15.01.2025, 11:49
RE: Yahoo mails stuck in draft - by admin - 15.01.2025, 11:41
RE: Yahoo mails stuck in draft - by baggins - 15.01.2025, 15:46
RE: Yahoo mails stuck in draft - by baggins - 16.01.2025, 10:51
RE: Yahoo mails stuck in draft - by Fcs - 15.01.2025, 13:22
RE: Yahoo mails stuck in draft - by baggins - 15.01.2025, 14:04
RE: Yahoo mails stuck in draft - by Fcs - 15.01.2025, 14:26
RE: Yahoo mails stuck in draft - by baggins - 15.01.2025, 14:33
RE: Yahoo mails stuck in draft - by Daniel - 15.01.2025, 15:54
RE: Yahoo mails stuck in draft - by baggins - 15.01.2025, 23:12
RE: Yahoo mails stuck in draft - by admin - 16.01.2025, 10:54
RE: Yahoo mails stuck in draft - by baggins - 16.01.2025, 11:05

Forum Jump: