Pressed0024 Posted April 15, 2013 Share Posted April 15, 2013 In /tools/swift/Swift/Message.php line #79 when i change $this->setFrom(""); TO $this->setFrom("[email protected]", "Some Name"); In /tools/swift/Swift.php after line 370 if (!($has_reply_to = $message->getReplyTo())) $message->setReplyTo($from); Add the following code: if (!$has_reply_to[0]) $message->setReplyTo($from->getAddress()); It doesnt work. "Some Name" doesn't appear in my email name when received. Any idea how to make it work? Link to comment Share on other sites More sharing options...
Recommended Posts