Hi,
I want to add some sort of E-Mail Manager to my Kirby instance. In theory, it’s nothing really complicated, but as I’m new to Kirby and dusty with PHP, I’m not quite sure how to get started.
To send the emails, I found this plugin which I think does all the heavy lifting: Courier | Kirby CMS Plugins
I then have a structure where I can store all of my contacts, and categorize them with tags.
Now comes the part where I’m a bit lost—currently, I’ve got an email
template for my pages; so when I would write a mail, it’s essentially a page.
But I’d love to not have to have this weird double behaviour of needing to enter a slug (which isn’t used), or show the status as draft all the time, as I don’t want to “publish” the page, because it would then be visible on the website.
Also, I don’t really want the email to be editable after it’s sent—as that just doesn’t make sense.
Additionally, it would be awesome, if I could have this whole E-Mail thing in it’s own panel-view/tab.
Other than that, I love how I can just use the textarea field and stuff like the author field in the sidebar.
So now I’m wondering what the best approach is. Is this even possible without a huge effort? I saw that I can create entirely new panel views in Vue, but I don’t really feel like I need to have a fully custom interface. The textarea, the tag input, the author selection—all of that I would need to custom-build in Vue, right?
I hope i could make clear what I want to do, and maybe someone can guide me into the right direction
Thanks!