bug report
-
Hi, when set custom email, emails are not set. Tested on 2 shops, both using wp mail smtp. there are no emails from essential form plugin in smtp logs at all if below option is set.
add_filter( 'essential_form_settings',function( $options ){
return array(
'email_to' => '[email protected]',
);
} );Sorry, all good now. The issue was that the server couldn’t see the mailbox on the other server, as IMAP is hosted there.
You must be logged in to reply to this topic.