Hi,
I've set up a contact formular, where the user can enter its name, email address and a message. When I receive the contact request via email, the sender address is the one specified in the Email plugin (e.g. [email protected]) and I can not use the reply function of Outlook to answer directly to the user.
Is there a way to use the users email address as the sender address? It would be much easier then to answer to contact requests, because I could simply use the "Reply" button.
Archive
This should do the trick:
YAML
process:
- email:
from: '{{ form.value.email }}'
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 1323 | 9 years ago | ||
| 2 | 919 | 9 years ago | ||
| 2 | 4048 | 9 years ago | ||
| 1 | 2923 | 9 years ago | ||
| 3 | 1106 | 9 years ago |