Can Office365 shared mailbox use SMTP?

前端 未结 1 632
一向
一向 2021-01-04 19:39

Need to set up service account on company printer, that sends print counters to copy company. So they can send us back the invoice.

I was told, that this could be ha

相关标签:
1条回答
  • 2021-01-04 20:44

    Office 365 Shared Mailboxes (user without Exhcange licence) do not have SMTP access to Exchange online, which is bit different from behaviour you might expect when coming from on premise Exchange. They can connect using Exchange protocol in outlook thou, but that is no good for various devices.

    There are several options described in Office 365 documentations on how to connect various devices: https://support.office.com/en-us/article/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-office-365-69f58e99-c550-4274-ad18-c805d654b4c4

    To put it simply:

    1. For devices that need to send only to internal mailboxes (for example printers and server alerts) I went with Option 2, which does not require licence. You just setup spf records and allow you public ip address in Office365.

    You can send to distribution list, which forwards to specific mailboxes outside your organization.

    1. If you need to send mail outside your organization (for example invoce notifications), you need licensed user, probably cheapest one is Exchange online plan 1.

    One licensed user can operate multiple assigned shared mailboxes, if you don't mind exposing same credentials on different places.

    0 讨论(0)
提交回复
热议问题