Hi Senduran,
yes I have used
<endpoint name="MailEpr">
<address uri="mailtoSMTP:[email protected]"/>
</endpoint>
and with SMTPS server(in my case smtps.aruba.it) not work.
If I replace with an SMTP host and config, the emails are sended correctly.
Thanks
Marco
_________________________
Marco Sessa
Software Analyst / Developer
CSP S.p.A.
Napoli - Centro Direzionale,
isola G/1, scala C
Tel: 081.191.38.607
Cel: 340.8689247
Email: [email protected]
www.cspnet.it
Da "Senduran Balasubramaniyam" [email protected]
A [email protected]
Cc "DEV WSO2" [email protected]
Data Fri, 19 Jan 2018 16:58:59 +0530
Oggetto Re: [Dev] Using SMTPS in EI 6.1.0
Hi Marco,
Since your transport name is "mailtoSMTP" can you please make sure, you are
trying send as follows
<endpoint>
<address uri="mailtoSMTP:[email protected]"/>
</endpoint>
Regards
Senduran
On Fri, Jan 19, 2018 at 4:32 PM, marco.sessa <[email protected]> wrote:
Hi,
I have tried to configure in WSO2 EI 6.1.0 the MailTransportSender for
using a SMTPS server,
but I received the follow error:
Could not connect to SMTP host: smtps.aruba.it, port: 465, response: -1
Is SMTPS protocol supported in WSO2 EI?
This is my config:
<transportSender name="mailtoSMTP"
class="org.apache.axis2.transport.mail.MailTransportSender">
<parameter name="mail.smtp.host">smtps.aruba.it</parameter>
<parameter name="mail.smtp.port">465</parameter>
<parameter name="mail.smtp.ssl.enable">true</parameter>
<parameter name="mail.smtp.starttls.enable">true</parameter>
<parameter name="mail.smtp.auth">true</parameter>
<parameter name="mail.smtp.user">[email protected]</parameter>
<parameter name="mail.smtp.password">*********</parameter>
<parameter name="mail.smtp.from">[email protected]</parameter>
</transportSender>
Thanks in advance
Marco
_________________________
Marco Sessa
Software Analyst / Developer
CSP S.p.A.
Napoli - Centro Direzionale,
Italy
isola G/1, scala C
Tel: 081.191.38.607
Cel: 340.8689247
Email: [email protected]
www.cspnet.it
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev
--
Senduran
Senior Software Engineer,
WSO2, Inc.; http://wso2.com/
Mobile: +94 77 952 6548
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev