PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 3.6.64
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v3.6.64
6.2.14 6.2.13 6.2.12 6.2.10 6.2.11 6.2.9 6.2.8 6.2.7 6.2.6 6.2.5 6.2.4 6.2.3 6.2.2 3.6.22 3.6.31 3.6.40 3.6.41 3.6.42 3.6.50 3.6.51 3.6.60 3.6.61 3.6.62 3.6.64 3.6.65 All 196 releases
fluentform / resources / views / admin / smtp / index.php

index.php in Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 3.6.64, at resources/views/admin/smtp/index.php

76 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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