Skip to content

Instantly share code, notes, and snippets.

@stormworm29
Created December 8, 2021 08:49
Show Gist options
  • Save stormworm29/7f690a459666ba35e411b76238c181f5 to your computer and use it in GitHub Desktop.
Save stormworm29/7f690a459666ba35e411b76238c181f5 to your computer and use it in GitHub Desktop.
<?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"
debug.email="{Boolean}false"
smtp.port="{Long}25"
smtp.user="you-know-i-cannot-say-this-here"
smtp.ssl="{Boolean}false"
from.address="mostly-your-mail-id"
smtp.host="whatever-your-host-says"
/>
@stormworm29
Copy link
Author

Email configurations AEM using com.day.cq.mailer.DefaultMailService

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment