Im unable to send emails from JDE using smtp.gmail.com

MapiMazuera

Member
Hi,

Im having problems to send messages by mail using gmail, receiving the following errors in jde.log, I've looked for solutions but not luck yet.
SMTP_ParseServerResponse : The SMTP server returned an errorResponse from the SMTP server is <530 5.7.0 Must issue a STARTTLS command first. j64sm531917yha.35 >4232/3424 UNKNOWN Thu Dec 02 15:08:36.790004 jdesmtp.c1516Leaving sendMimeMsgOnSMTPImpl with an error return code : <33>4232/3424 UNKNOWN Thu Dec 02 15:08:36.790006 jdemosmtp.c396SendMediaObjectOnSMTP : Failed in sendMimeMsgOnSMTP

Thanks.

Mapi.
confused.gif
 
Are you using the right Ports and/or User/Pass?

Share what you have tried (and your settings) - then we help.

(db)
 
The JDE SMTP client can only use port 25, cannot pass a user id/password and cannot use SSL or other encrypted connections. The gmail smtp server requires STARTTLS encryption.

I use Apache James as a local SMTP server and then configure forwarding rules to allow it to communicate with upstream SMTP servers requiring different ports and encrypted connections.

See this thread for details:
http://www.jdelist.com/ubb/showflat.php?Cat=&Number=154812
 
Back
Top