| 1 |
<?php do_action('fluentform_global_menu'); ?> |
| 2 |
<div class="ff_addon_wrapper ff_block"> |
| 3 |
<div class="ff_addon_header"> |
| 4 |
<img style="width: 100px; height: 100px;" src="<?php echo $logo; ?>"/> |
| 5 |
<h1>Making Email Deliverability Easy and Fast for Your WordPress</h1> |
| 6 |
<p> |
| 7 |
<a target="_blank" href="https://wordpress.org/plugins/fluent-smtp/" rel="nofollow">FluentSMTP</a> is the ultimate WP Mail Plugin that connects with your Email Service Provider natively and makes |
| 8 |
sure your emails are delivered 💯. |
| 9 |
Our goal is to send your WordPress emails delivery fast, secure, and make sure your WordPress emails reach |
| 10 |
the email inbox. |
| 11 |
Made by Fluent Forms team for you. |
| 12 |
</p> |
| 13 |
<?php if (!$is_installed): ?> |
| 14 |
<div class="ff_addon_btn_wrapper"> |
| 15 |
<button class="ff_addon_btn intstall_fluentsmtp">Activate FluentSMTP Plugin</button> |
| 16 |
<p style="display: none;" class="ff_addon_installing">Installing FluentSMTP Plugin. Please wait...</p> |
| 17 |
</div> |
| 18 |
<?php else: ?> |
| 19 |
<h3>FluentSMTP plugin has been activated and running</h3> |
| 20 |
<br /> |
| 21 |
<a href="<?php echo $setup_url; ?>" class="ff_addon_btn">View FluentSMTP Settings</a> |
| 22 |
<?php endif; ?> |
| 23 |
|
| 24 |
</div> |
| 25 |
<?php if (!$is_installed): ?> |
| 26 |
<div class="ff_addon_body"> |
| 27 |
<img class="ff_addon_banner" src="<?php echo $banner_image; ?>"/> |
| 28 |
</div> |
| 29 |
<div class="ff_addon_feature_card ff_block_box"> |
| 30 |
<div class="ff_addon_header_ff">FluentSMTP - The ultimate SMTP & Email Service Connection Plugin for |
| 31 |
WordPress |
| 32 |
</div> |
| 33 |
<div class="ff_addon_body"> |
| 34 |
<p> |
| 35 |
For FluentCRM users, we built a well-optimized SMTP/Amazon SES plugin. It will help you manage all |
| 36 |
your |
| 37 |
WordPress website emails, including FluentCRM emails. <a target="_blank" rel="noopener" |
| 38 |
href="https://fluentsmtp.com/">Learn more |
| 39 |
about |
| 40 |
FluentSMTP Plugin</a>. |
| 41 |
</p> |
| 42 |
<div class="ff_addon_features"> |
| 43 |
<div class="ff_block_half"> |
| 44 |
<h3>Dedicated API and SMTP connections</h3> |
| 45 |
<ul> |
| 46 |
<li>Amazon SES</li> |
| 47 |
<li>Mailgun</li> |
| 48 |
<li>SendGrid</li> |
| 49 |
<li>SendInBlue</li> |
| 50 |
<li>PepiPost</li> |
| 51 |
<li>SparkPost</li> |
| 52 |
<li>+ Any SMTP Provider</li> |
| 53 |
</ul> |
| 54 |
</div> |
| 55 |
<div class="ff_block_half"> |
| 56 |
<h3>Features of Fluent SMTP Plugin</h3> |
| 57 |
<ul> |
| 58 |
<li>Optimized API connection with Mail Service Providers</li> |
| 59 |
<li>Email Logging for better visibility</li> |
| 60 |
<li>Email Routing based on the sender email address</li> |
| 61 |
<li>Real-Time Email Delivery</li> |
| 62 |
<li>Resend Any Emails</li> |
| 63 |
<li>In Details Reporting</li> |
| 64 |
<li>Super fast UI powered by VueJS</li> |
| 65 |
</ul> |
| 66 |
</div> |
| 67 |
</div> |
| 68 |
</div> |
| 69 |
<div class="ff_addon_footer text-center"> |
| 70 |
<button class="ff_addon_btn ff_invert intstall_fluentsmtp">Activate FluentSMTP Plugin</button> |
| 71 |
<p style="display: none;" class="ff_addon_installing">Installing FluentSMTP Plugin. Please wait...</p> |
| 72 |
</div> |
| 73 |
</div> |
| 74 |
<?php endif; ?> |
| 75 |
</div> |
| 76 |
|