mirror of
https://github.com/anope/anope.git
synced 2026-07-04 03:43:13 +02:00
Revert last commit cause guess what, I screwed things up
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ void MailThread::Run()
|
||||
fprintf(pipe, "To: %s <%s>\n", MailTo.c_str(), Addr.c_str());
|
||||
else
|
||||
fprintf(pipe, "To: \"%s\" <%s>\n", MailTo.c_str(), Addr.c_str());
|
||||
fprintf(pipe, "Subject: %s\n\n", Subject.c_str());
|
||||
fprintf(pipe, "Subject: %s\n", Subject.c_str());
|
||||
fprintf(pipe, "%s", Message.c_str());
|
||||
fprintf(pipe, "\n.\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user