Skip to content

Commit

Permalink
Fix Pepipost capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Brugman committed Jun 16, 2021
1 parent 4cd5b8c commit 6ca43e8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Connect as many Email Service Providers as you want and FluentCRM will route you
- SendGrid
- Mailgun
- Sendinblue
- PepiPost
- Pepipost
- SparkPost
- Gmail OAuth API Connection
- Google WorkSpace OAuth API Connection
Expand Down
4 changes: 2 additions & 2 deletions app/Services/Mailer/Providers/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
],
'pepipost' => [
'key' => 'pepipost',
'title' => __('PepiPost', 'fluent-smtp'),
'title' => __('Pepipost', 'fluent-smtp'),
'image' => fluentMailAssetUrl('images/pepipost-logo.png'),
'provider' => 'PepiPost',
'options' => [
Expand All @@ -142,7 +142,7 @@
'api_key' => '',
'key_store' => 'db'
],
'note' => '<a href="https://fluentsmtp.com/docs/set-up-the-pepipost-mailer-in-fluent-smtp/">Read the documentation</a> for how to configure PepiPost with FluentSMTP.'
'note' => '<a href="https://fluentsmtp.com/docs/set-up-the-pepipost-mailer-in-fluent-smtp/">Read the documentation</a> for how to configure Pepipost with FluentSMTP.'
],
'gmail' => [
'key' => 'gmail',
Expand Down
2 changes: 1 addition & 1 deletion language/fluent-smtp.pot
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ msgid "Middle East (Bahrain)"
msgstr ""

#: app/Services/Mailer/Providers/config.php:133
msgid "PepiPost"
msgid "Pepipost"
msgstr ""

#: app/Services/Mailer/Providers/config.php:148
Expand Down
12 changes: 6 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Connect as many Email Service Providers as you want and FluentSMTP will route yo
* SendGrid
* Mailgun
* Sendinblue
* PepiPost
* Pepipost
* SparkPost
* Zoho via SMTP
* Outlook via SMTP
Expand Down Expand Up @@ -89,12 +89,12 @@ If you use Sendinblue then with the help of Fluent SMTP, You can easily connect

Read about <a href="https://fluentsmtp.com/docs/setting-up-sendinblue-mailer-in-fluent-smtp/">Sendinblue connection documentation here</a>

== 🎉 PepiPost Email API Connection ==
== 🎉 Pepipost Email API Connection ==
Pepipost is a complete sending partner with a user-friendly dashboard and many extensive functions such as statistics and real-time information.

With Fluent SMTP connection, You can set up your PepiPost email service connection in less than a minute. With a direct API connection so it's faster than their SMTP connection.
With Fluent SMTP connection, You can set up your Pepipost email service connection in less than a minute. With a direct API connection so it's faster than their SMTP connection.

Read about <a href="https://fluentsmtp.com/docs/set-up-the-pepipost-mailer-in-fluent-smtp/">PepiPost API connection documentation here</a>
Read about <a href="https://fluentsmtp.com/docs/set-up-the-pepipost-mailer-in-fluent-smtp/">Pepipost API connection documentation here</a>

== 🎉 SparkPost Email API Connection ==
SparkPost is a great email sending service with lots of analytics features.
Expand Down Expand Up @@ -220,9 +220,9 @@ Yes, when you create your connection you can choose how you want to store your c

Yes, FluentSMTP let you connect your SparkPost email sending service via API Key.

= Can I send WordPress mails with PepiPost? =
= Can I send WordPress mails with Pepipost? =

Yes, FluentSMTP let you connect your PepiPost email sending service via secure API Key.
Yes, FluentSMTP let you connect your Pepipost email sending service via secure API Key.

= I am a developer, Where I can contribute to this project? =

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<h3 class="fs_config_title">PepiPost API Settings</h3>
<h3 class="fs_config_title">Pepipost API Settings</h3>
<el-radio-group size="mini" v-model="connection.key_store">
<el-radio-button label="db">Store API Keys in DB</el-radio-button>
<el-radio-button label="wp_config">Store API Keys in Config File</el-radio-button>
Expand Down

0 comments on commit 6ca43e8

Please sign in to comment.