Quote:
Originally Posted by cgmckeever
Thanks -- side note.....
in the cron script, you may want to change:
$fromaddress = $letter->sender[0]->mailbox ."@".$letter->sender[0]->host;
to:
$fromaddress = $letter->reply_to[0]->mailbox ."@".$letter->sender[0]->host;
the script fails for gmail sent as another user ... such as when I send from my company profile in gmail, the script still sees me as host=gmail.com
|
It's supposed to fail
That's what keeps people from pretending they are someone else
If I didn't have that check in there, you could set your reply to address in gmail or yahoo as the admins email address and you would show to the forums as posting as the admin
To avoid that security loop hole, it checks who the actual domain is that is sending the email
Just use your true gmail address for your account and you will be fine.