Hello
I have a simple contact form with the usual "your name", "your email", "subject" and "message" fields.
The sender's address ("from") is dynamically generated from my database (= member's email address table) so it can be any kind of name / extension (ex: membersname@membersdomain.com)
My problem is that the form only works when I use my own domain extension (ex: me@mydomain.com)... any other address will not be sent :-/
Is there something I have to change in apache ? what ??
Or is it better/safer to keep apache settings as they are ?
In that second case, is there a workaround ? (using "reply to" instead of "from" for ex ?)
Thanking you in advance for any link or help