Sir,
i have got one small program which has menu item report. when clicked on report push button the vfp generats a report (shareholders details who opted for adr). basically it is a 80 column report with just folio no,name of the shareholder, address of the share holder, no. of shares offered and weather some doucuments affixed. after viewing the report if the user clicks on email the report should be emailed to 2 common mail id's which i should be able to set inside the program.
i will be greatful if any body can help me with the code
thanks and regards
(lakshminarayana r)

sending email through Visual FoxPro
SaloS
Check:
http://fox.wikis.com/wc.dll Wiki~MethodsToSendReportByEmail~VFP
Beuhla
No outlook. only internet explorer. windows xp is the operating system. but i can install outlook.
thanks and regards
(lakshmi)
Zakary
No outlook. only internet explorer. windows xp is the operating system. but i can install outlook. i want to send mail from within visual foxpro program.
thanks and regards
(lakshmi)
Matthew Lebo28574
Just a question, do you have OUTLOOK (not the express version) on the machine (if so, what version!) from where the report should be mailed
What is the OS on the machine
In that case automation might be an option, otherwise there is blat, CDO and other options.