One-shot SMTP probe. Sends a real email — be ready to look at your inbox / spam folder.
| SMTP_HOST | smtp.sendgrid.net |
|---|---|
| SMTP_PORT | 587 |
| SMTP_USER | apikey |
| SMTP_PASS | (set, 69 chars, prefix 'SG.4…') |
| EMAIL_FROM_ADDR | [email protected] |
| EMAIL_FROM_NAME | freestylerslegacy |
| PUBLIC_SITE_URL | https://freestylerslegacy.com/freestylerslegacy/ |
| ADMIN_NOTIFY_EMAIL | [email protected] |
If 2525 fails, try port=587. If 587 fails, try port=587&tls=1 (forces SSL).
SendGrid needs the API key in SMTP_PASS and the literal string apikey in SMTP_USER.
_config_email.asp is the live one (not revoked) — paste into SendGrid → API keys if unsure.[email protected] is either Single-Sender-verified, OR its domain is fully authenticated.0x80040217 = transport unable to connect (firewall / port blocked). 0x80040220 = auth failed (bad credentials).