Complete
Details
Assignee
Vladimir Vinogradenko
Vladimir VinogradenkoReporter
Alec Pearson
Alec PearsonLabels
Components
Fix versions
Affects versions
Priority
More fields
Katalon Platform
Created January 18, 2020 at 6:24 PM
Updated July 1, 2022 at 4:46 PM
Resolved January 21, 2020 at 12:44 PM

After installing 11.3-RC2 the script reporting the SMART disk status was no longer being sent.
The error being reported :
Error: [EFAULT] Failed to send email: string payload expected: <class 'list'>
The sendmail header is being built like this :
Code:
Set email headers ###
(
echo "To: ${email}"
echo "Subject: ${subject}"
echo "Content-Type: text/html"
echo "MIME-Version: 1.0"
echo -e "\r\n"
) > "$logfile"
If I comment out the Content-Type line then the script works as it used to.
So something about Sendmail changed between 11.2 and 11.3