Hi All,

Solved the problem
I was changing the axis2.xml inside axis2Server.
After changed the axis2.xml inside the ESB
[ESB_HOME]/repository/conf/axis2/axis2.xml
it's working.

Thanks,
Iqbal

On Mon, Nov 17, 2014 at 4:52 PM, Irham Iqbal <[email protected]> wrote:

> Hi All,
> I am following the sample [1] to try out Proxy Services with the MailTo
> Transport sample.
>
> According to the document i enabled(uncommented) the mail transport
> listener and sender in the ESB axis2.xml(
> [ESB_HOME]/samples/axis2Server/repository/conf/axis2.xml)
>
>  <transportReceiver name="mailto"
> class="org.apache.axis2.transport.mail.MailTransportListener"/>
>
>  <transportSender name="mailto"
> class="org.apache.axis2.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.user">synapse.test.0</parameter>
>         <parameter name="mail.smtp.password">mailpassword</parameter>
>         <parameter name="mail.smtp.auth">true</parameter>
>  </transportSender>
>
> Finally i sent emails from my email account to [email protected].
> But I didn't get any response and also i don't see any exceptions as well.
>
> [1] =>
> https://docs.wso2.com/display/ESB490/Sample+256%3A+Proxy+Services+with+the+MailTo+Transport
>
>
> Thank You,
> Iqbal
>
> --
> Irham Iqbal
> Software Engineer - Test Automation
>  WSO2, Inc.: http://wso2.com
> lean. enterprise. middleware
> phone: +94 777888452
>



-- 
Irham Iqbal
Software Engineer - Test Automation
 WSO2, Inc.: http://wso2.com
lean. enterprise. middleware
phone: +94 777888452
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to