Click to See Complete Forum and Search --> : Email without MAPI


jan s.
September 4th, 2001, 07:13 AM
Hi.
Is there a way of sending emails within a vb
programm without using MAPI?

Thank you

berta
September 4th, 2001, 07:19 AM
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/images/bertaplanet.gif'>
</center>

cksiow
September 4th, 2001, 07:24 AM
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

enigmaos
September 4th, 2001, 07:42 AM
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.

enigmaos@yahoo.com

fedoroff
September 4th, 2001, 08:57 AM
Use CDO 1.x for Windows 9x. Take a look:
http://support.microsoft.com/support/kb/articles/Q161/8/33.asp?LN=EN-US&SD=gn&FR=0&qry=Send%20Mail%20from%20Visual%20Basic%20Using%20CDO%201.x&rnk=1&src=DHCS_MSPSS_gn_SRCH&SPR=VBB