email
email copied to clipboard
Robust and flexible email library for Go
Hi! We observed an issue when starting to send a batch of emails using a pool, when the client was idle for a while. In this case, the first couple...
Hi, I have a problem. When I use the SendWithStartTLS function to send mail, It produces an error message: 504 5.7.4 Unrecognized authentication type [HK2PR04CA0063.apcprd04.prod.outlook.com],The code is as follows: ```go...
I want to consult, I have been in contact with golang soon i want to know i want to switch my sending ip everytime i send some mail Is there...
This PR aims to resolve #147. Most e-mail headers got proper character encoding handling with PR #132. Unfortunately that change missed that the reply-to header was not treated as an...
Fixes a TODO. Worth it?
I've tried to run the example in the README using the outlook smtp servers: - SMTP_SERVER=smtp-mail.outlook.com - SMTP_PORT=587 However the package doesn't send the email and throws the error: ```...
Most e-mail headers got proper character encoding handling with PR #132. Unfortunately that change missed that the reply-to header was not treated as an address but as a regular header....
This PR resolves #139 - Missing MIME headers with NewEmailFromReader. The issue once again: In the latest master version (943e75fe5223047b345337ea74d5951d19d229ed) when e-mails are created with NewEmailFromReader and they contain attachments,...