I can't send mail with fake sendmail on Windows Server 2008 R2
Added by Juande Sánchez Cortez over 7 years ago
I have the following problem, set up email with fake sendmail on Windows, but give me the error message:
"Message is missing recipient's address"
But the mail is not sent, I have configured the argument "-i", but still does not send the mail. When I send a test email from redmine it shows me the message "An email has been sent to xxx@mail.com".
I leave you with the configuration of my environment:
Redmine version 3.4.2.stable
Ruby version 2.3.3-p222 (2016-11-21) [i386-mingw32]
Rubygems version 2.5.2
Rails version 4.2.8
Environment production
Database adapter Mysql2
SCM:
Git 2.9.0
Filesystem
Redmine plugins:
no plugin installed
OS: Windows Server 2008 R2
Replies (1)
RE: I can't send mail with fake sendmail on Windows Server 2008 R2 - Added by Jimmy Chu about 2 years ago
I've fixed this issue today!!!
The root cause is redmine only support 'sendmail -i' when using BCC mode (see https://www.redmine.org/boards/2/topics/16259),
and fake sendmail only support "sendmail -t",
so it just need to cancel BCC it would be work with parameter "-t".
Found solution for at least 2 weeks, try edit fake sendmail but I don't have delphi,
Changed header function in ruby but it seems killed "to" in the mail header....