Restore the functionality to specify a custom mail script
This commit is contained in:
parent
d7737e3045
commit
6dc6d198bb
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ mailcmd_nail() {
|
||||||
${MAILCMD} -s "${EMAIL_SUBJECT}" -r "${EMAIL_FROM}" "${EMAIL_TO}" < "${LOGFILE}"
|
${MAILCMD} -s "${EMAIL_SUBJECT}" -r "${EMAIL_FROM}" "${EMAIL_TO}" < "${LOGFILE}"
|
||||||
}
|
}
|
||||||
mailcmd_else() {
|
mailcmd_else() {
|
||||||
mailcmd_sendmail
|
${MAILCMD} "${EMAIL_SUBJECT}" "${EMAIL_FROM}" "${EMAIL_TO}" < "${LOGFILE}"
|
||||||
}
|
}
|
||||||
|
|
||||||
email_logfile()
|
email_logfile()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue