Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Can anyone help me with any documentation for configuring email sending in AEMaaCS

Avatar

Level 2

I found below document which talks about email configuration. However, I would like to know if we have any other documentation that can refer along with this.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/develo... 

I would like to test with gmail account. Any help is really appreciated!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @lmalyala 

 

You need to create one OSGi configuration with name "com.day.cq.mailer.DefaultMailService.xml" and add the below config into it.

 

<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OsgiConfig"
smtp.host="smtp.gmail.com"
smtp.port="465"
smtp.user="demo@gmail.com"
smtp.password="Demo@123"
from.address="no-reply@gmail.com"
smtp.ssl="{Boolean}true"
smtp.starttls="{Boolean}true"
debug.email="{Boolean}true"/>

 

User name and password should be of the gmail account.

 

Please ensure to turn off the less secure app in gmail so it will not stop sending the email. Also note that you can send upto 500 emails using gmail account.

https://support.google.com/accounts/answer/6010255?hl=en

 

Thanks!

View solution in original post

13 Replies

Avatar

Correct answer by
Community Advisor

Hi @lmalyala 

 

You need to create one OSGi configuration with name "com.day.cq.mailer.DefaultMailService.xml" and add the below config into it.

 

<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OsgiConfig"
smtp.host="smtp.gmail.com"
smtp.port="465"
smtp.user="demo@gmail.com"
smtp.password="Demo@123"
from.address="no-reply@gmail.com"
smtp.ssl="{Boolean}true"
smtp.starttls="{Boolean}true"
debug.email="{Boolean}true"/>

 

User name and password should be of the gmail account.

 

Please ensure to turn off the less secure app in gmail so it will not stop sending the email. Also note that you can send upto 500 emails using gmail account.

https://support.google.com/accounts/answer/6010255?hl=en

 

Thanks!

Avatar

Level 2

Hey! This solution works perfectly in local instance. However, it is throwing below error in AEMaaCS instance. Looks like by default, ports will be disabled in AEMaaCS and needs to be enabled as per https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/networking/examples/e... 

Error in AEMaacs instance:

Caused by: org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:465

Caused by: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.gmail.com, 465; timeout 60000

Caused by: java.net.SocketTimeoutException: connect timed out

Could you please help me with steps to resolve this issue in AEMaacs instance?

Avatar

Community Advisor

Hi @lmalyala 

 

You need to configure the OSGi details as mentioned below:

 

{
"smtp.host": "$[env:AEM_PROXY_HOST;default=proxy.tunnel]",
"smtp.port": "30002",
"smtp.user": "$[env:EMAIL_USERNAME;default=apikey]",
"smtp.password": "$[secret:EMAIL_PASSWORD]",
"from.address": "no-reply@gmail.com",
"smtp.ssl": true,
"smtp.starttls": false,
"smtp.requiretls": false,
"debug.email": false,
"oauth.flow": false
}

 

Then you need to enable the ENV Variables using the Cloud Manager:

Asutosh_Jena__0-1642595332871.png

 

Once the Env variables are configured, Enable Environment Advanced Networking Configuration using Cloud Manager API and it should resolve the issue!

https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvanc...

 

 

Thanks! 

Avatar

Community Advisor

Hi @lmalyala 

 

Just to let you know I have implemented this on AEM as Cloud and it works perfectly fine!

 

You can try with https://mailtrap.io/ SMTP as well if you do not want to go with Gmail or having issue with Gmail.

 

Thanks!

Avatar

Level 2

@Asutosh_Jena_ Thanks for checking again. I'll try these steps now and update you on how it goes. Just one quick thing: Where can I configure those environment variables? Can you help me navigate to the screen. Is it via admin console?

Avatar

Level 2

Hey @Asutosh_Jena_ - I was successfully able to follow and setup the steps shared by you. However, I still see below errors. Any idea on what am I missing?

Caused by: org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:30002
at org.apache.commons.mail.Email.sendMimeMessage(Email.java:1469) [org.apache.commons.email:1.5.0]
at org.apache.commons.mail.Email.send(Email.java:1496) [org.apache.commons.email:1.5.0]
at com.day.cq.mailer.impl.DefaultMailService.send(DefaultMailService.java:331) [com.day.cq.cq-mailer:5.4.20]
Caused by: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.gmail.com, 30002; timeout 60000
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) [com.sun.mail.javax.mail:1.6.2]
Caused by: java.net.SocketTimeoutException: connect timed out

Avatar

Community Advisor

Hi @lmalyala 

 

Did you enable the AdvancedNetworkingConfiguration? You can enable it by making the Cloud Manager API call with Adobe I/O.

 

Before that you need to create one network infrastructure. Follow the steps mentioned here:

https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#tag/Network-infrastructure

 

https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvanc...

 

Here you need to pass the PORT Forward rules and it will resolve the issue.

 

Let me know if you have any questions and I can connect if required.

 

Thanks!

 

Avatar

Level 2

Hi @Asutosh_Jena_ - Yes, I have hit both APIs (Create network infrastructure API followed by Enable environment network environment API). While hitting enable environment network environment API, I have sent below JSON in the request body and I was successfully able to fetch the response which is similar to sample response structure mentioned here (https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvanc...). Just wondering what else am I missing.

{
"nonProxyHosts": [
"*.gmail.com"
],
"portForwards": [
{
"name": "smtp.gmail.com",
"portDest": 465,
"portOrig": 30002
}
]
}

Avatar

Community Advisor

@lmalyala 

Please review the configuration in OSGi console - "Day CQ Mail Service" as below:

 

Rajakp_0-1642519616099.png

 

Please refer this article - https://www.albinsblog.com/2019/11/SMTPSendFailedException-Must-issue-a-STARTTLS-adobe-experience-ma...

 

Regards,

Raja