[opencms-dev] WEBFORM Send email not works

marcos binelli mlbinelli at gmail.com
Wed Apr 14 18:21:15 CEST 2010


Hi Graeme

It works fine....

Thanks for your answer, it really help me.

Thanks again

2010/4/13 Graeme Kidd <coolkidd3 at hotmail.com>

>  Yeah to get round that problem I had download the Webform source code and
> go into the CmsFormHandler class and edit the sendConfirmationMail() and
> sendMail() functions
>
> You then have to add the setTLS flag after CmsHtmlMail has been initialised
> in both those functions:
> // create a HTML email
> CmsHtmlMail theMail = new CmsHtmlMail();
> theMail.setTLS(true); // Added this line
>
> This was a quick fix but you could take it further and try and add a tick
> box in the web form content type and pick up the setting from there.
>
> Graeme
>
> ------------------------------
> Date: Tue, 13 Apr 2010 12:52:05 -0300
> From: mlbinelli at gmail.com
> To: opencms-dev at opencms.org
> Subject: Re: [opencms-dev] WEBFORM Send email not works
>
>
> Thanks Michael....
>
> 2010/4/13 Michael Moossen <m.moossen at alkacon.com>
>
> Hi Marcos!
>
> Gmail uses the TLS protocol which is not yet supported (better said
> configurable) in OpenCms.
>
> Sorry
> -------------------
> Michael Moossen
>
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
> On 13.04.2010 03:11, marcos binelli wrote:
> > Hi all
> >
> > I create one form to send emails.
> > I alter the opencms-system.xml as follow lines:
> >
> > <mail>
> > <mailfrom>jmbinfo at gmail.com <mailto:jmbinfo at gmail.com></mailfrom>
> > <mailhost name="smtp.gmail.com <http://smtp.gmail.com>" protocol="smtp"
> > port="465" user="jmbinfo at gmail.com <mailto:jmbinfo at gmail.com>"
> > password="xxxxxx"/>
> > </mail>
> >
> > But when l try to send the email, fails....
> >
> > And in the log l saw the message: "Could not connect to SMTP host:
> > smtp.gmail.com <http://smtp.gmail.com>, port: 465, response: -1"
> >
> > What is wrong????
> >
> > Thanks for the help
> >
> >
> >
> >
> > _______________________________________________
> > This mail is sent to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please
> visit
> > http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>
> ------------------------------
> Get a free e-mail account with Hotmail. Sign-up now.
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20100414/dce28e33/attachment.htm>


More information about the opencms-dev mailing list