From: Jonathan S. <jn...@ge...> - 2005-01-04 11:50:27
|
On Sat, 2005-01-01 at 14:54, Dave Cross wrote: > Hi guys. when i type $mailprog = "smtp:smtp.gmail.com:587"; > > I get the following error: SMTP command [MAIL > > FROM:<har...@gm...>] gave response > > [530 5.7.0 Must issue a STARTTLS command first ] at (eval 8) line 179, > > <GEN0> line 3. > > > > I'm a hundred percent sure that the port 587 is correct. Also, do you > > guys know of any form scripts that has starttls included in it? Also, > > I have a macintosh, and nms_sendmail hasn't been working. > > It certainly looks like the Gmail SMTP is using some kind of non-standard > version of SMTP which may well be incompatible with our formmail. > The gmail servers are using host keys to allow relaying (thus the STARTTLS requirement.) We are aiming at some point to incorparate SMTP AUTH into the NMS SMTP mailer, however the TLS part might prove a little intractable given the requirement only to use the core modules as it will require the reimplementation of a lot of encryption stuff that is quite computationally intensive and will be very slow in pure perl. /J\ -- This e-mail is sponsored by http://www.integration-house.com/ |