<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437701#M124963</link>
    <description>&lt;P&gt;Sounds good!&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jan 2022 05:07:44 GMT</pubDate>
    <dc:creator>Asutosh_Jena_</dc:creator>
    <dc:date>2022-01-20T05:07:44Z</dc:date>
    <item>
      <title>Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437423#M124881</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/development-guidelines.html?lang=en#sending-email" target="_blank"&gt;https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/development-guidelines.html?lang=en#sending-email&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to test with gmail account. Any help is really appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 13:57:01 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437423#M124881</guid>
      <dc:creator>lmalyala</dc:creator>
      <dc:date>2022-01-18T13:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437427#M124882</link>
      <description>&lt;P&gt;Use ACS email service. Here is the documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://adobe-consulting-services.github.io/acs-aem-commons/features/e-mail/email-api/index.html" target="_blank"&gt;https://adobe-consulting-services.github.io/acs-aem-commons/features/e-mail/email-api/index.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 14:06:41 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437427#M124882</guid>
      <dc:creator>ibishika</dc:creator>
      <dc:date>2022-01-18T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437431#M124883</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17499611"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to create one OSGi configuration with name "&lt;STRONG&gt;com.day.cq.mailer.DefaultMailService.xml&lt;/STRONG&gt;" and add the below config into it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;?&lt;/SPAN&gt;&lt;SPAN&gt;xml version&lt;/SPAN&gt;&lt;SPAN&gt;="1.0" &lt;/SPAN&gt;&lt;SPAN&gt;encoding&lt;/SPAN&gt;&lt;SPAN&gt;="UTF-8"&lt;/SPAN&gt;&lt;SPAN&gt;?&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;jcr&lt;/SPAN&gt;&lt;SPAN&gt;:root &lt;/SPAN&gt;&lt;SPAN&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN&gt;sling&lt;/SPAN&gt;&lt;SPAN&gt;="http://sling.apache.org/jcr/sling/1.0" &lt;/SPAN&gt;&lt;SPAN&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN&gt;jcr&lt;/SPAN&gt;&lt;SPAN&gt;="http://www.jcp.org/jcr/1.0"&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;jcr&lt;/SPAN&gt;&lt;SPAN&gt;:primaryType&lt;/SPAN&gt;&lt;SPAN&gt;="sling:OsgiConfig"&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;smtp.host&lt;/SPAN&gt;&lt;SPAN&gt;="smtp.gmail.com"&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;smtp.port&lt;/SPAN&gt;&lt;SPAN&gt;="465"&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;smtp.user&lt;/SPAN&gt;&lt;SPAN&gt;="demo@gmail.com"&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;smtp.password&lt;/SPAN&gt;&lt;SPAN&gt;="Demo@123"&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;from.address&lt;/SPAN&gt;&lt;SPAN&gt;="no-reply@gmail.com"&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;smtp.ssl&lt;/SPAN&gt;&lt;SPAN&gt;="{Boolean}true"&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;smtp.starttls&lt;/SPAN&gt;&lt;SPAN&gt;="{Boolean}true"&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;debug.email&lt;/SPAN&gt;&lt;SPAN&gt;="{Boolean}true"&lt;/SPAN&gt;&lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User name and password should be of the gmail account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.google.com/accounts/answer/6010255?hl=en" target="_blank"&gt;https://support.google.com/accounts/answer/6010255?hl=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 14:17:33 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437431#M124883</guid>
      <dc:creator>Asutosh_Jena_</dc:creator>
      <dc:date>2022-01-18T14:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437455#M124889</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17499611"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please review the configuration in OSGi console - "Day CQ Mail Service" as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rajakp_0-1642519616099.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/37913i7FA9C3A3322A794E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Rajakp_0-1642519616099.png" alt="Rajakp_0-1642519616099.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer this article -&amp;nbsp;&lt;A href="https://www.albinsblog.com/2019/11/SMTPSendFailedException-Must-issue-a-STARTTLS-adobe-experience-manager.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.albinsblog.com/2019/11/SMTPSendFailedException-Must-issue-a-STARTTLS-adobe-experience-ma...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 15:28:48 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437455#M124889</guid>
      <dc:creator>Raja-kp</dc:creator>
      <dc:date>2022-01-18T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437495#M124905</link>
      <description>&lt;P&gt;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&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/networking/examples/email-service.html?lang=en" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/networking/examples/email-service.html?lang=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error in AEMaacs instance:&lt;/P&gt;&lt;P&gt;Caused by: org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:465&lt;/P&gt;&lt;P&gt;Caused by: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.gmail.com, 465; timeout 60000&lt;/P&gt;&lt;P&gt;Caused by: java.net.SocketTimeoutException: connect timed out&lt;/P&gt;&lt;P&gt;Could you please help me with steps to resolve this issue in&amp;nbsp;AEMaacs instance?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 22:12:50 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437495#M124905</guid>
      <dc:creator>lmalyala</dc:creator>
      <dc:date>2022-01-18T22:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437593#M124931</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17499611"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to configure the OSGi details as mentioned below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;   &lt;SPAN&gt;"smtp.host"&lt;/SPAN&gt;: &lt;SPAN&gt;"$[env:AEM_PROXY_HOST;default=proxy.tunnel]"&lt;/SPAN&gt;,&lt;BR /&gt;   &lt;SPAN&gt;"smtp.port"&lt;/SPAN&gt;: &lt;SPAN&gt;"30002"&lt;/SPAN&gt;,&lt;BR /&gt;   &lt;SPAN&gt;"smtp.user"&lt;/SPAN&gt;: &lt;SPAN&gt;"$[env:EMAIL_USERNAME;default=apikey]"&lt;/SPAN&gt;,&lt;BR /&gt;   &lt;SPAN&gt;"smtp.password"&lt;/SPAN&gt;: &lt;SPAN&gt;"$[secret:EMAIL_PASSWORD]"&lt;/SPAN&gt;,&lt;BR /&gt;   &lt;SPAN&gt;"from.address"&lt;/SPAN&gt;: &lt;SPAN&gt;"no-reply@gmail.com"&lt;/SPAN&gt;,&lt;BR /&gt;   &lt;SPAN&gt;"smtp.ssl"&lt;/SPAN&gt;: &lt;SPAN&gt;true&lt;/SPAN&gt;,&lt;BR /&gt;   &lt;SPAN&gt;"smtp.starttls"&lt;/SPAN&gt;: &lt;SPAN&gt;false&lt;/SPAN&gt;,&lt;BR /&gt;   &lt;SPAN&gt;"smtp.requiretls"&lt;/SPAN&gt;: &lt;SPAN&gt;false&lt;/SPAN&gt;,&lt;BR /&gt;   &lt;SPAN&gt;"debug.email"&lt;/SPAN&gt;: &lt;SPAN&gt;false&lt;/SPAN&gt;,&lt;BR /&gt;   &lt;SPAN&gt;"oauth.flow"&lt;/SPAN&gt;: &lt;SPAN&gt;false&lt;BR /&gt;&lt;/SPAN&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you need to enable the ENV Variables using the Cloud Manager:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Asutosh_Jena__0-1642595332871.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/37929iDC4E371F88ACE3C6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Asutosh_Jena__0-1642595332871.png" alt="Asutosh_Jena__0-1642595332871.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the Env variables are configured, Enable Environment Advanced Networking Configuration using Cloud Manager API and it should resolve the issue!&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvancedNetworkingConfiguration" target="_blank"&gt;https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvancedNetworkingConfiguration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 12:29:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437593#M124931</guid>
      <dc:creator>Asutosh_Jena_</dc:creator>
      <dc:date>2022-01-19T12:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437696#M124960</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17499611"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to let you know I have implemented this on AEM as Cloud and it works perfectly fine!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try with&amp;nbsp;&lt;A href="https://mailtrap.io/" target="_blank"&gt;https://mailtrap.io/&lt;/A&gt;&amp;nbsp;SMTP as well if you do not want to go with Gmail or having issue with Gmail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 04:27:17 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437696#M124960</guid>
      <dc:creator>Asutosh_Jena_</dc:creator>
      <dc:date>2022-01-20T04:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437699#M124961</link>
      <description>&lt;P&gt;&lt;LI-USER uid="7532759"&gt;&lt;/LI-USER&gt;&amp;nbsp;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?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 04:46:07 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437699#M124961</guid>
      <dc:creator>lmalyala</dc:creator>
      <dc:date>2022-01-20T04:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437700#M124962</link>
      <description>&lt;P&gt;Never mind! I figured it out &lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@31B4D6D7B3510763F3CBB2AAB7997408/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 04:53:50 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437700#M124962</guid>
      <dc:creator>lmalyala</dc:creator>
      <dc:date>2022-01-20T04:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437701#M124963</link>
      <description>&lt;P&gt;Sounds good!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 05:07:44 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437701#M124963</guid>
      <dc:creator>Asutosh_Jena_</dc:creator>
      <dc:date>2022-01-20T05:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437999#M125054</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;LI-USER uid="7532759"&gt;&lt;/LI-USER&gt;&amp;nbsp;- 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?&lt;/P&gt;&lt;P&gt;Caused by: org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:30002&lt;BR /&gt;at org.apache.commons.mail.Email.sendMimeMessage(Email.java:1469) [org.apache.commons.email:1.5.0]&lt;BR /&gt;at org.apache.commons.mail.Email.send(Email.java:1496) [org.apache.commons.email:1.5.0]&lt;BR /&gt;at com.day.cq.mailer.impl.DefaultMailService.send(DefaultMailService.java:331) [com.day.cq.cq-mailer:5.4.20]&lt;BR /&gt;Caused by: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.gmail.com, 30002; timeout 60000&lt;BR /&gt;at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) [com.sun.mail.javax.mail:1.6.2]&lt;BR /&gt;Caused by: java.net.SocketTimeoutException: connect timed out&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 20:12:41 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/437999#M125054</guid>
      <dc:creator>lmalyala</dc:creator>
      <dc:date>2022-01-21T20:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/438014#M125060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17499611"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you enable the&amp;nbsp;AdvancedNetworkingConfiguration? You can enable it by making the Cloud Manager API call with Adobe I/O.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before that you need to create one network infrastructure. Follow the steps mentioned here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#tag/Network-infrastructure" target="_blank"&gt;https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#tag/Network-infrastructure&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvancedNetworkingConfiguration" target="_blank"&gt;https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvancedNetworkingConfiguration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you need to pass the PORT Forward rules and it will resolve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions and I can connect if required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jan 2022 04:03:28 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/438014#M125060</guid>
      <dc:creator>Asutosh_Jena_</dc:creator>
      <dc:date>2022-01-22T04:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/438019#M125064</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="7532759"&gt;&lt;/LI-USER&gt;&amp;nbsp;- 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 (&lt;A href="https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvancedNetworkingConfiguration" target="_blank"&gt;https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvancedNetworkingConfiguration&lt;/A&gt;). Just wondering what else am I missing.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"nonProxyHosts"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"*.gmail.com"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"portForwards"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"smtp.gmail.com"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"portDest"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;465&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"portOrig"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;30002&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 22 Jan 2022 06:07:12 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/438019#M125064</guid>
      <dc:creator>lmalyala</dc:creator>
      <dc:date>2022-01-22T06:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/438021#M125065</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-01-22 at 12.19.29 PM.png" style="width: 548px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/38014iCDAEF19A1FB6111F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-01-22 at 12.19.29 PM.png" alt="Screenshot 2022-01-22 at 12.19.29 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I hit&amp;nbsp;&lt;A href="https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/getEnvironmentAdvancedNetworkingConfiguration" target="_blank"&gt;https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/getEnvironmentAdvancedNetworkingConfiguration&lt;/A&gt;&amp;nbsp;I can see the port that I have set is enabled&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jan 2022 06:50:54 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/can-anyone-help-me-with-any-documentation-for-configuring-email/m-p/438021#M125065</guid>
      <dc:creator>lmalyala</dc:creator>
      <dc:date>2022-01-22T06:50:54Z</dc:date>
    </item>
  </channel>
</rss>

