Created
December 8, 2021 08:49
-
-
Save stormworm29/7f690a459666ba35e411b76238c181f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Email configurations AEM using com.day.cq.mailer.DefaultMailService