I want to know the field “E-Mail” is ’email to’ or ’email from’. I am using the wp-smtp plugin.
Hey felix0220170!
I’m not sure I understand. If your using our contact form then the first field you see, “Your email address”, is wherever you want the mail to be sent to.
If your talking about the WP SMTP settings then it’s also your email address.
Cheers!
Elliott
I tried the solution from https://kriesi.at/support/topic/not-receiving-emails-from-contact-form/. And It works. But I want to know why he added the following two statements.
global $avia_config;
$avia_config[‘from_email_address’] = $from;
Hey!
It’s needed for the second filter in his code.
Cheers!
Elliott
Hi Elliott,
Thanks for your help!