We send emailed remittance advices generated from a Unix server, as plain text in the body of the email. This text includes a table, which loses its column alignment when displayed in Outlook by users who have the default font set as a proportional font (eg Arial).
What is the simplest way to turn our current message which is sent as plain text, into a message that forces the Courier font (or other non-proportional font)
I am aware of pdf and html but I don't see those as the answer to my question as this would entail a total re-design.
Can anyone give an example of the code the needs to be written to specify another mnessage format for eg rich text with Courier fonts?
What is the simplest way to turn our current message which is sent as plain text, into a message that forces the Courier font (or other non-proportional font)
I am aware of pdf and html but I don't see those as the answer to my question as this would entail a total re-design.
Can anyone give an example of the code the needs to be written to specify another mnessage format for eg rich text with Courier fonts?