Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorkdizzle
    • CommentTimeMay 25th 2007
     # 1
    I'm getting the following smtp error whenever Vanilla tries to send an email:
    SMTP server response: 501 5.5.4 Invalid Address in

    I believe this is the same issue as reported on Drupal here: http://drupal.org/node/92041

    On Windows, the mail() function doesn't accept addresses like "name <email@host.com>" . We've hacked a fix, but wanted to report it so that it can be fixed in the next release.

    in library\Framework\Framework.Class.Email.php:
    We changed line 120 as follows, to output an address formatted like "email@host.com"
    //$Header .= "From: ".$this->FromName." <".$this->FromEmail.">\r\n";
    $Header .= "From: ".$this->FromEmail."\r\n";
    •  
      CommentAuthorMark
    • CommentTimeMay 28th 2007
     # 2
    Strange - I'm using windows locally and I've never had a problem with sending email with that class...
    • CommentAuthorkdizzle
    • CommentTimeMay 29th 2007
     # 3
    Very strange! I believe we're on Windows Server 2003 SP1 w/ IIS 6.0 and PHP 5.2.0.
    • CommentAuthorIanTearle
    • CommentTimeSep 28th 2007
     # 4
    Having the same problem, glad i found this, though shouldnt be talking too soon, not tested in my enviroment yet!
Add your comments
    Username Password
  • Format comments as