As I have checked using the plugin it should be
TO: our email, let’s say [email protected], and
FROM: should be [your-name] <[your-email]>
where [your-name] is the name given at the form field
<label> Complete Name (mandatory)
[text* your-name] </label>
and where [your-email] is the email given at the form field
<label> Email (mandatory)
[email* your-email] </label>
But I have tried [your-name] <[your-email]> and it takes out an error: Invalid mailbox syntax is used. I have read at the help section this is not correct because of ‘<‘ and ‘>’ then, why is it given as an option?
Even I have tried it as just [your-email], but then it takes out: Sender email address does not belong to the site domain. And that’s the problem, the sender’s mail will never be from my site domain. Let me explain this with an example: You write a comment on my form, and your email is [email protected] . Your plugin only lets to say that you, with an email from my site domain is writing me. And that’s not correct.
-
This reply was modified 3 years, 11 months ago by abladb.