Changeset 1891126
- Timestamp:
- 06/11/2018 04:31:21 PM (8 years ago)
- Location:
- ninja-mail
- Files:
-
- 2 edited
-
tags/1.0/includes/app/service.php (modified) (1 diff)
-
trunk/includes/app/service.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ninja-mail/tags/1.0/includes/app/service.php
r1891096 r1891126 38 38 'description' => 'Increase Email Deliverability with a dedicated email service by Ninja Forms.', 39 39 'connect_url' => \NinjaForms\OAuth::connect_url( 'txnmail/app' ), 40 'successMessage' => 'You did it!', 40 'successMessage' => '<div style="padding:0 20px 20xp"><h2>You did it!</h2> 41 <p>Ninja Forms submission emails will now be delivered by the Ninja Mail transactional service.</p> 42 <p>If you want to temporarily disable the service, you can use the green toggle on the Ninja Mail module.</p> 43 <button style="display:block;width:100%;text-align:center;" class="nf-button primary">Got It!</button></div>', 44 'successMessageTitle' => 'Ninja Mail Setup Successfully', 41 45 ]; 42 46 -
ninja-mail/trunk/includes/app/service.php
r1891096 r1891126 38 38 'description' => 'Increase Email Deliverability with a dedicated email service by Ninja Forms.', 39 39 'connect_url' => \NinjaForms\OAuth::connect_url( 'txnmail/app' ), 40 'successMessage' => 'You did it!', 40 'successMessage' => '<div style="padding:0 20px 20xp"><h2>You did it!</h2> 41 <p>Ninja Forms submission emails will now be delivered by the Ninja Mail transactional service.</p> 42 <p>If you want to temporarily disable the service, you can use the green toggle on the Ninja Mail module.</p> 43 <button style="display:block;width:100%;text-align:center;" class="nf-button primary">Got It!</button></div>', 44 'successMessageTitle' => 'Ninja Mail Setup Successfully', 41 45 ]; 42 46
Note: See TracChangeset
for help on using the changeset viewer.