Cant send email.. im using virtual box production server

{
“attachments”: [],
“cc”: [],
“communication_name”: “d4b9df5c29”,
“lang”: “en”,
“print_format”: “”,
“print_html”: “”,
“recipients”: [
dysoco.jinema@gmail.com
]
}
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/communication/email.py”, line 437, in sendmail
recipients=recipients, cc=cc)
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/communication/communication.py”, line 209, in _notify
_notify(self, print_html, print_format, attachments, recipients, cc)
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/communication/email.py”, line 164, in _notify
is_notification=True if doc.sent_or_received ==“Received” else False
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 432, in sendmail
inline_images=inline_images, header=header)
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/queue.py”, line 67, in send
email_account = get_outgoing_email_account(True, append_to=reference_doctype, sender=sender)
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/smtp.py”, line 70, in get_outgoing_email_account
frappe.OutgoingEmailError)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 319, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 309, in msgprint
_raise_exception()
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 282, in _raise_exception
raise raise_exception(encode(msg))
OutgoingEmailError: Please setup default Email Account from Setup > Email > Email Account

Did you setup email account? If yes check Default Outgoing checkbox is enable or not, if not kindly enable it.

i already fixed it thanks