How do I get Azure Communication SMTP Settings

Hassan Waqar 0 Reputation points
2024-04-30T10:35:19.26+00:00

Hello,

I am configuring azure communication services to enable smtp email sending on Mautic email marketing.

How do I get the SMTP settings to connect to the Mautic platform?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
706 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 16,356 Reputation points
    2024-05-03T07:32:56.88+00:00

    Hello @Hassan Waqar Azure Communication Services (ACS) doesn't directly offer traditional SMTP functionality for sending emails through platforms like Mautic. However, you can try the below alternative approache to achieve email sending capabilities using ACS and Mautic.

    • Mautic typically integrates with external SMTP providers like SendGrid or Mailgun. Configure ACS to send emails to the chosen external SMTP provider's API endpoint. The external provider relays the emails to Mautic using its SMTP servers. This approach leverages ACS for initial email composition and sending, but relies on the external provider for actual SMTP delivery

    Best,

    Grace

    0 comments No comments