FinalDestiny
FinalDestiny

Reputation: 1188

Wordpress contact form 7 e-mail

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

Answers (2)

bhu1st
bhu1st

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

markratledge
markratledge

Reputation: 17561

Try this plugin Contact Form DB

Upvotes: 1

Related Questions