Postman (wrongly) overrides Sender name
-
Hi,
We are using a contact form plugin that sets Sender display name (in the From header) using form data. This is very handy, because the inbox then shows the individual sender name in the message list.
Unfortunately, Postman rewrites the entire From header. Even if the “Sender name” field is left blank in the configuration, Postman deletes the value passed by the form.
This has complicated the implementation. Currently, all form messages are delivered with an identical header set by Postman and, naturally, are combined into a single thread by the email system.
Is this a bug that can be resolved somehow?
Things were working as they should without Postman, i.e., with wp_mail. Unfortunately, our host has decided to switch off wp_mail. We have configured Postman to deliver messages to our Google Workspace via Gmail relay, and this single problem blocks smooth implementation.
k.
- The topic ‘Postman (wrongly) overrides Sender name’ is closed to new replies.