Rank: Newbie
Groups: Registered
Joined: 1/29/2018(UTC)
Posts: 3
Location: Gamarde
Google translation EASendMail SMTP Component with delphi Hello until 2 or 3 days ago, I used this component in one of my programs. Everything was working normally. Now I can not send an attached file with the body of the message, either one or the other. This also happens in the simple example provided with the component. Would anyone have an idea of the problem and especially its solution. Would there have been a change in Windows? Thank you
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Rank: Newbie
Groups: Registered
Joined: 1/29/2018(UTC)
Posts: 3
Location: Gamarde
Hello and thank you for your quick response the component is used since September 2016 in a software of a Sports Federation to send the results after the meetings between 2 teams. The meeting sheet is sent by attached file with a small text wishing good reception. Everything worked perfectly until 25/01/2018 (more than 3000 users per weekend) test 1 - text only in HtmlEditor -> Message delivered -> message received test 2 - attached file only, no text in HtmlEditor -> Message delivered -> message received test 3 - attached file (PDF) + text in HtmlEditor -> Message delivered -> message never arrives test 4 - attached file (PDF) + image in HtmlEditor -> Message delivered -> message received there is no error message, the mail is still delivered but in example 3 does not arrive at destination.
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
test 3 - attached file (PDF) + text in HtmlEditor -> Message delivered -> message never arrives Please check it like this: oSmtp.SaveMail('d:\myfolder\test.eml'); // add this line here, then you can get a copy of the message. oSmtp.LogFileName := 'd:\myfolder\smtplog.txt'; // add this line, it will generate full debug log. oSmtp.SendMail .. 1, Please open test.eml and see if the content is corrupt. 2. Please check if there is any error in the log file. If there is no error in log file, that means the email has been submitted to server, server will deliver it to recipient in background. If any error occurred with the email delivery, your sender mailbox should receive non-delivery report from your server.
Rank: Newbie
Groups: Registered
Joined: 1/29/2018(UTC)
Posts: 3
Location: Gamarde
Hello Without any modification of the program, everything is back to normal, at least at my ISP. I will see the next weekend if it is the same for other ISPs. I think there was a change in a Windows update and the ISPs were quick to fix the bug that lasted 4 days for dozens of people. Thank you for your help.
Forum Jump
EmailArchitect Support
Email Component Development
- EASendMail SMTP Component - .NET Version
- EASendMail SMTP Component - Windows Store Apps
- EASendMail SMTP ActiveX Object
- EAGetMail POP3 & IMAP4 Component - .NET Version
- EAGetMail POP3 & IMAP4 ActiveX Object
Exchange Server and IIS SMTP Plugin
- DomanKeys/DKIM for Exchange Server and IIS SMTP
- Disclaimer and S/MIME for Exchange Server and IIS
EmailArchitect Email Server
- EmailArchitect Email Server (General)
- EmailArchitect Email Server Development
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.