invoso.com Report post Posted 06/04/2014 05:50 AM How to fix this problem? 074620.397 384 email send error. <to>maciej@invoso.pl</to><subject>Wiadomosc poczty glosowej z infolinii TELESTRADA S.A.</subject><guid>d6ae1945-c9e8-40ba-bba1-14ef42a37296</guid> System.Net.Mail.SmtpException: Failure sending mail. ---> System.FormatException: An invalid character was found in the mail header: 'Ś'. at System.Net.Mime.MimeBasePart.EndSend(IAsyncResult asyncResult) at System.Net.Mail.Message.EndSend(IAsyncResult asyncResult) at System.Net.Mail.SmtpClient.SendMessageCallback(IAsyncResult result) --- End of inner exception stack trace --- Share this post Link to post
SupportTeam Report post Posted 06/04/2014 06:31 AM The error is: An invalid character was found in the mail header: 'Ś'. It looks like you have tried to specify some cuatom headers in the email mesage to be sent out, and one of those headers contaioned a character that the .NET email sending task considers to be invalid. The solution is most likely to only use standard ASCII letters/numbers in the email headers. Share this post Link to post
invoso.com Report post Posted 06/04/2014 07:38 AM Attached log show other problem. First send treat don't reach email server and log shows second treat. why? email_error.txt Share this post Link to post
SupportTeam Report post Posted 06/04/2014 11:23 AM Error reported in this trace is also "An invalid character was found in the mail header" : 074620.397 384 email send error. <to>maciej@invoso.pl</to><subject>Wiadomosc poczty glosowej z infolinii TELESTRADA S.A.</subject><guid>d6ae1945-c9e8-40ba-bba1-14ef42a37296</guid> System.Net.Mail.SmtpException: Failure sending mail. ---> System.FormatException: An invalid character was found in the mail header: 'Œ'. Share this post Link to post
invoso.com Report post Posted 06/05/2014 05:46 AM Hi, Today problem disappear without any our activity. Problem is: how to check mail header in VG because we doesn't change anything and have eliminate any polish characters from VG Send Email module. Share this post Link to post