From: Roland Häder Date: Sun, 23 Jul 2017 08:57:35 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb028cd835034b4b493a825f77eaaa90f85fc2f0;p=addressbook-mailer-ejb.git Please cherry-pick: - added mailer.from which is mandadory Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/jmailer/config.properties b/src/java/org/mxchange/jmailer/config.properties index 5a02e31..27eb828 100644 --- a/src/java/org/mxchange/jmailer/config.properties +++ b/src/java/org/mxchange/jmailer/config.properties @@ -13,6 +13,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +# Email address for "From/Sender" header +mailer.from=you@foo.example # Email address for "Errors-To" header mailer.errorsto=you@foo.example # Email address for "Bounces-To" header