Still having trouble with no return sender with this hack.
While I'm composing the message, my user name shows up in the "From" box, like the first picture attached.
However, when I send it to my test gmail account, the message I receive is from "Unknown Sender", and the "Reply To" box is empty, like in pictures 2 and 3.
If I change to this...:
Code:
//You can allow or disallow users from changing the FROM email address by switching this to 0 for no or 1 for yes
$allowfromchange = "1";
...the hack works perfectly and my user name shows up in the test email "From" box, and is also in the "Reply To" box.
Which is perfect, except I do not want the other users to have the ability to change the "From" to an admin or mods nick and pass off the email as coming from someoene else.
I also do not want the users to have email being sent from "Unknown Sender" though.
If I switch it back to "0" however, I again get an email from "Unknown Sender" and the "Reply To" box is empty.
I know I can also change the third option to have myself as the only one allowed to change the "From" variable, however again, I don't want the other user's having emails sent from "Unknown Sender's".
Anybody have any ideas?
I really like this hack, but need to configure it properly.