https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273221
--- Comment #1 from Glen Barber <[email protected]> --- (In reply to Glen Barber from comment #0) Correction to the printf part of the script: printf "From: ${emailsentfrom}\nTo: ${emaiilgoesto}\n \ Subject: ${subject}\n\n${body}\n\n" \ | /usr/sbin/sendmail -oi -f ${emailsentfrom} ${emailgoesto} There is only one pair of double-quotes. -- You are receiving this mail because: You are the assignee for the bug.
