Outgoing Emails not Working

Outgoing emails Emails not sending from my ERPNext account.

I have configured my outgoing email gateway as “test@mycompany.com”.

When I send email from Queue. get following error message.

Traceback (most recent call last): File "/home/frappe/benches/bench-2017-02-27/apps/frappe/frappe/app.py", line 55, in application response = frappe.handler.handle() File "/home/frappe/benches/bench-2017-02-27/apps/frappe/frappe/handler.py", line 19, in handle execute_cmd(cmd) File "/home/frappe/benches/bench-2017-02-27/apps/frappe/frappe/handler.py", line 40, in execute_cmd ret = frappe.call(method, **frappe.form_dict) File "/home/frappe/benches/bench-2017-02-27/apps/frappe/frappe/__init__.py", line 897, in call return fn(*args, **newargs) File "/home/frappe/benches/bench-2017-02-27/apps/frappe/frappe/email/doctype/email_queue/email_queue.py", line 31, in send_now send_one(name, now=True) File "/home/frappe/benches/bench-2017-02-27/apps/frappe/frappe/email/queue.py", line 351, in send_one raise e SMTPRecipientsRefused: {u'customer@company.in': (553, '5.7.1 : Sender address rejected: not owned by user test@mycompany.com')}

Can you show us SMTP Configuration screen shot?