tires Posted March 31, 2018 Share Posted March 31, 2018 Hi! Due to some issues with the DMARC policy at my provider i want to add a Reply-To to my wiremail code. This is my code: wireMail($emailTo, $form[email], "My Subject", $msg); Where shall i add the replyto? Thanks! Link to comment Share on other sites More sharing options...
flydev Posted April 1, 2018 Share Posted April 1, 2018 (edited) hi try : $mail = WireMail(); $mail->header('Reply-To', 'foobar@example.com'); [...] https://processwire.com/api/ref/wire-mail/ Edited April 1, 2018 by flydev doc link 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now