Description of changes
Introduces HTML based email sending via the sendmail linux command line utility.
Technical InformationSendmail provides the possiblity to send HTML based emails via the linux commandline.
However for this to work sendmail has to know what kind of content is provided as an input which is done via a dedicated headersection.
Therefore the adapted and filled emailTemplate email-update-template.html has to be prepended with the header information provided in the header.txt file so sendmail can determine the content-type of the provided emailbody.
Description of changes Introduces HTML based email sending via the sendmail linux command line utility.
Technical Information Sendmail provides the possiblity to send HTML based emails via the linux commandline. However for this to work sendmail has to know what kind of content is provided as an input which is done via a dedicated headersection. Therefore the adapted and filled emailTemplate
email-update-template.html
has to be prepended with the header information provided in theheader.txt
file so sendmail can determine the content-type of the provided emailbody.