
AuthenticSender replaces WordPress’ default mail() function with configurable SMTP, UseSend API, or Resend API delivery, giving you control over how your site sends email.
Choose SMTP (default), UseSend API, or Resend API. Existing SMTP configurations keep working unchanged when SMTP is selected.
Enable or disable SMTP routing with a single checkbox. When disabled (and no API delivery method is selected), WordPress falls back to its default mail() function. Configure your server connection with:
Select a preset from the dropdown and the host, port, and encryption fields are filled in automatically. Supported providers:
smtp.usesend.com, username usesend, password = your API key)smtp.resend.com, username resend, password = your API key)For a self-hosted UseSend SMTP proxy, use Custom and enter your proxy host with the same username/API-key password pattern.
Send mail through the UseSend HTTP API instead of SMTP:
app.usesend.com) or self-hosted instance URLSend mail through the Resend HTTP API instead of SMTP:
api.resend.comOverride the From name and From email address on outgoing emails when SMTP is enabled or an API delivery method is selected. Enable Force Identity to apply From, Reply-To, and BCC even when using WordPress default mail.
Set global Reply-To (email and name) and BCC addresses. These apply when SMTP is enabled, an API delivery method is selected, or when Force Identity is on. The BCC field accepts multiple comma-separated addresses.
Password resets, email confirmations, and similar sensitive messages are never copied to BCC, so reset links and verification tokens are not shared with the BCC address.
Send a test message directly from the settings page. AuthenticSender attempts delivery via wp_mail() and returns a clear success or error message, so a misconfiguration never leaves you guessing.
Keep a database record of every email sent or failed. The log view includes:
Logging can be toggled on or off at any time from the Settings tab.
AUTH_KEY and SECURE_AUTH_KEY