📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Uygulamalarından kullanıcılara gönderdiğin emailleri görüntüleyebilmek ve bu emailleri tek bir yerde toplayıp yönetmeyi sağlar.
Demo: https://dashboard.pigon.ws
Dokumanlar: https://email-dashboard.readthedocs.io/en/latest
/POST https://api.{{yourhost}}/api/v3/notifications/{{notification-slug}}
Authorization: Token {{AccountToken}}
{
"variables":{
"button_name": "Click me!",
"name": "John"
},
"email": {
"to": ["[email protected]", "[email protected]"],
"cc": ["[email protected]"],
"reply_to": ["[email protected]"],
"from": "[email protected]"
},
"delivery": { # isteğe bağlı
"time": "21:00",
"date": "2018-09-22",
"zone": "Europe/Istanbul"
}
}
Docker’ın en son sürümünü resmi sayfasından yükleyebilir veya terminalinizden şu komutu çalıştırabilirsiniz:
wget -qO- https://get.docker.com/ | sh
Docker’ı root kullanıcı olmadan çalıştırabilmek için şu komututu run edin.
sudo usermod -aG docker ${USER}
newgrp docker
Buradaki yönlendirmeleri takip edebilirsiniz: https://store.docker.com/editions/community/docker-ce-desktop-mac
Docker Compose’u resmi sayfasından yükleyebilir, veya terminalinizden şu komutu çalıştırabilirsiniz:
curl -L "https://github.com/docker/compose/releases/download/1.11.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
mkdir -p /datadrive/mysql && mkdir -p /datadrive/data/redis
mkdir -p ~/datadrive/mysql && mkdir -p ~/datadrive/data/redis
git clone https://github.com/Email-Dashboard/Email-Dashboard.git
Buradaki değişkenleri kendi sistemine göre ayarla https://github.com/Email-Dashboard/Email-Dashboard/blob/master/.env
Eğer macOS üzerinde çalıştıryorsan: docker-compose.yml
daki ilgili satırları aktif edebilirsin.
docker-compose build
docker-compose run web rake db:migrate
docker-compose up -d
Katkıda bulunmak için bu dökümana göz at.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Sahin Boydas Co-Founder @ LeoApp |
Muhammet Developer @ LeoApp |
Sadik Developer @ LeoApp |
---|
Bu yazılımın kullanımı, LICENSE dosyasında belirtilen şartlara ve koşullara tabidir