GMAIL SMTP server setup in AEM

Use Case : How to setup email configuration in AEM with GMAIL SMTP server

Solution :


  1. Go to the Felix Console : http://localhost:4502/system/console/configMgr
  2. Search for Day CQ mail Service and click on edit.
  3. Enter the below details:
  •     SMTP Server Host   --> smtp.gmail.com
  •     SMTP Server Port    -->  465
  •     SMTP User              -->  your username (i.e. abc@gmail.com)
  •     SMTP Password      -->  your password
  •     From Address          --> your email
  •     SMTP Use SSL      -->  true
      4. click on save. That's it!.  



No comments:

Post a Comment