Updated front page links
This commit is contained in:
parent
ed83aae469
commit
1bcc88f64c
1 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
|||
<div class="col-md-8">
|
||||
<h3>Donate to author</h3>
|
||||
<p>If you really like Mailtrain then you can donate to the Mailtrain project to support the further development of it. You can donate directly with Paypal or if you prefer Bitcoin, then my wallet address is <code>15Z8ADxhssKUiwP3jbbqJwA21744KMCfTM</code>.</p>
|
||||
|
||||
|
||||
<p>
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DB26KWR2BQX5W" class="btn btn-info">Donate using PayPal</a>
|
||||
</p>
|
||||
|
@ -43,15 +43,15 @@
|
|||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<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 class="col-md-4">
|
||||
<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 class="col-md-4">
|
||||
<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>
|
||||
|
||||
|
@ -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>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2>On the roadmap</h2>
|
||||
<p>Better reports, campaign automation and more…</p>
|
||||
<h2>Trigger based automation</h2>
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue