Workflow Emails not sent #16427
Replies: 3 comments 4 replies
-
|
Update: |
Beta Was this translation helpful? Give feedback.
-
|
hey @dosu, i still cant make the reminders work. My cron job: I can see my reminders: railway=# SELECT uid, "startTime", "endTime", title railway=# but i never receive the emails. There's a timezone problem maybe? Im utc+2 and in your repo code, we can only trigger the events that are there for the next 2 hours export async function getAllUnscheduledReminders(): Promise<PartialWorkflowReminder[]> { const unscheduledReminders = (await getWorkflowReminders(whereFilter, select)) as PartialWorkflowReminder[]; return unscheduledReminders; Im sending my emails with SMTP and everything works on that side. i can receive the other emails. How to properly use the reminders workflows please? thanks |
Beta Was this translation helpful? Give feedback.
-
|
Voici ce que me donne GPT: Cherche dans le repo Cal.com sur GitHub pour "task worker" ou "task execution" Je me suis peut-être focalisé sur Redis parce que c'est une solution standard pour les queues de tâches, mais Cal.com utilise peut-être un autre mécanisme. Apparement mes taches sont créées mais jamais envoyées |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Workflow (e.g. send an Email 1 day after the event), but the email is never sent.
When I look in the DB in the table WorflowReminder I see an entry, with scheduled = FALSE.
(I am using the cal.com via docker, currently v.3.9.1-sh)
Is there a setting missing? Is that a bug? Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions