Is it possible to send a multi part email in text and html from an Exim autoresponder
My autoresponder.filter file looks something like this
if personal then
seen mail
from $local_part@$domain
subject "AUTOREPLY: ${extract{response_subject}{$address_data}}"
text "Dear $h_from:\n\n ${extract{response_text}{$address_data}}"
endif
I cannot see how it can be possible to send a multi part email using Exim autoresponder.
Can it be done and if so how?