PINK question
stamptrol
Posts: 1,731
Hi folks,
I've done a couple of successful PINK webserver projects with both Stamps and other processors.
The one I'm working on now, with recent firmware, is my first attempt at getting the email function to work. For the moment, I'm using the "Send Test Email" from the View Variable page.
Based on the error code returned, I'm successfully getting to the pop3 mail server but I keep getting "the response from the server is incorrect. Connection terminated."
I'm using the settings from my regular email client, all of which works fine.
Anyone got some words of wisdom as to what to try?
Thanks,
I've done a couple of successful PINK webserver projects with both Stamps and other processors.
The one I'm working on now, with recent firmware, is my first attempt at getting the email function to work. For the moment, I'm using the "Send Test Email" from the View Variable page.
Based on the error code returned, I'm successfully getting to the pop3 mail server but I keep getting "the response from the server is incorrect. Connection terminated."
I'm using the settings from my regular email client, all of which works fine.
Anyone got some words of wisdom as to what to try?
Thanks,
Comments
I'm using Mozilla Thunderbird at the moment.
On the internet settings page I can set the server (pop3.xxx.xxx.xxx) and the port (110)
Then theres a security setting (none) and Authentication (password, sent unsecure).
Doesn't seem to be much else.
Cheers,
It appears the PINK successfully polls the server but is not happy with the response. Almost like its expecting to see "Username?" and the server is sending something different.
Will keep digging.
Tom
No, the connection is plain vanilla. The normal email client successfully connects to two different ISP using the same sort of parameters.
BTW, POP3 is always authenticated. SMTP authentication can use only the mail account but the advanced setting allows username and password authentication.
Uses SSL and password.
Thanks for all responses