nodmailer
hello railway forum, I'm using nodemailer within nodejs server to send email verification , now when i send email locally it works just fine the receiver revives the email but when i send it from railway server i can see from the logs that the email is sent but the user never receives the email >>any one can help with this ?
7 Replies
Project ID:
d8b7fdf9-eed7-4623-8d62-9369efec1728
service id : d8b7fdf9-eed7-4623-8d62-9369efec1728
what email service are you using with nodemailer?
it's likely that they are blocking your access because it's coming from shared hosting
im using outlook365 ,
But in sent emails in the inbox of the email i can see that the messages are sent
here's the code
it could also be the content of the mail itself
i had this once when there was an img tag without a src
if your sending the exact same thing from railway as the other hosting/local, some links that might help:
- https://stackoverflow.com/a/71406329 (does not receive on an outlook emailadres)
- https://stackoverflow.com/questions/45305050/nodemailer-email-send-but-not-receive
Stack Overflow
Nodemailer doesn't send emails to outlook.office365 accounts
I am trying to send emails from a gmail account to the receiver which is my university email outlook.office365 .
it works fine for gmail to gmail , gmail to outlook.live , gmail to yahoo
import * as
Stack Overflow
Nodemailer - email send but not receive
I'm build an API with feathersjs and I need to send an email with an attachment.
The email seems to be send but I receive nothing.
In my mail.service.js
const nodemailer = require('nodemailer');
co...
it could also be in the spam of the receiver i guess