Hallo,
I have implemented the FAQ 31 in my form and it works well.
The only thing that makes me curios is, that a second e-mail is sent to a not existing email address, which is created out of the option value name and the name of the server.
Info Debug Mode:
Point 8 says "An email has been SENT successfully from (Admin)admin@barmherzigkeit.at to [email]info@comxtech.at[/email],Schweiz" and exactly I receive the email by info@comxtech and the other (not existing) recipient is [email]Schweiz@jupiter.austriahosting.com[/email] (name of my websever).
Can you give me hint how to avoid this?
Thanks in advance and best regards.
I have implemented the FAQ 31 in my form and it works well.
The only thing that makes me curios is, that a second e-mail is sent to a not existing email address, which is created out of the option value name and the name of the server.
Info Debug Mode:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [check0] => Array ( [0] => Ja, ich möchte für BARMHERZIGKEIT spenden. ) [text_2] => 1 [select_11] => jährlich [text_4] => 1 [text_5] => 1 [check1] => Array ( [0] => Frau ) [text_7] => g [text_9] => g [text_13] => g [text_14] => 7 [text_15] => g [select_18] => Schweiz [text_17] => [text_18] => helga.kuzmits@comxtech.at [button_20] => Spende absenden [637663df6d56e1a2787979078542f9cc] => 1 [1cf1] => 56f6edff5c8eea87be1308e8d880ed68 [chronoformname] => Spende )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (Admin)admin@barmherzigkeit.at to info@comxtech.at,Schweiz
9. Debug End
Point 8 says "An email has been SENT successfully from (Admin)admin@barmherzigkeit.at to [email]info@comxtech.at[/email],Schweiz" and exactly I receive the email by info@comxtech and the other (not existing) recipient is [email]Schweiz@jupiter.austriahosting.com[/email] (name of my websever).
Can you give me hint how to avoid this?
Thanks in advance and best regards.