Email inbound & outbound not working ver. 7.11.6

Two issues as noted below:

Inbound :

Configuration in the admin portal says its successful, but when I click on email, emails do not appear. I do notice I get get the following errors in the log:
ImapHandler trying to use a non valid resource stream.
Thu Jul 4 22:22:21 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] ImapHandler trying to set a non valid resource az stream.
Thu Jul 4 22:22:21 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] ImapHandler trying to use a non valid resource stream.
Thu Jul 4 22:22:21 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] ImapHandler trying to use a non valid resource stream.
Thu Jul 4 22:22:21 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] ImapHandler trying to use a non valid resource stream.

Outbound - which tests pass in the admin portal have the following errors

Thu Jul 4 22:50:45 2019 [1122][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] EmailController::action_getFromFields() is Panicking: Reply-To address is not filled.
Thu Jul 4 22:50:45 2019 [1122][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Signature html not found!
Thu Jul 4 22:50:45 2019 [1122][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Signature plain text not found!
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Invalid email address given: [Username <user@name.com] Called at /opt/bitnami/apps/suitecrm/htdocs/modules/Emails/EmailsController.php:242 from function populateBeanFromRequest.
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] fromUser: Conversion of from user format m/d/Y H:i failed
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Saving Email with invalid From name and/or Address. Details:
From field is not set.
From address is invalid.
From-name is not set.
From address and name pair is empty.
codes:1, 6, 7, 14
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Unable to find relationship emails_email_templates
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Invalid email address given: [Username <user@name.com] Called at /opt/bitnami/apps/suitecrm/htdocs/modules/Emails/EmailsController.php:254 from function send.
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Invalid email address given: [Username <user@name.com Called at /opt/bitnami/apps/suitecrm/htdocs/modules/Emails/EmailsController.php:254 from function send.
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Invalid email address given: [Username <user@name.com] Called at /opt/bitnami/apps/suitecrm/htdocs/modules/Emails/EmailsController.php:254 from function send.
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Invalid email address given: [Username <user@name.com] Called at /opt/bitnami/apps/suitecrm/htdocs/modules/Emails/EmailsController.php:254 from function send.
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][FATAL] SugarPHPMailer encountered an error: Invalid address: (Reply-To): Username <user@name.com
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Invalid email from address or name detected before sending. Details:
From field is not set.
From address is invalid.
From-name is not set.
From address and name pair is empty.
codes:1, 6, 7, 14
Invalid address: (Reply-To): Username <user@name.com
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][FATAL] SugarPHPMailer encountered an error: Invalid address: (From): Username <user@name.com
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][FATAL] SugarPHPMailer encountered an error: Invalid address: (From): Username <user@name.com
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][FATAL] SugarPHPMailer encountered an error: Invalid address: (From): Username <user@name.com
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] send: PHPMailer Exception: { Invalid address: (From): Username <user@name.com

}
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] fromUser: Conversion of from user format m/d/Y H:i failed
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Saving Email with invalid From name and/or Address. Details:
From field is not set.
From address is invalid.
From-name is not set.
From address and name pair is empty.
codes:1, 6, 7, 14
Thu Jul 4 22:51:09 2019 [1121][9ef82371-126b-3899-2ba2-5ca9960522db][ERROR] Unable to find relationship emails_email_templates

Hi zenu

I am having a similar problem with outbound mail (we don’t use suitecrm for inbound) and trying to fix it at the moment. I suspect this might be connected to this issue, but am not certain:

https://github.com/salesagility/SuiteCRM/issues/6899

It does sound like a similar problem though.

Andy