Email in VB. Help! 
Author Message
 Email in VB. Help!

Hi to all,

I'm writing a VB program which involves email. I have a couple of questions:

1. How do I know what kind of mail service a system has?
2. Is there a way to send email without having to worry about what kind of
mail service a system has?

Thanks for responses.

Cheers.



Sun, 02 Dec 2001 03:00:00 GMT  
 Email in VB. Help!
On Wed, 16 Jun 1999 02:59:02 GMT, "Nhat Nam Trinh"

Quote:

>Hi to all,

>I'm writing a VB program which involves email. I have a couple of questions:

>1. How do I know what kind of mail service a system has?
>2. Is there a way to send email without having to worry about what kind of
>mail service a system has?

If you want to 'roll your own', you can use our free
SocketWrench package (which includes a Windows Sockets
and RAS dialer control) to create a simple SMTP client.
We include a tutorial that should get you started if
you don't have much experience with TCP/IP programming.
You should also read RFC821 for the commands that you
need to send, and for the response codes sent back from
the server that you'll need to handle. We also have a
commercial package which includes components for SMTP,
POP3 and MIME which would make things considerably
easier to deal with. You can download either
package from our website at http://www.catalyst.com.

----

Catalyst Development Corporation          Web:   http://www.catalyst.com



Sun, 02 Dec 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Problem emailing from VB/Access when notes is email server

2. how to send notification email when new email arrives (help needed, please)

3. VB help on eMail Processing

4. Parsing Email with VB.NET HELP

5. please help in sending email within VB applicationsl

6. Help w/Email Linking in VB 4.0

7. Help with VB....my email address oops

8. Help on developing email application using vb 6.0

9. Help VB 5.0 / email

10. Help VB 5.0 / email

11. VB 4 (32) and email - Please Help

12. VB help, with lotus notes email generator

 

 
Powered by phpBB® Forum Software