We're pleased to announce a new release of our free SMTP client for OpenInsight. This release fixes a very minor bug encountered when sending HTML mail messages with embedded images. It's released as an RDK so just extract to an empty subdirectory and run an RDKINSTALL.
It can be downloaded from here.
Full documentation can be found in SENL Volume 5 Issue 1.
[EDIT: 15 Oct 2010 - Updated link to latest zip]
Does ZZ_SMTP support the gmail mailserver? I'm having trouble using the smtp.gmail.com:587 mailserver with (or without) any SSL method (SSLv2, SSLv23, SSLv3, TLSv1)
ReplyDeleteCheers, M@
Hi M@ - what errors are you seeing? I've never used a gmail account so couldn't tell you right now...
ReplyDeleteM@,
ReplyDeleteJust a guess, but the gmail username is your full address, so it would be mattcrozier@gmail.com, not mattcrozier.
apk
M@ - After checking with my shiny new gmail account you _can_ send mail but not by using TLS - you need to use SSLv3 with port 465.
ReplyDeleteYou also need to set the SECURE property to TRUE$ in SMTP_SendText and SMTP_SendHTML, right after the SSL.METHOD property gets set (I'll release a patch for this but just in case you wanted to try now... )
TLS support will need further work.
M@ - v1.2.1 Has been uploaded with the "SECURE" property patch. Please test with gmail using SSLv3 and port 465 and let me know how it goes.
ReplyDeletev1.2.1 works beautifully - thanks Capt'n!
ReplyDeleteI don't think I tried port 465 previously. I'm not sure what the 'SECURE' property is (I'm working off the SENL v5i1 article), but v1.2.1 seems to take care of this anyway.
Appreciated - Cheers, M@