Reply To not working with WooCommerce
grantambrose opened this issue · 2 comments
grantambrose commented
I am using the SparkPost WordPress plugin and WooCommerce.
My customers are emailed their receipts as default by WooCommerce.
BUT, when they click reply to reply to the receipt, it should go to myself. However, currently when they click reply, it replies to their own email address.
How can I set the reply-to email address using the WordPress plugin and WooCommerce?
rajumsys commented
@grantambrose Thanks for your post.
However, I believe you need to look at WooCommerce documentation how to setup Reply-To in it's configuration. If WooCommerce correctly (as per wp_mail
api doc) sets Reply-To internally, it should be fine and just work with SparkPost.
rajumsys commented
@grantambrose I'm closing this for now. Feel free to re-open if needed.