Hello Gregor,
I am using 1.9.0 of WP Mail SMTP and 1.6.0.1 of WP Forms.
The setting in WP Form is just set to this: https://drop.torben.me/Screen-Shot-2020-04-24-08-29-53.png
I used Mailtrap to capture an email, and I could clearly see that the reply to was set correctly. However in Mailgun I do see this and this puzzles me:
In the tab MIME type i do see this: https://drop.torben.me/Screen-Shot-2020-04-24-08-32-55.png So here, a reply to is set correctly. But when I look into the message details I do see this:
{
"tags": [],
"timestamp": 1587570557.92336,
"storage": {
"url": "https://sw.api.mailgun.net/v3/domains/xxxxxx.com/messages/U2LAOW9ZA==",
"key": "AgEFf5KJKZ60U2LAOW9ZA=="
},
"log-level": "info",
"id": "g2Ewt6GvsfZvC6wxQ",
"campaigns": [],
"user-variables": {},
"flags": {
"is-routed": false,
"is-authenticated": true,
"is-system-test": false,
"is-test-mode": false
},
"recipient-domain": "xxxxxx.com",
"envelope": {
"transport": "smtp",
"sender": "[email protected]",
"sending-ip": "209.61.151.227",
"targets": "[email protected]"
},
"message": {
"headers": {
"to": "[email protected]",
"message-id": "[email protected]",
"from": "Studio <[email protected]>",
"subject": "Betreff: Bestellung 146317 erg?nzen"
},
"attachments": [],
"size": 20076
},
"recipient": "[email protected]",
"event": "delivered",
"delivery-status": {
"tls": true,
"mx-host": "aspmx.l.google.com",
"code": 250,
"description": "",
"session-seconds": 5.416873931884766,
"utf8": true,
"attempt-no": 1,
"message": "OK",
"certificate-verified": true
}
}
And here no reply-to is mentioned. My customer uses a google group where all of these contact requests are sent to and they say, that hey can’t answer to the emails as there is no reply-to being set.