Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Contact form 7 with wp mail smtp

I have contact form 7 installed and i want emails to be sent using gmail SMTP.

Im using WP-Mail-SMTP plugin for that matter WP-mail SMTP Is it possible to connect the two plugins to work together ? Is there another option to do so ?

like image 941
lior r Avatar asked Mar 20 '14 11:03

lior r


People also ask

How do I send an email using SMTP server in WordPress?

Get To Know WordPress SMTP SettingsFrom Name – determine your email sender name. Return Path – check this option to receive non-delivery receipts to your email address. Mailer – choose a mail server to send your WordPress emails. Choose Default to send messages using the PHP mail() function.

How do I use WordPress SMTP by WPForms?

Activate WP Mail SMTP by WPForms. Navigate to the Settings area of WP Mail SMTP in the WordPress admin. Choose your SMTP option (SMTP.com, Sendinblue, Mailgun SMTP, SendGrid SMTP, Postmark, SparkPost, Gmail SMTP, or Other SMTP) and follow the instructions to set it up. Need more help?


2 Answers

Contact Form 7 does use the Wordpress settings. If you configure WP-Mail-SMTP and check the radiobutton for "Send all WordPress emails via SMTP.", it will automatically use this settings.

like image 176
aLpenbog Avatar answered Sep 21 '22 21:09

aLpenbog


For people who are still facing this issue.

Edit your Contact Form and check From field under Mail tab, and make sure it is same as defined in WP Mail SMTP > General > From Email.

like image 40
Edris Avatar answered Sep 17 '22 21:09

Edris