Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send mails to cloud mail server
Message
 
 
To
16/01/2011 04:15:58
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP3
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01496313
Message ID:
01496324
Views:
81
What is the problem?
You should ask people responsible for the mail server what are new requirements to connect to the mail server.
>
>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
>
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform