Hi.
Is there a way of sending emails within a vb
programm without using MAPI?
Thank you
Printable View
Hi.
Is there a way of sending emails within a vb
programm without using MAPI?
Thank you
1) CDONTS -> u must have intstalled and option pack 4 with smtp service enabled.
2) talking directly with a smtp server... using wsock...
3) using external Component as jmail
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
use POP3 & SMTP. check out http://vblib.virtualave.net, there is 2 class vbPop3 & vbSMTP which might help.
HTH
cksiow
http://vblib.virtualave.net - share our codes
use POP3 and SMTP through WINSOCK. Check out the following sites:
"Simple Mail Sender" (SMTP)
http://www.vbip.com/winsock/winsock_uucode_02.asp
"Simple Mail Checker" (POP3)
http://www.vbip.com/winsock/winsock_uucode_03.asp
Both of those projects/samples work. You just have to enter a correct POP3/SMTP address. (also, add a WINSOCK component)
Follow the instructions.
[email protected]
Use CDO 1.x for Windows 9x. Take a look:
http://support.microsoft.com/support...n_SRCH&SPR=VBB