SMTP

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
jsburnett
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 121
Joined: Fri Mar 09, 2007 9:47 pm

SMTP

Post by jsburnett » Wed Feb 13, 2013 3:24 pm

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

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: SMTP

Post by shaosean » Wed Feb 13, 2013 11:16 pm

What mail server are you using? Does it work correctly if you access it through an email client?

jsburnett
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 121
Joined: Fri Mar 09, 2007 9:47 pm

Re: SMTP

Post by jsburnett » Thu Feb 14, 2013 3:54 pm

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

Post Reply