View Single Post
  #1 (permalink)  
Old Sep 19th, 2007, 15:10
GrayZone GrayZone is offline
New Member
Join Date: Sep 2007
Location: London, UK
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Emailing a php page with url request parameter

I wish to automatically send an email to a recipient which will use a template from a php form page with url request.

It would suit me to do this from within the page itself or to call up the page from a script file activated manually.

Using phpmailer and a mail file of my own, I can send an html version (manually saved) of the page, and also 'blank' version of the page if I miss out the url request. However, as soon as I add the url request on the end of the file name it becomes 'not found', which I understand as it has to be generated.

Can anyone help me get around this please?

This is with an aim to incorporating it into a multiple email to all customers in a database, which I have several ideas for achieving, but I just need to know this bit!

Many thanks

G
Reply With Quote