i've set up django-allauth and using email confirmation when new users register which works fine
but in the confirmation email, i get
Hello from example.com!
You're receiving this e-mail because user abc13 at example.com has given yours as an e-mail address to connect their account.
To confirm this is correct, go to http://<mysite>.com/accounts/confirm-email/q3rknxpflshgwddlbjw6aqzlr1ayqtnfrtezucoq2ysmfbm2etcldusq5dyrcoap/
Thank you from example.com!
example.com
How can i replace "example.com" with my website name?
thanks