|
-
Jul 26th, 2005, 10:57 AM
#3
Member
Re: send HTML Email
Don't know about the encryption but I know how you could send HTML e-mails (Instead of plain text).
Use the Winsock control to connect to the SMTP server. Send this...
Helo SomeName
Mail from:[email protected]
Rcpt to:[email protected]
Data
Content-type: text/html
Charset=us-ascii
YourMessge
.
Quit
Or something Like that...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|