GrayZone
09-18-2007, 09:31 AM
I have developed a MySQL database with client details, and associated php page which I want to email them in that format so that they can verify their existing details with us.
I am having real problems getting around the emailing of these. My overall idea ( as I have done in the past with MS applications) is to loop through every record and despatch the email for each client to their email address using each individually generated form as the template ( i.e. www.mysite.com/emailtemplate.php?client=55 ).
Is php and phpmailer the best solution? I'm looking at this at the moment, but it seems to get more and more confusing the more I think I'm understanding it...! :confused:
Any advice or help would be appreciated...
Thanks
G
I am having real problems getting around the emailing of these. My overall idea ( as I have done in the past with MS applications) is to loop through every record and despatch the email for each client to their email address using each individually generated form as the template ( i.e. www.mysite.com/emailtemplate.php?client=55 ).
Is php and phpmailer the best solution? I'm looking at this at the moment, but it seems to get more and more confusing the more I think I'm understanding it...! :confused:
Any advice or help would be appreciated...
Thanks
G