Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • GlitchTip Backend GlitchTip Backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GlitchTip
  • GlitchTip BackendGlitchTip Backend
  • Issues
  • #153
Closed
Open
Created May 24, 2022 by Bart Ribbers@PureTryOut

No way to configure SMTP url when username contains an @

My SMTP login requires as the username my full email address, so including the @. However Django seems to use the @ as a way to split the authentication info from the url and port, and thus fails with such a connection string. I tried changing the symbol to an url encoded variant (%40) but that doesn't seem to work, I'm guessing it just uses the username as is and obviously then it is wrong.

So how can I configure the email connection string when the username has a @ in it?

Assignee
Assign to
Time tracking