Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to send mails to cloud mail server
Message
De
16/01/2011 04:15:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
How to send mails to cloud mail server
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP3
Network:
Windows 2003 Server
Divers
Thread ID:
01496313
Message ID:
01496313
Vues:
142
Dear Experts,

My Visual foxpro application is enhanced with automatic mail sending faclity using our own mail sarver.

But, Rececntly we shifted to Cloud mail server, now i cannot send any mail using SMTP setup.

Please help me to solve this issue,my old codes are given blow.

SMTP = CreateObject("EasyMail.SMTP.5")
SMTP.MailServer = "mail.company.com"
SMTP.Subject = "Sample EasyMail"
SMTP.BodyText = "Testing EasyMail"
SMTP.FromAddr = "user@company.com"
toadd = 'abdulla@swift.com'
SMTP.AddRecipient("", Alltrim(toadd), 1)
SMTP.AddAttachment("C:\data\trns.xls", 0)
SMTP.Send

Thanks in advance

Regards
Abdulla
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform