seoreferrals Posted May 28, 2010 Share Posted May 28, 2010 I am trying to get my ready-made script to send an email to me every time someone signs up or registers on the site. I just want to be notified as the admin of the site on every new registration. I am not a programmer, but I am tech savvy as I've worked as a systems engineer for years. I assume it will have something to do with modification of the registration form or method POST script, but please tell me exactly what needs to be done to get this working? Thanks. Quote Link to comment Share on other sites More sharing options...
trq Posted May 28, 2010 Share Posted May 28, 2010 Your registration form should already have an action pointing to a processing script. Within that script you would need to insert a call to the mail function. Quote Link to comment Share on other sites More sharing options...
seoreferrals Posted May 28, 2010 Author Share Posted May 28, 2010 Hi Thorpe, thanks for the info. Can you elaborate? What would the exact code and syntax for the call to mail function? I do not have PHP programming knowledge to know. Much appreciated, thanks. Quote Link to comment Share on other sites More sharing options...
trq Posted May 29, 2010 Share Posted May 29, 2010 What would the exact code and syntax for the call to mail function? There are clear descriptions and examples within the link to the manual I already posted. Quote Link to comment Share on other sites More sharing options...
seoreferrals Posted May 30, 2010 Author Share Posted May 30, 2010 Ok. Thanks. I didn't notice the link earlier, I'll take a look. Thanks again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.