[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-864) Extend mailSession properties to be able to set mail.smtp.socketFactory.class and mail.smtp.socketFactory.port

Piotr Walczyszyn (JIRA) jira-events at lists.jboss.org
Sun Feb 18 04:55:30 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-864?page=all ]

Piotr Walczyszyn updated JBSEAM-864:
------------------------------------

    Attachment: mail-snippet.txt

This is just a snippet of my code that uses SMTPSSLTransport to connect ssl secured smtp server.
Hope it helps ;)

> Extend mailSession properties to be able to set mail.smtp.socketFactory.class and mail.smtp.socketFactory.port
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: JBSEAM-864
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-864
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Mail
>            Reporter: Piotr Walczyszyn
>         Assigned To: Peter Muir
>             Fix For: 1.2.0.BETA1
>
>         Attachments: mail-snippet.txt
>
>
> In order to be able to send mails via gmail service it is required to set:
> mail.smtp.socketFactory.class = javax.net.ssl.SSLSocketFactory
> mail.smtp.socketFactory.port = 465
> It would be good if it was possible to set additional options in the mail-session component.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list