Hi everybody,
I have a simple Formit form [[+name]], [[+email]], [[+text]]. It works fine when I try to use it on a website.
However I (form recipient email) receive mysterious messages that come FROM an admin email address (admin email address for this MODX installation!). These messages formatted like my quick email chunk, have a correct subject line (as specified in Formit code) but there's no user data, just Formit placeholders as in a code chunk. The messages look like this:
Inquiry from: [[+name]] ([[+email]])
Message:
[[+text]]
Formit code is here:
[[!FormIt?
&hooks=`spam,email,redirect`
&emailTpl=`message-tpl`
&emailTo=`[email protected]`
&emailSubject=`A mail from my site`
&redirectTo=`1`
]]
So the questions - where are these coming from and why? Is it a security risk, spam related, do I loose my mail?
Please help
!