Forum Moderators: open
When I receive the email in Outlook it looks fine. Outlook Express seems to ignore the tabs.
I haven't checked it in other email clients yet, but I'm concerned about finding the settings in OE to read the tabs.
Any ideas about this?
name1 name2
veryverylongname3 name4
If you are going to stick to plain text, then counting spaces is I think the only way you can go. Even then, you can't be certain that the end user has specified a fixed-width font for plain text emails (I don't), so the spacing is still going to be out.
I think that the only consistent way would to be to use HTML rather than plain text, and use a table to display the date in columns.
I culdn't just put the HTML code in the body text.
Wasn't there a CDONTS property of MailFormat or something like that? I use a 3rd party mail component, perhaps they have something like that.
Good Will Hunting.
Thanks all.
sprintf. The only time any of this is not going to work out well for you though is if a user tends to use a lesser-quality HTML email client, one that doesn't recognize the difference between HTML and plain text headers. HTML rendering is going to squish all those nice spaces out of whack on you unless you wrapped it in <pre> elements ... which of course would show up as <pre> elements in everybody else's personal email client programs. You could always send both formats though and that would cure that issue.