Closed (fixed)
Project:
Forward
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2009 at 15:17 UTC
Updated:
16 Feb 2010 at 22:40 UTC
In the email itself which arrives in inbox, instead of having the sender's email as the From address, I get this:
@my-mail-server-address.com
That is, the sites admin's email (within < >) AT the name of the server.
I have found an issue regarding another module (htmlmail.module) which had the same problem: #382950: Causes server e-mail "From" address
However, it seems that forward module is not suffering from this problem because in line 851 there is the "fixed" command:
$message['headers']['Content-Type'] = 'text/html; charset=utf-8';
Could anyone confirm or help? Thanks!
Comments
Comment #1
seanrThis is due to bad code where it defines the sender address which has now been fixed. It will be out in the next release.