Troubleshooting / symptôme

SMTP Sender mismatch at Infomaniak

SMTP server accepts the authentication but refuses data with a message Sender mismatch because the sender does not match the account or an authorized alias.

⌚ About 4 min read
View my favorites
Real-world problem · V2

Quick troubleshooting view

What you are seeing

SMTP server accepts the authentication but refuses data with a message Sender mismatch because the sender does not match the account or an authorized alias.

Likely causes
  1. From different from SMTP account
  2. WordPress plugin using another address
  3. Is not authorised
First checks
  1. Identify SMTP account
  2. Compare From
  3. Control the alias
Recommended actions
  1. align the From address with the SMTP account
  2. use an explicitly authorised alias
  3. fix the configuration of the SMTP plugin
Start Symptom → Cause →
Email / SMTPIntermediate.

SMTP server accepts the authentication but refuses data with a message Sender mismatch because the sender does not match the account or an authorized alias.

Important: relevez toujours le message d’erreur exact et l’heure du problème avant de modifier la configuration. Les actions proposées doivent être adaptées à votre environnement.

Causes probables

  • From different from SMTP account
  • WordPress plugin using another address
  • Is not authorised
  • Return-Path or inconsistent SMTP envelope

Diagnostic étape par étape

  1. 1

    Identify SMTP account

    Remove the address used for authentication.

  2. 2

    Compare From

    Check the address actually used by the application.

  3. 3

    Control the alias

    Be sure that the sender is allowed on the host side.

  4. 4

    Test with the exact address

    Do a test with the same From as the SMTP account.

Solutions possibles

  • align the From address with the SMTP account
  • use an explicitly authorised alias
  • fix the configuration of the SMTP plugin
  • avoid forcing an arbitrary sender
Quand escalader ?

Escalader if the same account and the same From are used but the server continues to return Sender mismatch.

♡ 0