kutt
kutt copied to clipboard
Sign-up email does not arrive
Hi there, I have tried with a couple different email addresses, but I don't get any link to complete my subscription. Can you please help me?
check your spam box
check your spam box
Nothing in it...
Same issue. I didn’t get the confirmation email
same
It's the same thing as in #424.
I tried the signup ~5 times, 1 signup made it through the 504 server error.
The signup e-mail was in my spam folder.
Im using gmail as smtp server and i got it to work with this.
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_SECURE=false
MAIL_requireTLS=true
the secure=false and adding the mail_requireTLS=true was needed for using gmail (google apps) as smtp server.
same
i tried to sign up with my gmail and it worked try to sign up with gmail but verify button isn't working
Tried to signup with Gmail and it didn't work. What does that label mean?
+1
same
i tried to sign up with my gmail and it worked try to sign up with gmail but verify button isn't working
Same issue
This issue still persist , i tried using AWS SES with the below config , but still unable to receive signup email from Kutt system.
MAIL_HOST=email-smtp.eu-west-1.amazonaws.com
MAIL_PORT=465
MAIL_SECURE=true
MAIL_USER=<user>
MAIL_PASSWORD=<password>
MAIL_FROM=<[email protected]>