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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var email = require("mailer");
email.send({
host : "localhost", // smtp server hostname
port : "25", // smtp server port
to : "somewhere@free.fr",
from : "root",
subject : "node_mailer mémé test email",
body: "Hello! This is a test & bière of the node_mailer."
},
function(err, result){
if(err){ console.log(err); }
});
(Ubuntu, email server on localhost is exim).
regards,
Mickael
The text was updated successfully, but these errors were encountered:
Hello,
just trying your lib, I can't even send a mail...
Got the error:
Here is my test file :
(Ubuntu, email server on localhost is exim).
regards,
Mickael
The text was updated successfully, but these errors were encountered: