-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CouldNotCreateMail with attachment #20
Comments
Hello and thank you for creating the ticket. Could you please provide me with the following information:
|
Hi! Thanks four your response. The SmtpResult is "CouldNotCreateMail" and the file size is 16KB. |
Hi, any updates about this issue?. I am having same problem. |
I have not been able to reproduce. I assume the mail server could block potential attachments. |
Hi again. In my case I am using 1and1 smtp server (smtp.1and1.es). It was responding 501 syntax error - line too long after I send message section:
I notice it was because fileEncoded was very long to 1and1 smtp restriction. So I modifyed BuildSmtpMailInput method
It worked for me. |
Hi! I have the following code. When i add the attachment the mail can not be created. Windows 10 UWP. With EASendMailRT it works.
The text was updated successfully, but these errors were encountered: