VoiceGuide IVR Software Main Page
Jump to content

Problem With Send Email

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×