Hi
Has anyone looked at the possability of passing the HTML, used to print the confirmation page to the screen, on to the mail routine in order to attach it to the confirmation email..?
Would it simply be a case of writing the HTML to a file (ordernumber.att) on the server (in the same way the ord files are created) and simply attach it via the SendRichMail routine in Actinic.pm?
(after updating the richmail routine for sendmail / Mail:Mailer of course)
After glancing at Actinic.pm, it seems that there is an 'HTML body' scalar declared for the message body (although we're told Actinic will only handle plain text) in Actinic.pm already. Why are HTML emails not an option then?
Thanks
Has anyone looked at the possability of passing the HTML, used to print the confirmation page to the screen, on to the mail routine in order to attach it to the confirmation email..?
Would it simply be a case of writing the HTML to a file (ordernumber.att) on the server (in the same way the ord files are created) and simply attach it via the SendRichMail routine in Actinic.pm?
(after updating the richmail routine for sendmail / Mail:Mailer of course)
After glancing at Actinic.pm, it seems that there is an 'HTML body' scalar declared for the message body (although we're told Actinic will only handle plain text) in Actinic.pm already. Why are HTML emails not an option then?
Thanks
Comment