You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Chanaka Fernando (JIRA)" <ji...@apache.org> on 2016/05/29 03:12:12 UTC

[jira] [Commented] (SYNAPSE-974) Mail transport sample 256 configurations are not valid.

    [ https://issues.apache.org/jira/browse/SYNAPSE-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15305732#comment-15305732 ] 

Chanaka Fernando commented on SYNAPSE-974:
------------------------------------------

Fixed the issue by creating 2 new email addresses as mentioned below.

synapse.demo.mail@gmail.com

synapse.demo.mail1@gmail.com

Configuration files, samples and documentation files are changed to work with the above mentioned email addresses.

> Mail transport sample 256 configurations are not valid.
> -------------------------------------------------------
>
>                 Key: SYNAPSE-974
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-974
>             Project: Synapse
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.1
>         Environment: Ubuntu linux AMD64bit
> Java 1.6
>            Reporter: Chanaka Fernando
>            Assignee: Hiranya Jayathilaka
>            Priority: Minor
>              Labels: documentation
>
> Password of the sample email addresses are changed by someone. The below configuration not working any more.
> Enabling Mail transport in axis2.xml
> ----------------------------------------------------------
> <transportSender name="mailto" class="org.apache.synapse.transport.mail.MailTransportSender"> <parameter name="mail.smtp.host">smtp.gmail.com</parameter> <parameter name="mail.smtp.port">587</parameter> <parameter name="mail.smtp.starttls.enable">true</parameter> <parameter name="mail.smtp.auth">true</parameter> <parameter name="mail.smtp.user">synapse.demo.0</parameter> <parameter name="mail.smtp.password">mailpassword</parameter> <parameter name="mail.smtp.from">synapse.demo.0@gmail.com</parameter> </transportSender>
> Inside the Sample 256 synapse configuration
> -----------------------------------------------------------------------
> <parameter name="transport.mail.Address">synapse.demo.1@gmail.com</parameter> <parameter name="transport.mail.Protocol">pop3</parameter> <parameter name="transport.PollInterval">5</parameter> <parameter name="mail.pop3.host">pop.gmail.com</parameter> <parameter name="mail.pop3.port">995</parameter> <parameter name="mail.pop3.user">synapse.demo.1</parameter> <parameter name="mail.pop3.password">mailpassword</parameter> <parameter name="mail.pop3.socketFactory.class">javax.net.ssl.SSLSocketFactory</parameter> <parameter name="mail.pop3.socketFactory.fallback">false</parameter> <parameter name="mail.pop3.socketFactory.port">995</parameter> <parameter name="transport.mail.ContentType">application/xml</parameter> 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org