var transporter = nodemailer.createTransport({
name:"www.rolester.com",
service:"smtp",
port: 27017,
auth: {
user: "[email protected]",
pass: "alandiv09"
}
when i try this code i get his error
Error: Greeting never received
and when i change the port to my domain email port which is 587 i get this error
Error: connect ECONNREFUSED 127.0.0.1:587
and when i try to turn secure to true like that .secure : true
i get this error
[Error: 68390000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:wsdepsopensslopensslsslrecordssl3_record.c:355:
] any solution ???
2
Answers
I found out that that is not a smtp server so it can't send emails