swift
09-14-2000, 10:41 AM
Hi all,
I have a program that reads in a text file, does some data manipulation, and is then meant to send out an e-mail with the results. I found some simple SMTP mail sending code on the net, and everything was working like a charm.
Then I realized that my e-mails are not being read properly by my e-mail client. My results are a table of data that I organize into columns by spacing it with exact numbers of spaces (ugh! I know), and I cannot get my e-mail client (Outlook Express) to read it in a single spaced font.
So, I have two questions, and I hope someone has an answer. How can I get an e-mail client to read something in a single-spaced font (like Courier)? Or, alternatively I could put an HTML <pre> tag in there, but how do I let OE know that it has to read the embedded HTML tags in the message? I assume it's in the mail header, but I don't know the syntax...
TIA
Steve
I have a program that reads in a text file, does some data manipulation, and is then meant to send out an e-mail with the results. I found some simple SMTP mail sending code on the net, and everything was working like a charm.
Then I realized that my e-mails are not being read properly by my e-mail client. My results are a table of data that I organize into columns by spacing it with exact numbers of spaces (ugh! I know), and I cannot get my e-mail client (Outlook Express) to read it in a single spaced font.
So, I have two questions, and I hope someone has an answer. How can I get an e-mail client to read something in a single-spaced font (like Courier)? Or, alternatively I could put an HTML <pre> tag in there, but how do I let OE know that it has to read the embedded HTML tags in the message? I assume it's in the mail header, but I don't know the syntax...
TIA
Steve