ekerstein

Results 12 comments of ekerstein

You need to create a recurring task / cron job to run the "submit_newsletter" management command.

You should create a recurring task / cron job to run the "submit_newsletter" management command. Then whenever emails are put into the queue they will be sent automatically.

Any update on this PR? I would greatly like to use this feature. My newsletter signup is only public-facing. So I want to require emails to always be inputted and...

I'm thinking of putting together a PR on this. If I understand correctly, the following would be accepted? On the ActionRequestView: 1. Check if ajax header exists (.is_ajax() is deprecated...

I see path in the documentation for version 4.1: https://docs.djangoproject.com/en/4.1/ref/urls/#path I thought re_path was just the regex version of path? Aren't they two separate things?

Did you confirm that "welcomeback" is the same slug from the admin page when you added the newsletter? Not "welcome-back"?

Just want to note that it not only leaks subscriber info, but site user info. `"The e-mail address '[email protected]' belongs to a user with an account on this site. Please...

django-anymail makes it easy to connect to email service providers (ESPs) to get this data: https://anymail.dev/en/stable/sending/tracking/#event-tracking With anymail we could track emails that bounce, and emails that aren't opened, among...