SMTP timeout
Check whether the current network allows the SMTP port. Some ISPs block or intermittently throttle mail ports.
Test-NetConnection smtp.gmail.com -Port 465
Test-NetConnection smtp.gmail.com -Port 587
Common SMTP, IMAP, static file, and billing debugging paths.
Check whether the current network allows the SMTP port. Some ISPs block or intermittently throttle mail ports.
Test-NetConnection smtp.gmail.com -Port 465
Test-NetConnection smtp.gmail.com -Port 587
This usually means the port/security mode is wrong. Use SSL/TLS for port 465 and STARTTLS for port 587.
IMAP and SMTP use different ports and provider rules. A working inbox test does not guarantee the network allows outbound SMTP.
Hard refresh the browser after static CSS or JavaScript changes during local development.