Email from VB4 to the Internet 
Author Message
 Email from VB4 to the Internet


Quote:
>I want to send mail over the Internet from some of my VB4 programs,
>(via Trumpet WinSock, if that's relevant). From what I understand of
>MAPI, it applies only to LAN email, and so is not quite what I want.

It sounds like you need an SMTP control. With one, you can send mail
directly from your program (no need for an intermediate mail app on
your local network). It just so happens that we build these sorts of
things. Take a look at http://www.*-*-*.com/
you have any questions.

Good luck with your project,
Mike

----

Catalyst Software, Oak Park, California   Fax:   818.879.1211



Mon, 17 Aug 1998 03:00:00 GMT  
 Email from VB4 to the Internet

Quote:

>Hi.

>I want to send mail over the Internet from some of my VB4 programs,
> (via Trumpet WinSock, if that's relevant). From what I understand of
> MAPI, it applies only to LAN email, and so is not quite what I want.

Crescent Software offers two solutions for you. The first is our new Internet
Toolpak. It offers an SMTP control along with FTP, HTTP, NNTP, POP3, and a
generic socket control. If you are not interested in a full feature Internet
package, our VB4 PlusPak offers the SMTP control as well as other features
usefull to the VB4 developer. The Internet Toolpak lists for $199 and the VB4
PlusPak lists for $49. You can get more info from our web site at
http://crescent.progress.com.

Dave Cleary
Crescent



Tue, 18 Aug 1998 03:00:00 GMT  
 Email from VB4 to the Internet

Quote:

>Hi.

>I want to send mail over the Internet from some of my VB4 programs,
> (via Trumpet WinSock, if that's relevant). From what I understand of
> MAPI, it applies only to LAN email, and so is not quite what I want.

Not exactly true. MAPI uses "Service Providers" that handle getting
the mail to their destination via different methods. If you use
Microsoft Exchange (a MAPI based application) and have the Internet
Explorer installed (which adds an SMTP service provider) you can send
Internet mail from Exchange and therefore from the MAPI control.

It does work, but it has bugs. Attachments don't get UU encoded
correctly for example but if you're using Windows 95 and just need to
send text messages via the Internet, MAPI should do the trick.

On the other hand, writing a program to talk to an SMTP server with
VB4 is really quite easy. There are plenty of VBXes and OCXes around
that will allow you to talk to WinSock or you can hunt around for the
Mabry Mail OCX which encapsulates both the SMTP protocol and the
WinSock interface.

Regards,
Rod



Tue, 18 Aug 1998 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Trying to create an Internet Email field on Form or Table

2. AOL user with another internet email account

3. Extracting the Internet Email Address from Inbox Items

4. Get Current User's Internet (SMTP) Email Address

5. Email Internet Headings

6. Need Help on Outlook 2000 Internet Email Account Setup Macro

7. Running multiple internet email accounts

8. adding internet base email

9. Programming, Computers, and Internet FREE Email List!!

10. Announce: Internet Email direct from Oracle Server.

11. Verify Internet connection for email ....

12. Internet Email

 

 
Powered by phpBB® Forum Software