Hi @texnixe,
I’m investigating if possibile to add newsletter functionality to kirby. As we release a issue every 3 months, I’d like to send by mail to my subscriber a newsletter with the magazine summary and editorial. It would be great if possibile to create a template just for the newsletter and send it by mail. I’ve looked for this on the forum and found kirbycms-newsletter-addon but it seems that is not an official plugin.
Another question: as I have to deal with a large number of files, pictures, I’m trying to build some bash script in order to rename files starting from the folder name, for example
Hi @texnive, @flokosiol,
for professional mail service, Campaign Monitor, Mailchip are great tools. But currently we are working pro bono for this project. All the people involved in the magazine are working there for passion and love about photography. The magazine doesn’t have a sponsor or adv even if we have a great user base (AFAIK > 5000k subscriber). So this is why I’d like to send the newsletter with our own tool. I’ll give to the newsletter plugin a chance I’ll try to setup it later and I’ll let you know.
With that many subscribers, you may want to consider using a database to store the users in. Kirby has a database class that makes handling databases really easy.
really depends on your knowledge and time though. and what your requirements are on sending a newsletter like:
html
text only?
while there are many ways to implement it you would just need a place to save emails … subpage / account / sqlite and a foreach to call on everything with for example the email function - just to give a pretty basic example.
I’ve built a simple newsletter with toolkit only but haven’t had the time to finish it.
What’s your idea ??
For Renaming (on Windows) there’s an app which is called Antrenamer where you have pretty much alot of options to rename files/folders to your hearts content. Not sure if they are cross plattform though.
Currently I’m migrating the content directly from the file system because is easier than uploding it through the panel But I like your suggestion, in order to keep the semantic for each upload in the future. Is something that is currently possible in Kirby (a link to the manual/reference is much appreciated)?
Or your suggestion require some php coding?
Thanks