Results 38 comments of Jon Behr

This is something that I am considering adding to Formly. Feel free to submit a pull request if you would like to help out. At the moment, when setting actions,...

The problem with this implementation is that there is now no way to actually remove tags from a subscriber.

Actually, there are two pretty big benefits to using `$this->layout->content` - No need to use `@extends` in every view - if you want to change your template, you only need...

I've [pushed a fix here](https://github.com/mettle/sendportal-core/pull/196) - would be great if someone could test

Something doesn't seem right here. If `tz` is null, then Carbon should use the server's timezone. ``` > \Carbon\Carbon::parse('2025-05-15')->copy()->tz(null); = Carbon\Carbon @1747267200 {#5446 date: 2025-05-15 00:00:00.0 UTC (+00:00), } ```

What did you choose for the Sending Behaviour? ![CleanShot 2024-09-12 at 07 58 02@2x](https://github.com/user-attachments/assets/3846e31e-bb8d-4323-a7a0-19a74f1462e7)

Have you followed the instructions under `Message Sending & Queues` in https://sendportal.io/docs/v2/getting-started/configuration-and-setup#additional-configuration If you are not running the `sync` queue driver, then you must have queue workers running.

Have you set up [cron jobs](https://sendportal.io/docs/v2/getting-started/configuration-and-setup#additional-configuration)?