Aug 8th, 2009, 11:03 AM
Hey Doug,
Again, sorry for the wait on this.
I did some tests but I wasn't able to reproduce the problem exactly the same, but I did notice something similar. Here's what I got as the "from" headers when putting through exactly the same content for the name + email ("Testy Testerson" and "test.net"):
The "renault.dreamhost.com" got appended to the test.net, just like in your case. I've seen this many times before - I've always assumed it's just the email server / sendmail script converting the invalid email address ("test.net") to something that it things makes sense. When tweaking the email to "me@test.com", I get the expected:
Would you mind trying it with a valid email? I'm curious to know if that solves it or not for your case. Either way, it seems like Form Tools should perhaps strip out invalid email addresses rather than let the server convert them like this. Hmm...
Oh, and just to double check: what version of the Form Tools core are you running (this is displayed on your Settings -> Main tab in the Form Tools admin pages).
- Ben
Again, sorry for the wait on this.
I did some tests but I wasn't able to reproduce the problem exactly the same, but I did notice something similar. Here's what I got as the "from" headers when putting through exactly the same content for the name + email ("Testy Testerson" and "test.net"):
Code:
Tester Anderson <test.net@renault.dreamhost.com>
The "renault.dreamhost.com" got appended to the test.net, just like in your case. I've seen this many times before - I've always assumed it's just the email server / sendmail script converting the invalid email address ("test.net") to something that it things makes sense. When tweaking the email to "me@test.com", I get the expected:
Code:
Tester Anderson <me@test.net>
Would you mind trying it with a valid email? I'm curious to know if that solves it or not for your case. Either way, it seems like Form Tools should perhaps strip out invalid email addresses rather than let the server convert them like this. Hmm...
Oh, and just to double check: what version of the Form Tools core are you running (this is displayed on your Settings -> Main tab in the Form Tools admin pages).
- Ben