| Category | Typical symptom on the printer panel | Root cause |
|---|---|---|
| Connection | "Cannot connect to server" / timeout | Wrong port, firewall block, or server unreachable |
| Authentication | "SMTP authentication error" / 535 | Wrong credentials, or unsupported AUTH mechanism |
| Encryption | "Could not establish secure connection" | Outdated TLS version or STARTTLS mismatch |
| Relay / Sender | "Relaying denied" / 550 / 553 | Unauthorized relay attempt or unverified From: address |
| Message size | Scan job silently fails or times out | Attachment exceeds server or printer's size ceiling |
- Confirm the printer is set to port 587 (or 465 if it explicitly supports implicit TLS) rather than the legacy port 25, which most networks and providers now block or restrict for outbound traffic.
- Check outbound firewall rules on the printer's VLAN/subnet — many office networks segment printers onto a restricted VLAN that blocks everything except printing traffic by default.
- Verify the hostname resolves from the printer's own network context — test DNS resolution from another device on the same VLAN, since printer subnets sometimes use different DNS servers than the rest of the network.
- If the printer only supports IP literals reliably, confirm the mail server's IP hasn't changed — some older firmware caches DNS results indefinitely until a manual reboot.
- Check the printer's send log for repeated rapid connection attempts — a stuck job in the print/scan queue can hammer the server and trigger rate limiting; clear the job queue and retry once.
- If the printer sends directly to the internet instead of through an internal relay, route it through your organization's SMTP relay (like mySMTP) instead — this avoids reputation issues tied to office/ISP IP ranges entirely.
- Confirm the printer isn't configured to retry indefinitely on failure — set a sane retry limit in its network settings to avoid it re-triggering the same block.
- Generate a dedicated app-specific password or SMTP credential for the printer rather than reusing the mailbox owner's normal password — most providers, mySMTP included, support scoped credentials for exactly this use case.
- Confirm the username field expects the full email address, not just the local part before the @ — a surprisingly common source of silent rejection on older firmware that truncates the field.
- Check for trailing whitespace or line-break characters introduced when copy-pasting credentials into the printer's tiny web-admin text fields.
- If the account has 2FA enabled, use an app password or dedicated relay credential — printers cannot complete an interactive MFA challenge.
AUTH LOGIN or, on very old devices, AUTH PLAIN over an unencrypted channel — and increasingly, providers disable weaker mechanisms or require them to run only inside a TLS session. If the printer's firmware predates common modern mechanisms, there may be no compatible option at all without a firmware update.- Check the printer's network settings for an explicit "authentication method" dropdown — many devices let you force LOGIN vs PLAIN independently of the AUTO-negotiated default.
- Update printer firmware if an update is available — manufacturers occasionally patch SMTP client behavior, including supported AUTH mechanisms, in firmware releases separate from feature updates.
- Confirm AUTH is being attempted only after STARTTLS completes, not before — some firmware incorrectly tries to authenticate on the plaintext connection first.
- As a last resort for genuinely unsupported firmware, route through an SMTP relay configured to accept the specific legacy mechanism the device supports, isolated behind your own infrastructure rather than exposed on the public mail server.
Not sure which auth mechanism or TLS version your server accepts?
Run a live check against your sending domain — SPF, DKIM, DMARC, MTA-STS and TLS configuration — before you spend an afternoon in a printer's firmware menu.
- Check the printer's supported TLS versions in its network/security settings — if it caps out at TLS 1.1, a firmware update is the only real fix; many manufacturers have released updates specifically to add TLS 1.2 support to older models.
- If no firmware update exists, route the device through an internal relay that accepts the printer's legacy TLS version on your private network, then forwards outbound over modern TLS — keeping the weak connection off the public internet entirely.
- Verify the printer isn't hardcoded to a specific cipher suite list that's since been deprecated server-side; some enterprise MFPs expose a cipher preference list worth reviewing.
- Check whether the printer's admin console allows manually importing a trusted root/intermediate CA certificate — many enterprise-grade MFPs support this even without a full firmware update.
- Confirm your mail server is presenting the complete certificate chain (leaf + intermediates), not just the leaf certificate — some servers omit intermediates, which browsers tolerate via chain-building but embedded TLS stacks often don't.
- As a last resort, some devices offer a "skip certificate validation" toggle — only use this on a trusted internal relay connection, never for a connection that traverses the public internet.
- Set the printer's From: address to exactly match the authenticated account, or to an address your SMTP provider has explicitly allow-listed for that account to send as.
- If multiple departments need to scan-to-email under different From: addresses, configure each printer or scan profile with its own dedicated relay credential rather than sharing one login across mismatched From: addresses.
- Check your SMTP provider's sender-verification settings — most require the From: domain to be a verified sending domain on the account, separate from the login credential itself.
- Verify the sending domain is fully set up with the provider — SPF record published, DKIM selector configured and DNS propagated, before pointing devices at it.
- Double-check the exact From: domain configured on the printer matches the verified domain character-for-character, including subdomain — a printer sending as
scans.example.comneeds that exact subdomain verified, not just the root domain. - Use the Domain Intelligence scan to confirm SPF, DKIM and DMARC are all correctly published and aligned before troubleshooting further on the device side.
- Lower the default scan resolution and switch the output format to compressed PDF or JPEG rather than TIFF/BMP for routine scan-to-email jobs — 200–300 DPI is sufficient for most document scanning and dramatically reduces file size.
- Enable the printer's built-in "split large jobs" or multi-page batching feature if available, so oversized multi-page scans send as several smaller messages instead of one large one.
- Confirm what size limit your SMTP provider actually enforces, and raise it if your plan allows — don't assume the default is the maximum available.
- For very large or frequent scan batches, consider a scan-to-cloud-storage workflow with an emailed link instead of attaching the file directly.
Pull the real server response from the device's admin log
The LCD panel message is a paraphrase. The web admin console's protocol/network log usually shows the actual SMTP reply code and text — start there instead of guessing from the panel wording.
Confirm the port and connection type match
Port 587 with STARTTLS, or port 465 with implicit TLS — verify the printer's port setting and encryption mode are a matching pair, not mismatched (e.g. port 465 with STARTTLS enabled).
Test the credentials outside the printer first
Use a desktop mail client or command-line SMTP test with the same username/password to confirm the credentials work at all before assuming the printer's firmware is the problem.
Check firmware version against the manufacturer's release notes
Search for "TLS," "SMTP," or "scan to email" in the changelog of any firmware updates released after your device's purchase date — these fixes are often bundled quietly into unrelated feature updates.
If firmware can't be fixed, put a relay in front of it
For devices with permanently outdated TLS or auth support, route them through an internal SMTP relay that accepts the printer's legacy connection on your private network and forwards outbound using modern TLS and authentication — isolating the weak link instead of trying to eliminate it.
Stop guessing at printer SMTP settings
mySMTP's free toolbox checks SPF, DKIM, DMARC, MTA-STS and TLS configuration for your sending domain — and our managed relay gives every device on your network a modern, authenticated path out, no firmware update required.