Please make sure you are using the latest version of the component. And turn on logging in the SmtpConfig.cs file, send it to me if authentication fails. - Ian S
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for having a look. Here is the contents of the log file:
connecting to:celestemcmanus.com:25[server]: 220 celestemcmanus.com ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.1.7)
[client]: EHLO celestemcmanus.com
[server]: 250-Welcome, 216.38.135.130 [216.38.135.130], pleased to meet you
[client]: AUTH LOGIN
[server]: 250-AUTH=LOGIN
[client]: MAIL FROM: <jeffreyp@well.com>
[server]: 250-SIZE 5242880
[client]: RCPT TO: <jeffreyp@well.com>
[server]: 250 HELP
[client]: DATA
[server]: 334 VXNlcm5hbWU6
Ian, please let me know if you want me to set up an account on my mail server for you if you'd care to test this further. I'd be happy to provide you with one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Jeffrey, I'd like to take you up on your offer. Can you set up a
test account on your server for me to test openSmtp.Net. I'm
not sure why it is failing and hopefully by pointing my test
harness at your server it might give some insight.
Please contact me at jovian_moon@hotmail.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
**** Appended from previous post ***************
The exception is :
ERROR - Expecting 250. Recieved: 334 VXNlcm5hbWU6
In looking up this error, I found that it related to authentication issues.
The log file shows the following :
client]: EHLO myserver.pop3.com
[server]: 250-ctd.com Hello myserver.pop3.com, pleased to meet you
[client]: AUTH LOGIN
[server]: 250-ETRN
250-AUTH LOGIN CRAM-MD5
250-8BITMIME
250 SIZE 15000000
[client]: MAIL FROM: <abnrng@hotmail.com>
[server]: 334 VXNlcm5hbWU6
Thanks all
Drew
I'm getting a similar error. Has anyone used this component to successful send mail with authentication?
Please make sure you are using the latest version of the component. And turn on logging in the SmtpConfig.cs file, send it to me if authentication fails. - Ian S
Thanks for having a look. Here is the contents of the log file:
connecting to:celestemcmanus.com:25[server]: 220 celestemcmanus.com ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.1.7)
[client]: EHLO celestemcmanus.com
[server]: 250-Welcome, 216.38.135.130 [216.38.135.130], pleased to meet you
[client]: AUTH LOGIN
[server]: 250-AUTH=LOGIN
[client]: MAIL FROM: <jeffreyp@well.com>
[server]: 250-SIZE 5242880
[client]: RCPT TO: <jeffreyp@well.com>
[server]: 250 HELP
[client]: DATA
[server]: 334 VXNlcm5hbWU6
The exception I get after this is:
---------------------------
OpenSmtpTest
---------------------------
Error: ERROR - Expecting 354. Recieved: 334 VXNlcm5hbWU6
---------------------------
OK
---------------------------
-J.
Ian, please let me know if you want me to set up an account on my mail server for you if you'd care to test this further. I'd be happy to provide you with one.
Jeffrey, I'd like to take you up on your offer. Can you set up a
test account on your server for me to test openSmtp.Net. I'm
not sure why it is failing and hopefully by pointing my test
harness at your server it might give some insight.
Please contact me at jovian_moon@hotmail.com
This big has been fixed in the OpenSmtp.Net Version 01.09.3 release. Thanks for the help Jeffrey, I appreciate your resources, time, and patience.
No problem sir! Happy to help. Thanks for the quick fix -- and for providing such a useful tool.