-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Field via SMTP not populating correctly #20
Comments
Most likely the SMTP settings I'm using are not as generic as I first assumed. I can confirm email sender is displayed using mails I sent and received via Gmail. I'll need to test this on a few more mail platforms. Thanks for catching. |
Can I help with this in any way? what mailer are we using in the AreWeDown docker? My mailprogram is mailu (https://mailu.io/1.9/) I'll see if I can find annything in it's logs. Mails send by AreWeDown are also not apearing in the 'Send' Mailbox for this user. The recipient does get the emails though. |
Always happy for help, thanks. Mails are sent with the NPM package https://www.npmjs.com/package/smtp-client @ v 0.4.0. All the code to handle SMTP lives in https://github.com/shukriadams/arewedown/blob/master/src/lib/smtp.js. I tested using Gmail SMTP only because of ease-of-use, will set up a local mail server. |
I don't know if it helps, but here are the logs from postfix (which I believe handles the SMTP requests in my mailserver: If I send something through outlook everything works correctly. This is the log from postfix:
If I send something from AreWeDown I'm missing the sender adress, log looks like this:
For some reason it doesn't establish a connection to the TransipRelay.. I can't seem to figure out why, the mail also goes through. I would assume it would fail to send when not connecting to the relay.. Also mabey the most important thing; the mail doesn't seem to have a 'message ID'. after that line the logs start to differ |
Tested an automated mail message from an other program I'm hosting:
This is the result and everything seems fine. I pressume the problem can thus be narrowed down to the missing message ID. |
Hi @shukriadams ,
I noticed when something get's up or down my email is sent correctly to the recipients. However theres no sender listed when viewing the email.
Outlook is also telling me sender is unknown..
What could be the problem? Can I help in fixing it?
Kind regards,
Capusjon
The text was updated successfully, but these errors were encountered: