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
#12
(15.01.2025, 11:41)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.

I gave up on yahoo since I got gmail to work again, but I wanted to try my standard mail provider to have backup just in case...
This provider uses starttls as security protocol.

I modified the mail script to reflect that and changed port to 587.
Now I receive the following:
testing 16.01.2025 11:42:58
* string: unknown type in record hdr


testing 16.01.2025 11:42:58
* nil
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: