Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send email in VFP?
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00497834
Message ID:
00530645
Views:
32
Sorry, I think I just asked you a stupid question about the smtp server. I know now, I just need to use teststring = "-install smtp.aaa.com" to set it in VFP, right?

I missed another question. I tried to download your BLAT VFP class in your page and added in my VFP program but I don't know how to use this class and how to call its method. I tried to follow what your page said:
oemail=create("blat")
oemail.to="power@hknet.com"
oemail.subject="Testing of blat.dll"
oemail.message="Bodyfilename.txt"
oemail.send()
release oemail
But it said no object "blat", can you explain what should I do? I don't family with making a new class in VFP.

Thanks
Power Wong
Every problem will have a solution, the only problem is that can you find it out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform