|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Send Email
How can I use VB6.0 to send email with SMTP?
__________________
RayRay p(^_^)q |
|
#2
|
|||
|
|||
|
Can you use the CDONTS library? (Search MSDN for CDONTS or NewMail)
|
|
#3
|
|||
|
|||
|
Can you leverage a MAPI compliant client?
__________________
El éxito consiste en una serie de pequeñas victorias día a día MySQL, MS SQL, MS ACCESS, Oracle Database Manager - http://victorpendleton.net/products/psdviewer.html |
|
#4
|
|||
|
|||
|
I personally dont like mapi , and never suceeded with CDONTs .
You could get away with this code snippet located on planet source code : http://www.planet-source-code.com/v...=24343&lngWId=1 |
|
#5
|
||||
|
||||
|
Don't click on his link, i can guess what it is:
http://www.samspade.org/t/safe?u=ht...FSCATLOVERS.COM Last edited by computer : May 3rd, 2003 at 05:01 AM. |
|
#6
|
|||
|
|||
|
MAPI would work, but I can't do anything with sending formating text with this (just plane one).
|
|
#7
|
|||
|
|||
|
Comment on 'Send Email'
Hi!
It all depends on what you are writing your app for - public app for anyone or internal app for some company. If you know and control your mailing environment - use MAPI or CDONTS (or something else suitable). If you don't know the target environment - use Winsock. Harder to program, but more effective regarding flexibility on the client side. You're not stuck with a mandatory platform/program on the client. Regards, |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Send Email |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|