-
Notifications
You must be signed in to change notification settings - Fork 219
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
I am not able to receive mail in my inbox #6
Comments
Try investigate a logs with "docker logs" when you sending email. Also you can try send email on other email host i.e. gmail and check spam folder. |
@justforkidding Sorry for late reply. I'm a amateur programmer and don't have enough time to Q&A. Please refer to #1 which may be helpful. Thanks. |
@DmitryINdig0 thanks. I have tried sending email i.e. gmail but it will not received in inbox. And i've also checked "docker logs" but it is not displaying any error. |
@catatnight is there any other solution for this issue?? |
Seems like you want to use docker as relay only. Your actual mail domain is hosted on some other service provider. If you want to try you can build docker from https://github.com/gdvyas/docker-postfix/ and and add -e YOURDOMAIN.TLD:relay:YOUR_ISP_OUTGOING_SMTP_SERVER in docker run option. |
When i am sending mail it shows that mail was sent i.e. queued as follows:-
[<-] 220 mail.monstorm.com ESMTP Postfix (Ubuntu)
[->] HELO monstorm.com
[<-] 250 mail.monstorm.com
[->] MAIL FROM:[email protected]
[<-] 250 2.1.0 Ok
[->] RCPT TO:[email protected]
[<-] 250 2.1.5 Ok
[->] DATA
[<-] 354 End data with .
[->] Received: by monstorm.com (sSMTP sendmail emulation); Tue, 16 Jun 2015 14:09:44 +0000
[->] Date: Tue, 16 Jun 2015 14:09:44 +0000
[->] From:[email protected]
[->] To:[email protected]
[->] Subject:Test Dev V
[->]
[->] Hi All,
[->] Release will start on DEV and NCDEV server in next 15 min.
[->] Please Commit your files in next 10 min.
[->] .
[<-] 250 2.0.0 Ok: queued as F21133DA3
[->] QUIT
[<-] 221 2.0.0 Bye
But i am not able to receive mail in inbox nor in my spam. Please give me any suggestions it's really urgent.
The text was updated successfully, but these errors were encountered: