|
-
September 4th, 2001, 07:13 AM
#1
Email without MAPI
Hi.
Is there a way of sending emails within a vb
programm without using MAPI?
Thank you
-
September 4th, 2001, 07:19 AM
#2
Re: Email without MAPI
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>
-
September 4th, 2001, 07:24 AM
#3
Re: Email without MAPI
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
-
September 4th, 2001, 07:42 AM
#4
Re: Email without MAPI
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]
-
September 4th, 2001, 08:57 AM
#5
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
|