PRO: E&P Form / WP Mail SMTP

Hi there,
is it possible, to have e&p form using smtp for sending mails by using the “wp mail smtp” plugin?
Or is there any other way to do that?
Best regards
Uli

Hey Uli,

I believe the E&P plugin uses wp_mail function which is a standard for plugins that can send emails. In that case, you just need to configure your SMTP settings or use an SMTP plugin. There’s no configuration in E&P’s part.

Also, Loopus, the developer of E&P suggested, Easy WP SMTP in this CodeCanyon thread so it tells us that you can use SMTP plugins.

Hope that helps.

Hi Christian,

thank you for your help. You wrote “you just need to configure your SMTP settings or use an SMTP plugin”. Where can I configure SMTP-Settings without using an SMTP-Plugin?

Best regards

Uli

Hi Uli,

To configure it without using an SMTP plugin means customization. Adding the code on wp-config and on you child theme functions.php file. Please check this guide. If you are not familiar with coding, please contact a developer instead.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.