breezy-zebra-64533
05/27/2025, 11:46 AMbrief-egg-61061
05/27/2025, 11:46 AMbrief-egg-61061
05/27/2025, 11:46 AMjavascript console.log(encodeURIComponent("pass@word")) // Outputs: pass%40word
So your SMTP connection string would look like: <smtp://username:pass%40word@email-smtp.eu-west-3.amazonaws.com:587>
This approach applies to both the username and password fields in the connection URI. Always ensure your credentials are properly encoded to avoid configuration errors and potential security issues. For more details, see the official troubleshooting guide on invalid SMTP courier URL format [Invalid SMTP courier URL format (OTA-112022-01)](https://www.ory.sh/docs/troubleshooting/smtp-courier-OTA-112022-01).