Hi Team,
I want to do SMTP setup for our AEM Production instance, where can I get/create the SMTP server details? so that I can send email notifications ? Please help.
Solved! Go to Solution.
Views
Replies
Total Likes
You can follow below to config Day CQ Mail Service and you can use client shared SMTP server creds,
https://sourcedcode.com/blog/aem/send-out-emails-with-aem-servlet
Hope it helps!
hello @Prashanth_02a
The SMTP credentials for Production Instance should be shared by Client. Which you can then configure in "Day CQ Mail Service".
Fo test accounts, you can create Google credentials. But, these are not for production use.
You can follow below to config Day CQ Mail Service and you can use client shared SMTP server creds,
https://sourcedcode.com/blog/aem/send-out-emails-with-aem-servlet
Hope it helps!
Hello @Prashanth_02a -
To set up SMTP for sending email notifications from your AEM production instance, you will need the SMTP server details & need to configure those in AEM :
Once you have configured the SMTP settings, you can use the AEM EmailService API or the Email Notification step in workflows to send email notifications from your AEM instance.
Adding onto the steps mentioned by @Tanika02 on how to configure SMTP on AEM, make sure the SMTP server is reachable from AMS/AEM as CS Author/Publish servers.
If the SMTP server in question is protected behind the organization's firewall, make sure it's reachable by allowlisting via IP/IP ranges.
You may use "telnet SMTPSERVERNAME 25" command by ssh'ing into Author/Publish server to test the reachability.
@Tanika02 @iamnjain @aanchal-sikka @Sudheer_Sundalam
Views
Replies
Total Likes
Do you mean, the SMTP server password length for you is, 70 characters?
I think it should support.
P.S. I did not try that long password
Views
Replies
Total Likes