Created
December 8, 2021 09:48
-
-
Save stormworm29/455095d161454ceecb26b1b891ae1d5b to your computer and use it in GitHub Desktop.
This file contains 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
:org.apache.felix.configadmin.revision:=L"1" | |
debug.email=B"false" | |
from.address="mostly-your-mail-id" | |
service.pid="com.day.cq.mailer.DefaultMailService" | |
smtp.host="whatever-your-host-says" | |
smtp.port=L"25" | |
smtp.ssl=B"false" | |
smtp.user="you-know-i-cannot-say-this-here" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment