Is there any function I can hook into (e.g. via add_action()) in order to retrieve the sender/subject just before/after sending?
I need this data in order to process it in another plugin.
Is there any function I can hook into (e.g. via add_action()) in order to retrieve the sender/subject just before/after sending?
I need this data in order to process it in another plugin.
You can use wpcf7_mail_sent action hook in includes/controller.php.
Thanks Takayuki!
Your plugin is btw one the most beautifully coded one I've encountered so far!
I have set up Contact form 7 and I am using it successfully.
I need to know how to extract the emails stored in the form.
Thanks for your help.
G
@datavyam you can use another plugin Contact Form 7 to Database Extension
It helps you provide with a DB in the Wp-admin and from there you can extract any required data (including emails)
Hi Marutim,
Thanks for the email.
I looked at the plugin. My understanding is that going forward, I need to install CF2DE to access the emails sent.
Can you please confirm that at present state, emails generated through Contact 7 are not saved in the database at all?
Thanks for your time.
Mohan
You must log in to post.