Sunday, March 8, 2009

C# to GMail

As a way to mark this date, when this blog was created, I am posting what is on my platter. I hope someone would stumble to this and lead me to the right direction...

Testing email sender


Exception Error: 504 5.3.3 AUTH mechanism LOGIN not available
at System.Net.Mail.SmtpClient.Authenticate (System.String Username, System.String Password) [0x00000] at System.Net.Mail.SmtpClient.PerformAuthentication () [0x00000] at System.Net.Mail.SmtpClient.Send (System.Net.Mail.MailMessage message) [0x00000] at emailtester.Page_Load (System.Object sender, System.EventArgs e) [0x00000]
SMTP HOST: localhost
SMTP PORT: 25
FROM: xxxxxx
USE FROM: xxxxxx
======================================================


RECEIVER TEST:

Exception Error: Read failure
at System.Net.Sockets.NetworkStream.Read (System.Byte[] buffer, Int32 offset, Int32 size) [0x00000] at System.IO.StreamReader.ReadBuffer () [0x00000] at System.IO.StreamReader.ReadLine () [0x00000] at OpenPOP.POP3.POPClient.Connect (System.String strHost, Int32 intPort) [0x00000] at Emailer.Receiver.Connect () [0x00000] at Emailer.Receiver.TestPop3 () [0x00000] at emailtester.Page_Load (System.Object sender, System.EventArgs e) [0x00000]
System.Net.Sockets.SocketException: Operation timed out. at System.Net.Sockets.Socket.Receive (System.Byte[] buf, Int32 offset, Int32 size, SocketFlags flags) [0x00000] at System.Net.Sockets.NetworkStream.Read (System.Byte[] buffer, Int32 offset, Int32 size) [0x00000] POP3 HOST: pop.gmail.com
POP3 PORT: 995
POP3_USERNAME: xxxxxxxxxxx
POP3 PASSWORD: xxxxxxxxxxx

No comments:

Post a Comment