Bounced Emails - Error

Kelly Shepard asked on May 21, 2018 23:52

I am just setting up my site to monitor bounced emails. When I run the scheduled task I get the following error:

Message: 'binary' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.

Thoughts?

Latest version of 9 is what we are running. POP3 server is set to outlook.office365.com

Recent Answers


Dennis Hulsmans answered on June 1, 2018 13:58

Hi Kelly

I'm having a similar issue. I've also used the server name "pop-mail.outlook.com" which used to work. Now I've used the settings for outlook I've found on https://www.outlook-apps.com/outlook-com-pop-settings/ But unfortunately for both settings I get the following error (different IP in error msg):

[BEGINERROR] Exception type: OpenPop.Pop3.Exceptions.PopServerNotFoundException Stack trace: at OpenPop.Pop3.Pop3Client.Connect(String hostname, Int32 port, Boolean useSsl, Int32 receiveTimeout, Int32 sendTimeout, RemoteCertificateValidationCallback certificateValidator) at CMS.Newsletters.BounceChecker.ProcessAllEmails()

Message: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 52.97.139.2:995

Exception type: System.Net.Sockets.SocketException Stack trace: at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port) at OpenPop.Pop3.Pop3Client.Connect(String hostname, Int32 port, Boolean useSsl, Int32 receiveTimeout, Int32 sendTimeout, RemoteCertificateValidationCallback certificateValidator) [/ENDERROR]

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.