All Forums >> [Scripting] >> WSH & Client Side VBScript >> Sending Outlook mail in Plain Text Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Posts: 19
Score: 0
Joined: 5/23/2001
From: USA
Status: offline
Hi!
Is there a way in VBscript to send an email in plain text? When I send one though a script, it sends it though Rich Text, even though I have the default mail setting at Plain text.
ahhh -- using an outlook application -- and you said that, too. Sorry, I don't use that method, so I fear I can't be of assistance on this one.
I can offer you this tip, though... If you want to approach it from a different angle, you could go over to http://www.aspemail.com and pick up Persits' free ASP component that does a beutiful job of handling email... It's very easy to setup and start using.
Just a thought. And if you don't want to do that, then you might look into the supplied CDONTS email component that you probably already have on your server. Check over at http://www.learnasp.com or http://www.4guysfromrolla.com for some good information on how to use that component.
I like the first because I can specify which SMTP server to send from, but CDONTS works fine, too.