SMTP settings are not working

Hi,

We have just started working on Gitlab and in the process of configuration we have done setting for SMTP (tried with office365 and gmail). I have tried all debugging steps and all suggested ways to check smtp settings, we are not seeing any error but no email in inbox.

Can someone help and suggest what could be wrong here.

output:

Loading production environment (Rails 5.2.3)
irb(main):001:0> Notify.test_email('myemail@example.com', 'Hello World', 'This is a test message').deliver_now
Notify#test_email: processed outbound mail in 1.2ms
Sent mail to myemail@example.com (10085.1ms)
Date: Wed, 18 Sep 2019 04:10:28 +0000
From: GitLab <xc@gmail.com>
Reply-To: GitLab <xc@gmail.com>
To: myemail@example.com
Message-ID: <5d81ae3483808_599b3ff2aa2d9998337b2@gitlab.mail>
Subject: Hello World
Mime-Version: 1.0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p>This is a test message</p></body></html>

Traceback (most recent call last):
        1: from (irb):1
EOFError (end of file reached)

Thanks
Gaurav

Hi Team,
Any update on this?

Thanks
GC