Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
219
Star
9,379
Fork
876
nodemailer
/
nodemailer
Code
Issues
3
Pull requests
0
Insights
Permalink
Browse files
Update lib/nodemailer.js
Loading branch information
...
andris9
committed
Apr 15, 2012
1 parent
ef5354a
commit
ef613a32b5329c69ecd6eac27cb4f278f59a3472
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
lib/nodemailer.js
Show comments
View
2
lib/nodemailer.js
@@ -249,7 +249,7 @@ Nodemailer.prototype.setUserHeaders = function(){
Nodemailer
.
prototype
.
setModuleHeaders
=
function
(){
//
Mailer name + version
-
this
.
mailcomposer
.
addHeader
(
"
X-Mailer
"
,
this
.
generateUserAgentString
);
+
this
.
mailcomposer
.
addHeader
(
"
X-Mailer
"
,
this
.
generateUserAgentString
()
);
//
Date
this
.
mailcomposer
.
addHeader
(
"
Date
"
,
new
Date
().
toUTCString
());
Toggle all file notes
1 comment on commit
ef613a3
This comment has been minimized.
Show comment
Hide comment
josefsalyer
Apr 15, 2012
Thanks for fixing this! I was starting to pull my hair out :)
josefsalyer
commented on
ef613a3
Apr 15, 2012
Thanks for fixing this! I was starting to pull my hair out :)
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
This comment has been minimized.
Show comment Hide commentjosefsalyerApr 15, 2012
Thanks for fixing this! I was starting to pull my hair out :)
josefsalyer commented onApr 15, 2012
ef613a3
Thanks for fixing this! I was starting to pull my hair out :)