asciinema / asciinema-server

Platform for hosting and sharing terminal session recordings
https://docs.asciinema.org/manual/server/
Apache License 2.0
2.29k stars 263 forks source link

not getting login email #416

Closed dixler closed 1 year ago

dixler commented 1 year ago

Hi. Greatly appreciate the service you guys provide :pray:. I've recently just started having difficulty getting the login link to my account as it's not showing up in my inbox nor spam.

My user is:

const name = "kyle";
const domain = "pulumi.com";
const username = `${name}@${domain}`;
ku1ik commented 1 year ago

Hey Kyle. I've recently noticed problems with email delivery. It seems our free Sendgrid plan is not enough anymore....

asciinema.org is a free service, a non-profit org, so there's no budget for things like paid email service plan. Given that I'm looking into switching to some other provider where free tier is more generous than Sendgrid's 100 emails/day.

ku1ik commented 1 year ago

This problem should be resolved by now. I switched asciinema.org from Sendgrid to AWS SES. Hopefully that does it for good :crossed_fingers: