-
I need to send an e-mail from within my program without the user noticing it. I tried MAPI controls for outlook express and when you send the e-mail, a dialog pops up with a meter that shows you 10% done and so on (The Dialog that pops up when you send an e-mail). Can someone show me a way to send an e-mail without the person on the current computer noticing.
-
I believe you'd have to use Winsock.
Try searching http://www.planet-source-code.com for "mail" or "email".
-
I've just been trying to send email from OE with VB, period. Could you post a bit of your code, please?
Thanks a ton.