diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-10-29 12:38:44 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-10-29 12:38:44 +0000 |
| commit | fabdf8bac7d77cf284132b9ef0d165bea30373e7 (patch) | |
| tree | 0ca5b4669834d3f22eac3664c158775cbf242dce /includes | |
| parent | 96647d7df4ca8def6fd5dcbc15b8017d843d81d5 (diff) | |
| download | webtrees-fabdf8bac7d77cf284132b9ef0d165bea30373e7.tar.gz webtrees-fabdf8bac7d77cf284132b9ef0d165bea30373e7.tar.bz2 webtrees-fabdf8bac7d77cf284132b9ef0d165bea30373e7.zip | |
Add internal support for Reply-To: headers on email
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/authentication.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/authentication.php b/includes/authentication.php index ef8765d508..6adfc32528 100644 --- a/includes/authentication.php +++ b/includes/authentication.php @@ -264,6 +264,8 @@ function addMessage($message) { $fromFullName, $WEBTREES_EMAIL, $WEBTREES_EMAIL, + $WEBTREES_EMAIL, + $WEBTREES_EMAIL, WT_I18N::translate('webtrees Message') . ' - ' . $message['subject'], $copy_email ); @@ -313,6 +315,8 @@ function addMessage($message) { getUserFullName($user_id_to), $WEBTREES_EMAIL, $WEBTREES_EMAIL, + $WEBTREES_EMAIL, + $WEBTREES_EMAIL, WT_I18N::translate('webtrees Message') . ' - ' . $message['subject'], $original_email ); |
