Talk:DueDateRemindersByEmail/@comment-61.12.83.27-20150327114627/@comment-81.216.59.226-20150528094840

From Request Tracker Wiki
< Talk:DueDateRemindersByEmail/@comment-61.12.83.27-20150327114627
Revision as of 05:48, 28 May 2015 by 81.216.59.226 (talk) (Created page with "In one of the last rows of the script, change from ''open(SENDMAIL, "|$sendmail") || die "Error sending mail: $!";'' to ''open(SENDMAIL, "|$sendmail -t") || die "Error sen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In one of the last rows of the script, change

from open(SENDMAIL, "|$sendmail") || die "Error sending mail: $!";

to open(SENDMAIL, "|$sendmail -t") || die "Error sending mail: $!";