I have an e-mail server on the hostgator and an account on it. I need to use nodemailer to send messages to my clients from this account. For this I need to manually configure with these instructions from the hostgator
I'vetestedallpossiblecombinationsofHOSTxPORTinmysourcecode.Allofthemreturndeliveryfailure,theonlyconfigurationthatsendstheemailisthis.
vartransporter=nodemailer.createTransport({host:"br688.hostgator.com.br",
port:"465",
secure: true,
auth: {
user: '[email protected]',
pass: 'XXXXX'
}
})
However the email does not reach the recipient, I have tried to send to several different emails in several services.