mettle / sendportal

Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
https://sendportal.io
MIT License
1.78k stars 354 forks source link

Its nice, but no visual editor? #214

Closed petrk94 closed 1 year ago

petrk94 commented 2 years ago

Hello, thanks for the great tool, but I just saw, that there are not visual templates or even visual editor available. I think this should be mentioned in the docs, because there I could not find any templates like mailchimp is offering, or at least prebuild ones, would be helpful.

I would even like to add some contribution, there is no information about deploying it on apache with .htaccess, only with ngnix config file, so I would like to help that this code can be added to the docs for apache server user:

.htaccess

`

RewriteEngine On
RewriteBase /

RewriteRule ^$ public/index.php [L]

RewriteRule ^((?!public/).*)$ public/$1 [L,NC]

`

krognome commented 2 years ago

Took me less then 5 minutes to replace code mirror with summernote and now I have a visual editor.

uhlhosting commented 1 year ago

Took me less then 5 minutes to replace code mirror with summernote and now I have a visual editor.

Share?

JonoB commented 1 year ago

Happy to accept PRs