Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automated E-mail Sending

Status
Not open for further replies.

buhgman33

Programmer
Jul 18, 2003
24
IL
I am using an Access database to send out e-mails. It works pretty well (I am using the CreateObject("Outlook.Application") format for sending the e-mails).
I want the e-mail message to be in the text body not as an attachment. I am able to accomplish all of this with one problem. One part of the e-mail contains a website address and I want this to appear underlined and blue as if I were sending via a regular e-mail client. Is there any way to have the website address appear in a different format then the rest of the message in the message body?
Any help would be appreciated.

Thanks
 
The special formatting of an URL in the message body is a mail-reader issue, not a mail-sender one.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top