Email configuration using gmail smtp on AEM6.1
Hi Guys, I have configured the smtp with the following details on http://localhost:4502/system/console/configMgr
SMTP Server Host Name : smtp.gmail.com
SMTP Server Port : 465
SMTP User: username
SMTP Password: password
From Address : email
SMTP Use SSL : true
Debug Email : true
I enabled https://www.google.com/settings/security/lesssecureapps as well.
I have configured this email id for workflow process handling in the user group, but I am getting the below error while executing the workflow and no email is sending and receiving.
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc.,1.5.0-b01], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAP
DEBUG: failed to load address map, using defaults
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc.,1.5.0-b01]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 465, isSSL false
Please guys provide me some input to configure the gmail smtp on adobe aem to test the application scenarios.
thanks in advance...
cheers, Sandeep