hi ppl
anyone can point me to a sample code that can prepare html email in mime encode or any popular encoding (I don't know) with attachments such as jpg, gif or swf...
Thanks.
Last edited by vbcodec; Jul 27th, 2005 at 01:33 AM.
from what location will you want to send the email from (Stand-Alone or ASP). Will it be sent from a server or client desktop? Do you have an email server or comp. to asssit in this?
There are many examples in this forum for all types mentioned, and for those not mentioned, just search for them.
To the world you may just be one person, but to this one person, you just might be the world.
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...
johnweidauer,
it will be a simple application that will go to tray or run as a service on one pc which will connect to smtp server, but at next step it can be mail server itselt.
M|sha
I didn't really meant to be encrypted but it's coding I believe is called MIME which is used for email format (to my knowledge). and how do I attach files such as images or swf or attachment?
The attached file has a sample project and the DLL source for sending email and allows for encoding, html email, requesting receipts, etc. I think I got it from vbaccelerator.com