Page 1 of 1

SMTP

Posted: Wed Feb 13, 2013 3:24 pm
by jsburnett
Hi all,

I recently tried using Sarahs SMTP library to send SMTP messages from LiveCode from a script.
However, despite entering the correct credentials for my email, I get and error "Connection error: noconnect".

Does anyone have any idea what this means?

Is there anyway else to send a message besides SMTP.

I have a script that checks my public IP address and I would like it to notify me when there is any changes.

Thanks in advance.

John

Re: SMTP

Posted: Wed Feb 13, 2013 11:16 pm
by shaosean
What mail server are you using? Does it work correctly if you access it through an email client?

Re: SMTP

Posted: Thu Feb 14, 2013 3:54 pm
by jsburnett
shaosean,

Thanks for the reply.

Yes my email client works (Windows Live).
and ... I just noticed, thanks to you, that I indeed put in the 'wrong' settings. I put my "POP" settings in verses the "SMTP" settings (server address!)

Thanks again.

I really appreciate this forum and the responses I get/help I get!

John