Double Opt-In Message is not sent
-
Hi,
I am trying out the Sendinblue integration with DOI.
The token E-Mail bydoihelper_start_session
was not send because the default wordpress From adress was incorrect. As far as I know, it can be set only via filter:add_filter('wp_mail_from', function() { return '[email protected]'; }); add_filter('wp_mail_from_name', function() { return 'Your website'; });
IMO, it would make sense to use the From address of the form by default. What do you think?
- The topic ‘Double Opt-In Message is not sent’ is closed to new replies.