Share via

Wordpress fluentSMTP connection error

Sarwar 0 Reputation points
2026-05-30T03:55:59.0266667+00:00

this is my main account (******@sydneyfurnishedrentals.com​) when i tried to connected it with wordpress fluentSMTP plugin it won't provide me the token code (after providing Application Client ID & Application Client Secret) and getting error again and again but when i tried with different account its connected successfully.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-05-30T03:56:13.54+00:00

    FluentSMTP uses OAuth with Microsoft to generate a token based on the Application (client) ID, client secret, and the specific Microsoft account being authorized. Since the same app works with another account, the issue is specific to the primary account configuration/permissions, not FluentSMTP itself.

    From the provided context, the only supported guidance related to WordPress and Azure is how to integrate email via Azure Communication Services rather than via individual mailbox OAuth tokens. For WordPress running on Azure App Service, email is expected to be sent using Azure Communication Services instead of directly authenticating a mailbox with plugins like FluentSMTP.

    To avoid the token issue for that specific account, configure WordPress email to use Azure Communication Services as the SMTP/email backend for the site, and then send mail from WordPress through that service rather than directly through the problematic mailbox.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.