Reputation: 1188
Where can I find the PHP
code that sends the e-mail to the user? I want to add the username
& e-mail
in my newsletter database
and I can't find the code that sends the e-mail
to add my query
there.
Thank you very much!
Upvotes: 0
Views: 683
Reputation: 1318
You can use PHP mail function.
Point your contact form's action to the PHP
script, add some validation, send mail or save info to database.
Upvotes: 0