SMTP
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: SMTP
Shao Sean's libEmail may do what you need:
http://dark.unitz.ca/~shaosean/pages/development.htm
http://dark.unitz.ca/~shaosean/pages/development.htm
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: SMTP
Sarah has a nice smtp stack available, too, at :
http://www.troz.net/rev/index.irev?cate ... ary#stacks
http://www.troz.net/rev/index.irev?cate ... ary#stacks
Re: SMTP
In the interest of thoroughness, in case somebody else searches this topic and finds this thread...
Chipp Walters at Altuit has made a very easy to use stack using Sean Shao's library. You can find it on this page, along with lots of other potentially useful and helpful things:
http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm

Chipp Walters at Altuit has made a very easy to use stack using Sean Shao's library. You can find it on this page, along with lots of other potentially useful and helpful things:
http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm

Re: SMTP
Yes, I had downloaded Chipp's stack but it wouldn't send the email for me. I was hoping for some more documentation on Shao's stuff so I could see if it was just a different option that I needed to use. I had checked Authentication on Chipp's stack.
I need to use Port 26 and Chipp's example doesn't allow a different port, so I edited the source in the 2-3 places it mentions Port 25, but it still seems like maybe it's using port 25.
I will check on it some more and see if I can figure out what is wrong.
Thanks
Alan
I need to use Port 26 and Chipp's example doesn't allow a different port, so I edited the source in the 2-3 places it mentions Port 25, but it still seems like maybe it's using port 25.
I will check on it some more and see if I can figure out what is wrong.
Thanks
Alan
Re: SMTP
It's definitely using port 26, but HostMonster isn't liking it.
<<< 220-We do not authorize the use of this system to transport unsolicited,
<<< 220 and/or bulk e-mail.
When I've seen this error before it was because port 26 wasn't being used, but it must be something else right now.
I think the problem must be on my side, something with authenticating or the way I'm setting it up.
<<< 220-We do not authorize the use of this system to transport unsolicited,
<<< 220 and/or bulk e-mail.
When I've seen this error before it was because port 26 wasn't being used, but it must be something else right now.
I think the problem must be on my side, something with authenticating or the way I'm setting it up.