Updated front page links

This commit is contained in:
Andris Reinman 2016-07-09 12:01:15 +03:00
parent ed83aae469
commit 1bcc88f64c

View file

@ -43,15 +43,15 @@
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-4">
<h2>RSS Campaigns</h2> <h2>RSS Campaigns</h2>
<p>Setup Mailtrain to track RSS feeds and if a new entry is detected in a feed then Mailtrain auto-generates a new campaign using entry data as message contents and sends it to selected subscribers.</p> <p>Setup Mailtrain to <a href="https://github.com/andris9/mailtrain/wiki/RSS-Campaigns">track RSS feeds</a> and if a new entry is detected in a feed then Mailtrain auto-generates a new campaign using entry data as message contents and sends it to selected subscribers.</p>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<h2>GPG Encryption</h2> <h2>GPG Encryption</h2>
<p>If a list includes a custom field for a GPG Public Key then subscribers can upload their GPG public keys when signing up or managing preferences. Subscriber that have a key set get all messages from the list in an encrypted form.</p> <p>If a list has a custom field for a GPG Public Key set then subscribers can upload their GPG public key to receive <a href="https://github.com/andris9/mailtrain/wiki/Adding-GPG-encryption-option-to-a-list">encrypted messages</a> from the list.</p>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<h2>Click stats</h2> <h2>Click stats</h2>
<p>After a campaign is sent, check individual click statistics for every link included in the message.</p> <p>After a campaign is sent, check individual <a href="https://github.com/andris9/mailtrain/wiki/Clicks-and-opens-stats">click statistics</a> for every link included in the message.</p>
</div> </div>
</div> </div>
@ -65,8 +65,8 @@
<p>Amazon SES, SparkPost, SendGrid, Mailgun you name it. You can use any provider that supports SMTP protocol to send out your newsletters. Bounce and complaints handling via webhooks is supported for SES, SparkPost, SendGrid and Mailgun.</p> <p>Amazon SES, SparkPost, SendGrid, Mailgun you name it. You can use any provider that supports SMTP protocol to send out your newsletters. Bounce and complaints handling via webhooks is supported for SES, SparkPost, SendGrid and Mailgun.</p>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<h2>On the roadmap</h2> <h2>Trigger based automation</h2>
<p>Better reports, campaign automation and more…</p> <p>Define <a href="https://github.com/andris9/mailtrain/wiki/Automation-in-Mailtrain">automation triggers</a> to send specific messages when a user activates the trigger.</p>
</div> </div>
</div> </div>