avang extensions and codes for mailwizz

majid1f

Active Member
MailWizz 2.0 Tester
It's been a few years since we lunch our services (avangemail.com) base on Mailwizz.
Here we want to share our experiences.
 
1. UX and UI improvement

  • add Create Campaign button at tab bar

111s.png


2222s.png


if custmer doesn't create a list open different modal

3s.png


  • Some changes in font and color.
  • Show last blogs in login page with rss
4s.png


Simply add these custom css and js
Code:
https://gist.github.com/masihfathi/d695aac3b00210c094290e08abe7b456
https://gist.github.com/masihfathi/6628b4f958879de2434e96c8f50f2a29

for blog, change rss to your rss feed
Code:
#rss-reader','https://avangemail.com/blog/feed/


  • An extension for create initial list and subscribe
After a while, we found out that lots of customers have problems with the figure out process (create a list and add subscribes)
this extension creates an initial list and adds customer email as default email)
https://gitlab.com/masihfathi/ui-ux-improvment

  • unsubscribe button for editor
https://forum.mailwizz.com/threads/unsubscribe-button-for-editor.5474/#post-36422
 
Last edited:
2. How we scaling in mailwizz?
three main elements of a mailwizz deployment:
  • Storage Layer
  • Database Layer
  • Application layer
1.In storage layer we separate assets that upload via customer in other servers. so we create an extension that able upload files to s3 or ftp.

https://gitlab.com/masihfathi/my-filemanager-ftp

develop drag drop extension base on unlayerd
https://forum.mailwizz.com/threads/unlayer-drag-drop-email-builder-for-mailwizz.6011/

purchase link:

2. Database Layer
we use mysql + Redis in separate server
https://kb.mailwizz.com/articles/using-redis-cache-mutexes/

3. Application layer
we use multi instant in arvancloud.com network with loadbalnce
https://www.arvancloud.com/en/products/cloud-computing
(it's an Iranian product something like digitealocean + cloudflare )

we also have our MTA in other network (handle with avang delivery servers)

Right now we horizontal scaling maiwizz ;)
 
Last edited:
Back
Top