I am using Office 365 Business for email (exchange) and I have a few “shared mailboxes” setup that I would like to utilize in erpNext.
I am able to access them in email clients by utilizing the “username” field to pass both the user’s email followed by “\” and then the shared mailbox. This authenticates and then uses the shared mailbox.
example:
username: [email protected]\[email protected]
Full example that works both in Thunderbird, Outlook and Apple Mail app:
User Mailbox: [email protected]
Shared Mailbox: [email protected]
IMAP Settings:
username: [email protected]\[email protected] (user mailbox \ shared mailbox)
password: user mailbox password -- [email protected]'s account password
server: outlook.office365.com
SMTP
username: [email protected] -- main mailbox
password: user mailbox password -- [email protected]'s account password
server: smtp.office365.com
Any suggestions would be appreciated on how to go about making changes that will allow this to work.