Talk:DueDateRemindersByEmail/@comment-61.12.83.27-20150327114627/@comment-81.216.59.226-20150528094840: Difference between revisions
Jump to navigation
Jump to search
(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...") |
m (1 revision imported) |
(No difference)
|
Latest revision as of 15:52, 6 April 2016
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: $!";