Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with .send using CDO from VFP
Message
De
07/07/2004 09:45:57
 
 
À
06/07/2004 16:22:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00921121
Message ID:
00921370
Vues:
91
This message has been marked as the solution to the initial question of the thread.
Hi John.

Yes, OE is installed on the server. We have been using this from the server for a year.

This is what I had to say on the subject in MegaFox: 1002 Things You Wanted to Know About Extending VFP

You must instantiate two objects to send mail using CDO: CDO.Configuration and CDO.Message. The CDO.Configuration object defines how messages are transmitted. If you do not have the Simple Mail Transport Protocol (SMTP) service installed locally, the message must be configured to use an SMTP service on the network. The CDO.Configuration object is loaded with the default configuration information. The exact values depend on the software that is installed on the local machine, but it includes, among others, the following items:
• Name of the SMTP server on the network
• SMTP server port
• SMTP account name
• Sender e-mail address
• Sender user name for the SMTP server
• Sender password for the SMTP server
The easy way to make sure that the CDO.Configuration object gets loaded with the required information is to install Outlook Express and configure it as an e-mail client, even if you never use it. Otherwise, you need to store the information somewhere and configure this object manually.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform