WP Mail SMTP by WPForms - Version 3.2.1

Version Description

  • 2021-11-17 =
  • Fixed: PHP 8 compatibility when existing Gmail mailer connection is revoked.
Download this release

Release Info

Developer capuderg
Plugin Icon 128x128 WP Mail SMTP by WPForms
Version 3.2.1
Comparing to
See all releases

Code changes from version 3.2.0 to 3.2.1

assets/languages/wp-mail-smtp-vue.php CHANGED
@@ -37,6 +37,8 @@ $generated_i18n_strings = array(
37
  // Reference: src/modules/plugins/api/index.js:67
38
  __( 'It looks like we can\'t fetch plugins information.', 'wp-mail-smtp' ),
39
 
 
 
40
  // Reference: src/modules/setup-wizard/api/index.js:39
41
  /* Translators: Error status and error text. */
42
  __( '%1$s, %2$s', 'wp-mail-smtp' ),
@@ -77,6 +79,7 @@ $generated_i18n_strings = array(
77
  // Reference: src/modules/setup-wizard/api/index.js:37
78
  __( 'It looks like we can\'t send the feedback.', 'wp-mail-smtp' ),
79
 
 
80
  // Reference: src/modules/setup-wizard/api/index.js:43
81
  __( 'You appear to be offline.', 'wp-mail-smtp' ),
82
 
@@ -104,10 +107,10 @@ $generated_i18n_strings = array(
104
  // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationFailure.vue:33
105
  __( 'Start Troubleshooting', 'wp-mail-smtp' ),
106
 
107
- // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:66
108
  __( 'Send us Feedback', 'wp-mail-smtp' ),
109
 
110
- // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:67
111
  __( 'Finish Setup', 'wp-mail-smtp' ),
112
 
113
  // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:48
@@ -116,16 +119,16 @@ $generated_i18n_strings = array(
116
  // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:49
117
  __( 'Below, we\'ll show you all of the settings required to set up this mailer.', 'wp-mail-smtp' ),
118
 
119
- // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:55
120
  __( 'Save and Continue', 'wp-mail-smtp' ),
121
 
122
- // Reference: src/modules/setup-wizard/components/steps/WizardStepImport.vue:50
123
  __( 'Previous Step', 'wp-mail-smtp' ),
124
 
125
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Mailgun.vue:31
126
  __( 'API Key', 'wp-mail-smtp' ),
127
 
128
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:30
129
  __( 'Sending Domain', 'wp-mail-smtp' ),
130
 
131
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:32
@@ -140,28 +143,28 @@ $generated_i18n_strings = array(
140
  /* Translators: Link to the Sendgrid doc page on wpmailsmtp.com. */
141
  __( 'Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our %1$sSendGrid documentation%2$s', 'wp-mail-smtp' ),
142
 
143
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:41
144
  __( 'From Name', 'wp-mail-smtp' ),
145
 
146
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:42
147
  __( 'Force From Name', 'wp-mail-smtp' ),
148
 
149
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:47
150
  __( 'From Email', 'wp-mail-smtp' ),
151
 
152
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:48
153
  __( 'Force From Email', 'wp-mail-smtp' ),
154
 
155
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:43
156
  __( 'If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
157
 
158
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:53
159
  __( 'If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
160
 
161
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:44
162
  __( 'The name that emails are sent from.', 'wp-mail-smtp' ),
163
 
164
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Smtp.vue:50
165
  __( 'The email address that emails are sent from.', 'wp-mail-smtp' ),
166
 
167
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:46
@@ -269,10 +272,10 @@ $generated_i18n_strings = array(
269
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:35
270
  __( 'Application Password', 'wp-mail-smtp' ),
271
 
272
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:39
273
  __( 'Redirect URI', 'wp-mail-smtp' ),
274
 
275
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:40
276
  __( 'Authorization', 'wp-mail-smtp' ),
277
 
278
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:38
@@ -284,7 +287,7 @@ $generated_i18n_strings = array(
284
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/AmazonSES.vue:45
285
  __( 'Secret Access Key', 'wp-mail-smtp' ),
286
 
287
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:35
288
  __( 'Region', 'wp-mail-smtp' ),
289
 
290
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/AmazonSES.vue:47
@@ -314,7 +317,7 @@ $generated_i18n_strings = array(
314
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:229
315
  __( 'These features are available as part of WP Mail SMTP Pro plan.', 'wp-mail-smtp' ),
316
 
317
- // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:69
318
  /* Translators: Different bold styles and discount value (%5$s). */
319
  __( '%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave %5$s today%4$s, automatically applied at checkout.', 'wp-mail-smtp' ),
320
 
@@ -338,13 +341,13 @@ $generated_i18n_strings = array(
338
  /* Translators: Link to the WPMailSMTP.com pricing page. */
339
  __( 'To unlock selected features, %1$sUpgrade to Pro%2$s and enter your license key below.', 'wp-mail-smtp' ),
340
 
341
- // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:61
342
  __( 'Multisite Network Settings', 'wp-mail-smtp' ),
343
 
344
- // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:62
345
  __( 'Manage Default Notifications', 'wp-mail-smtp' ),
346
 
347
- // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationSuccess.vue:63
348
  __( 'Detailed Email Logs', 'wp-mail-smtp' ),
349
 
350
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:85
@@ -369,13 +372,13 @@ $generated_i18n_strings = array(
369
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:91
370
  __( 'Your license was successfully verified! You are ready for the next step.', 'wp-mail-smtp' ),
371
 
372
- // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:64
373
  __( 'Keep records of every email that\'s sent out from your website.', 'wp-mail-smtp' ),
374
 
375
- // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:68
376
  __( 'Control which email notifications your WordPress site sends.', 'wp-mail-smtp' ),
377
 
378
- // Reference: src/modules/setup-wizard/components/steps/WizardStepPluginFeatures.vue:70
379
  __( 'Save time with powerful WordPress Multisite controls.', 'wp-mail-smtp' ),
380
 
381
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:95
@@ -506,10 +509,10 @@ $generated_i18n_strings = array(
506
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:36
507
  __( 'The data center location used by your Zoho account.', 'wp-mail-smtp' ),
508
 
509
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:37
510
  __( 'Client ID', 'wp-mail-smtp' ),
511
 
512
- // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:38
513
  __( 'Client Secret', 'wp-mail-smtp' ),
514
 
515
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:45
@@ -531,15 +534,18 @@ $generated_i18n_strings = array(
531
  __( 'It looks like we can\'t load existing settings.', 'wp-mail-smtp' ),
532
 
533
  // Reference: src/modules/settings/api/index.js:232
 
534
  __( 'It looks like we can\'t load oAuth connected data.', 'wp-mail-smtp' ),
535
 
536
  // Reference: src/modules/settings/api/index.js:202
 
537
  __( 'It looks like we can\'t remove oAuth connection.', 'wp-mail-smtp' ),
538
 
539
  // Reference: src/modules/settings/store/actions.js:31
540
  __( 'It looks like we can\'t retrieve the Amazon SES Identities.', 'wp-mail-smtp' ),
541
 
542
  // Reference: src/modules/settings/api/index.js:84
 
543
  __( 'It looks like we can\'t register the Amazon SES Identity.', 'wp-mail-smtp' ),
544
 
545
  // Reference: src/modules/setup-wizard/components/TheWizardHeader.vue:18
@@ -825,7 +831,7 @@ $generated_i18n_strings = array(
825
  // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:59
826
  __( 'Mailer is already configured with the WP Mail SMTP constant. Options below are disabled. To change it, please edit or remove the <code>WPMS_MAILER</code> constant in your <code>wp-config.php</code> file.', 'wp-mail-smtp' ),
827
 
828
- // Reference: src/modules/settings/components/input/SettingsInputLongCheckbox.vue:39
829
  __( 'This setting is already configured with the WP Mail SMTP constant. To change it, please edit or remove the <code></code> constant in your <code>wp-config.php</code> file.', 'wp-mail-smtp' ),
830
 
831
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:100
37
  // Reference: src/modules/plugins/api/index.js:67
38
  __( 'It looks like we can\'t fetch plugins information.', 'wp-mail-smtp' ),
39
 
40
+ // Reference: src/modules/plugins/api/index.js:69
41
+ // Reference: src/modules/settings/api/index.js:234
42
  // Reference: src/modules/setup-wizard/api/index.js:39
43
  /* Translators: Error status and error text. */
44
  __( '%1$s, %2$s', 'wp-mail-smtp' ),
79
  // Reference: src/modules/setup-wizard/api/index.js:37
80
  __( 'It looks like we can\'t send the feedback.', 'wp-mail-smtp' ),
81
 
82
+ // Reference: src/modules/settings/api/index.js:238
83
  // Reference: src/modules/setup-wizard/api/index.js:43
84
  __( 'You appear to be offline.', 'wp-mail-smtp' ),
85
 
107
  // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationFailure.vue:33
108
  __( 'Start Troubleshooting', 'wp-mail-smtp' ),
109
 
110
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationFailure.vue:34
111
  __( 'Send us Feedback', 'wp-mail-smtp' ),
112
 
113
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigurationFailure.vue:35
114
  __( 'Finish Setup', 'wp-mail-smtp' ),
115
 
116
  // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:48
119
  // Reference: src/modules/setup-wizard/components/steps/WizardStepConfigureMailer.vue:49
120
  __( 'Below, we\'ll show you all of the settings required to set up this mailer.', 'wp-mail-smtp' ),
121
 
122
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:56
123
  __( 'Save and Continue', 'wp-mail-smtp' ),
124
 
125
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:57
126
  __( 'Previous Step', 'wp-mail-smtp' ),
127
 
128
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:35
129
  __( 'API Key', 'wp-mail-smtp' ),
130
 
131
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:36
132
  __( 'Sending Domain', 'wp-mail-smtp' ),
133
 
134
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:32
143
  /* Translators: Link to the Sendgrid doc page on wpmailsmtp.com. */
144
  __( 'Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our %1$sSendGrid documentation%2$s', 'wp-mail-smtp' ),
145
 
146
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:41
147
  __( 'From Name', 'wp-mail-smtp' ),
148
 
149
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:42
150
  __( 'Force From Name', 'wp-mail-smtp' ),
151
 
152
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:43
153
  __( 'From Email', 'wp-mail-smtp' ),
154
 
155
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:44
156
  __( 'Force From Email', 'wp-mail-smtp' ),
157
 
158
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:45
159
  __( 'If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
160
 
161
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:46
162
  __( 'If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins.', 'wp-mail-smtp' ),
163
 
164
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:47
165
  __( 'The name that emails are sent from.', 'wp-mail-smtp' ),
166
 
167
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendinblue.vue:48
168
  __( 'The email address that emails are sent from.', 'wp-mail-smtp' ),
169
 
170
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Sendgrid.vue:46
272
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:35
273
  __( 'Application Password', 'wp-mail-smtp' ),
274
 
275
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:36
276
  __( 'Redirect URI', 'wp-mail-smtp' ),
277
 
278
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Gmail.vue:39
279
  __( 'Authorization', 'wp-mail-smtp' ),
280
 
281
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Outlook.vue:38
287
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/AmazonSES.vue:45
288
  __( 'Secret Access Key', 'wp-mail-smtp' ),
289
 
290
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Mailgun.vue:33
291
  __( 'Region', 'wp-mail-smtp' ),
292
 
293
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/AmazonSES.vue:47
317
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:229
318
  __( 'These features are available as part of WP Mail SMTP Pro plan.', 'wp-mail-smtp' ),
319
 
320
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:233
321
  /* Translators: Different bold styles and discount value (%5$s). */
322
  __( '%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave %5$s today%4$s, automatically applied at checkout.', 'wp-mail-smtp' ),
323
 
341
  /* Translators: Link to the WPMailSMTP.com pricing page. */
342
  __( 'To unlock selected features, %1$sUpgrade to Pro%2$s and enter your license key below.', 'wp-mail-smtp' ),
343
 
344
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:82
345
  __( 'Multisite Network Settings', 'wp-mail-smtp' ),
346
 
347
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:83
348
  __( 'Manage Default Notifications', 'wp-mail-smtp' ),
349
 
350
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:84
351
  __( 'Detailed Email Logs', 'wp-mail-smtp' ),
352
 
353
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:85
372
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:91
373
  __( 'Your license was successfully verified! You are ready for the next step.', 'wp-mail-smtp' ),
374
 
375
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:92
376
  __( 'Keep records of every email that\'s sent out from your website.', 'wp-mail-smtp' ),
377
 
378
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:93
379
  __( 'Control which email notifications your WordPress site sends.', 'wp-mail-smtp' ),
380
 
381
+ // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:94
382
  __( 'Save time with powerful WordPress Multisite controls.', 'wp-mail-smtp' ),
383
 
384
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:95
509
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:36
510
  __( 'The data center location used by your Zoho account.', 'wp-mail-smtp' ),
511
 
512
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Gmail.vue:36
513
  __( 'Client ID', 'wp-mail-smtp' ),
514
 
515
+ // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Gmail.vue:37
516
  __( 'Client Secret', 'wp-mail-smtp' ),
517
 
518
  // Reference: src/modules/setup-wizard/components/steps/configure-mailer/Zoho.vue:45
534
  __( 'It looks like we can\'t load existing settings.', 'wp-mail-smtp' ),
535
 
536
  // Reference: src/modules/settings/api/index.js:232
537
+ // Reference: src/modules/settings/store/actions.js:111
538
  __( 'It looks like we can\'t load oAuth connected data.', 'wp-mail-smtp' ),
539
 
540
  // Reference: src/modules/settings/api/index.js:202
541
+ // Reference: src/modules/settings/store/actions.js:123
542
  __( 'It looks like we can\'t remove oAuth connection.', 'wp-mail-smtp' ),
543
 
544
  // Reference: src/modules/settings/store/actions.js:31
545
  __( 'It looks like we can\'t retrieve the Amazon SES Identities.', 'wp-mail-smtp' ),
546
 
547
  // Reference: src/modules/settings/api/index.js:84
548
+ // Reference: src/modules/settings/store/actions.js:40
549
  __( 'It looks like we can\'t register the Amazon SES Identity.', 'wp-mail-smtp' ),
550
 
551
  // Reference: src/modules/setup-wizard/components/TheWizardHeader.vue:18
831
  // Reference: src/modules/setup-wizard/components/steps/WizardStepChooseMailer.vue:59
832
  __( 'Mailer is already configured with the WP Mail SMTP constant. Options below are disabled. To change it, please edit or remove the <code>WPMS_MAILER</code> constant in your <code>wp-config.php</code> file.', 'wp-mail-smtp' ),
833
 
834
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:79
835
  __( 'This setting is already configured with the WP Mail SMTP constant. To change it, please edit or remove the <code></code> constant in your <code>wp-config.php</code> file.', 'wp-mail-smtp' ),
836
 
837
  // Reference: src/modules/setup-wizard/components/steps/WizardStepLicense.vue:100
assets/languages/wp-mail-smtp.pot CHANGED
@@ -1,13 +1,13 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Mail SMTP 3.2.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-mail-smtp\n"
5
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
6
  "Language-Team: LANGUAGE <LL@li.org>\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
- "POT-Creation-Date: 2021-11-11T07:23:48+00:00\n"
11
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
  "X-Generator: WP-CLI 2.4.0\n"
13
  "X-Domain: wp-mail-smtp\n"
@@ -81,124 +81,124 @@ msgid "It looks like we can't fetch plugins information."
81
  msgstr ""
82
 
83
  #. Translators: Error status and error text.
84
- #: assets/languages/wp-mail-smtp-vue.php:42
85
  msgid "%1$s, %2$s"
86
  msgstr ""
87
 
88
- #: assets/languages/wp-mail-smtp-vue.php:45
89
  msgid "You appear to be offline. Plugin information not retrieved."
90
  msgstr ""
91
 
92
- #: assets/languages/wp-mail-smtp-vue.php:48
93
  msgid "Error Message:"
94
  msgstr ""
95
 
96
- #: assets/languages/wp-mail-smtp-vue.php:51
97
  #: src/Admin/Pages/DebugEventsTab.php:151
98
  #: src/Connect.php:57
99
  msgid "OK"
100
  msgstr ""
101
 
102
- #: assets/languages/wp-mail-smtp-vue.php:54
103
  #: src/Admin/Area.php:441
104
  #: src/Admin/Pages/DebugEventsTab.php:152
105
  msgid "Heads up!"
106
  msgstr ""
107
 
108
- #: assets/languages/wp-mail-smtp-vue.php:57
109
  msgid "Please fill out all the required fields to continue."
110
  msgstr ""
111
 
112
- #: assets/languages/wp-mail-smtp-vue.php:60
113
  msgid "Settings Updated"
114
  msgstr ""
115
 
116
- #: assets/languages/wp-mail-smtp-vue.php:63
117
  msgid "Could Not Save Changes"
118
  msgstr ""
119
 
120
- #: assets/languages/wp-mail-smtp-vue.php:66
121
  msgid "Return to Mailer Settings"
122
  msgstr ""
123
 
124
- #: assets/languages/wp-mail-smtp-vue.php:69
125
  msgid "Whoops, we found an issue!"
126
  msgstr ""
127
 
128
- #: assets/languages/wp-mail-smtp-vue.php:72
129
  msgid "It looks like something went wrong..."
130
  msgstr ""
131
 
132
- #: assets/languages/wp-mail-smtp-vue.php:75
133
  msgid "It looks like we can't perform the mailer configuration check."
134
  msgstr ""
135
 
136
- #: assets/languages/wp-mail-smtp-vue.php:78
137
  msgid "It looks like we can't send the feedback."
138
  msgstr ""
139
 
140
- #: assets/languages/wp-mail-smtp-vue.php:81
141
  msgid "You appear to be offline."
142
  msgstr ""
143
 
144
- #: assets/languages/wp-mail-smtp-vue.php:84
145
  msgid "Welcome to the WP Mail SMTP Setup Wizard!"
146
  msgstr ""
147
 
148
- #: assets/languages/wp-mail-smtp-vue.php:87
149
  msgid "We’ll guide you through each step needed to get WP Mail SMTP fully set up on your site."
150
  msgstr ""
151
 
152
- #: assets/languages/wp-mail-smtp-vue.php:90
153
  msgid "Let's Get Started"
154
  msgstr ""
155
 
156
- #: assets/languages/wp-mail-smtp-vue.php:93
157
  #: src/Admin/SetupWizard.php:283
158
  msgid "Go back to the Dashboard"
159
  msgstr ""
160
 
161
- #: assets/languages/wp-mail-smtp-vue.php:96
162
  msgid "Close and exit the Setup Wizard"
163
  msgstr ""
164
 
165
- #: assets/languages/wp-mail-smtp-vue.php:99
166
  msgid "Whoops, looks like things aren’t configured properly."
167
  msgstr ""
168
 
169
- #: assets/languages/wp-mail-smtp-vue.php:102
170
  msgid "We just tried to send a test email, but something prevented that from working. To see more details about the issue we detected, as well as our suggestions to fix it, please start troubleshooting."
171
  msgstr ""
172
 
173
- #: assets/languages/wp-mail-smtp-vue.php:105
174
  msgid "Start Troubleshooting"
175
  msgstr ""
176
 
177
- #: assets/languages/wp-mail-smtp-vue.php:108
178
  msgid "Send us Feedback"
179
  msgstr ""
180
 
181
- #: assets/languages/wp-mail-smtp-vue.php:111
182
  msgid "Finish Setup"
183
  msgstr ""
184
 
185
- #: assets/languages/wp-mail-smtp-vue.php:114
186
  msgid "Configure Mailer Settings"
187
  msgstr ""
188
 
189
- #: assets/languages/wp-mail-smtp-vue.php:117
190
  msgid "Below, we'll show you all of the settings required to set up this mailer."
191
  msgstr ""
192
 
193
- #: assets/languages/wp-mail-smtp-vue.php:120
194
  msgid "Save and Continue"
195
  msgstr ""
196
 
197
- #: assets/languages/wp-mail-smtp-vue.php:123
198
  msgid "Previous Step"
199
  msgstr ""
200
 
201
- #: assets/languages/wp-mail-smtp-vue.php:126
202
  #: src/Providers/PepipostAPI/Options.php:94
203
  #: src/Providers/Sendgrid/Options.php:63
204
  #: src/Providers/Sendinblue/Options.php:102
@@ -207,992 +207,992 @@ msgstr ""
207
  msgid "API Key"
208
  msgstr ""
209
 
210
- #: assets/languages/wp-mail-smtp-vue.php:129
211
  #: src/Providers/Sendgrid/Options.php:103
212
  #: src/Providers/Sendinblue/Options.php:134
213
  msgid "Sending Domain"
214
  msgstr ""
215
 
216
  #. Translators: Link to the Sendgrid API settings.
217
- #: assets/languages/wp-mail-smtp-vue.php:133
218
  msgid "%1$sFollow this link%2$s to get an API Key for Sendgrid."
219
  msgstr ""
220
 
221
  #. Translators: italic styling.
222
- #: assets/languages/wp-mail-smtp-vue.php:137
223
  msgid "To send emails you will need only a %1$sMail Send%2$s access level for this API key."
224
  msgstr ""
225
 
226
  #. Translators: Link to the Sendgrid doc page on wpmailsmtp.com.
227
- #: assets/languages/wp-mail-smtp-vue.php:141
228
  msgid "Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our %1$sSendGrid documentation%2$s"
229
  msgstr ""
230
 
231
- #: assets/languages/wp-mail-smtp-vue.php:144
232
  #: src/Admin/Pages/ExportTab.php:121
233
  #: src/Admin/Pages/SettingsTab.php:191
234
  msgid "From Name"
235
  msgstr ""
236
 
237
- #: assets/languages/wp-mail-smtp-vue.php:147
238
  #: src/Admin/Pages/SettingsTab.php:217
239
  msgid "Force From Name"
240
  msgstr ""
241
 
242
- #: assets/languages/wp-mail-smtp-vue.php:150
243
  #: src/Admin/Pages/SettingsTab.php:121
244
  msgid "From Email"
245
  msgstr ""
246
 
247
- #: assets/languages/wp-mail-smtp-vue.php:153
248
  #: src/Admin/Pages/SettingsTab.php:172
249
  msgid "Force From Email"
250
  msgstr ""
251
 
252
- #: assets/languages/wp-mail-smtp-vue.php:156
253
  msgid "If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins."
254
  msgstr ""
255
 
256
- #: assets/languages/wp-mail-smtp-vue.php:159
257
  msgid "If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins."
258
  msgstr ""
259
 
260
- #: assets/languages/wp-mail-smtp-vue.php:162
261
  #: src/Admin/Pages/SettingsTab.php:203
262
  msgid "The name that emails are sent from."
263
  msgstr ""
264
 
265
- #: assets/languages/wp-mail-smtp-vue.php:165
266
  #: src/Admin/Pages/SettingsTab.php:154
267
  msgid "The email address that emails are sent from."
268
  msgstr ""
269
 
270
- #: assets/languages/wp-mail-smtp-vue.php:168
271
  msgid "Read how to set up Sendgrid"
272
  msgstr ""
273
 
274
- #: assets/languages/wp-mail-smtp-vue.php:171
275
  msgid "Checking Mailer Configuration"
276
  msgstr ""
277
 
278
- #: assets/languages/wp-mail-smtp-vue.php:174
279
  msgid "We're running some tests in the background to make sure everything is set up properly."
280
  msgstr ""
281
 
282
- #: assets/languages/wp-mail-smtp-vue.php:177
283
  msgid "Checking mailer configuration image"
284
  msgstr ""
285
 
286
- #: assets/languages/wp-mail-smtp-vue.php:180
287
  #: src/Providers/OptionsAbstract.php:198
288
  msgid "SMTP Host"
289
  msgstr ""
290
 
291
- #: assets/languages/wp-mail-smtp-vue.php:183
292
  #: src/Providers/OptionsAbstract.php:212
293
  msgid "Encryption"
294
  msgstr ""
295
 
296
- #: assets/languages/wp-mail-smtp-vue.php:186
297
  #: src/Providers/OptionsAbstract.php:252
298
  msgid "SMTP Port"
299
  msgstr ""
300
 
301
- #: assets/languages/wp-mail-smtp-vue.php:189
302
  #: src/Providers/OptionsAbstract.php:266
303
  msgid "Auto TLS"
304
  msgstr ""
305
 
306
- #: assets/languages/wp-mail-smtp-vue.php:192
307
  msgid "Enable Auto TLS"
308
  msgstr ""
309
 
310
- #: assets/languages/wp-mail-smtp-vue.php:195
311
  #: src/Providers/OptionsAbstract.php:280
312
  msgid "By default, TLS encryption is automatically used if the server supports it (recommended). In some cases, due to server misconfigurations, this can cause issues and may need to be disabled."
313
  msgstr ""
314
 
315
- #: assets/languages/wp-mail-smtp-vue.php:198
316
  #: src/Providers/OptionsAbstract.php:288
317
  msgid "Authentication"
318
  msgstr ""
319
 
320
- #: assets/languages/wp-mail-smtp-vue.php:201
321
  #: src/Admin/Pages/TestTab.php:782
322
  msgid "Enable Authentication"
323
  msgstr ""
324
 
325
- #: assets/languages/wp-mail-smtp-vue.php:204
326
  #: src/Providers/OptionsAbstract.php:307
327
  msgid "SMTP Username"
328
  msgstr ""
329
 
330
- #: assets/languages/wp-mail-smtp-vue.php:207
331
  #: src/Providers/OptionsAbstract.php:321
332
  msgid "SMTP Password"
333
  msgstr ""
334
 
335
- #: assets/languages/wp-mail-smtp-vue.php:210
336
  #: src/Providers/OptionsAbstract.php:244
337
  msgid "For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS."
338
  msgstr ""
339
 
340
- #: assets/languages/wp-mail-smtp-vue.php:213
341
  #: src/Providers/OptionsAbstract.php:222
342
  msgid "None"
343
  msgstr ""
344
 
345
- #: assets/languages/wp-mail-smtp-vue.php:216
346
  #: src/Providers/OptionsAbstract.php:231
347
  msgid "SSL"
348
  msgstr ""
349
 
350
- #: assets/languages/wp-mail-smtp-vue.php:219
351
  #: src/Providers/OptionsAbstract.php:240
352
  msgid "TLS"
353
  msgstr ""
354
 
355
- #: assets/languages/wp-mail-smtp-vue.php:222
356
  msgid "Help Improve WP Mail SMTP + Smart Recommendations"
357
  msgstr ""
358
 
359
- #: assets/languages/wp-mail-smtp-vue.php:225
360
  msgid "Get helpful suggestions from WP Mail SMTP on how to optimize your email deliverability and grow your business."
361
  msgstr ""
362
 
363
- #: assets/languages/wp-mail-smtp-vue.php:228
364
  msgid "Skip this Step"
365
  msgstr ""
366
 
367
- #: assets/languages/wp-mail-smtp-vue.php:231
368
  msgid "Your Email Address"
369
  msgstr ""
370
 
371
- #: assets/languages/wp-mail-smtp-vue.php:234
372
  msgid "Your email is needed, so you can receive recommendations."
373
  msgstr ""
374
 
375
- #: assets/languages/wp-mail-smtp-vue.php:237
376
  msgid "Help make WP Mail SMTP better for everyone"
377
  msgstr ""
378
 
379
- #: assets/languages/wp-mail-smtp-vue.php:240
380
  msgid "Yes, count me in"
381
  msgstr ""
382
 
383
- #: assets/languages/wp-mail-smtp-vue.php:243
384
  #: src/Admin/Pages/MiscTab.php:239
385
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
386
  msgstr ""
387
 
388
- #: assets/languages/wp-mail-smtp-vue.php:246
389
  msgid "Import data from your current plugins"
390
  msgstr ""
391
 
392
- #: assets/languages/wp-mail-smtp-vue.php:249
393
  msgid "We have detected other SMTP plugins installed on your website. Select which plugin's data you would like to import to WP Mail SMTP."
394
  msgstr ""
395
 
396
- #: assets/languages/wp-mail-smtp-vue.php:252
397
  msgid "Import Data and Continue"
398
  msgstr ""
399
 
400
- #: assets/languages/wp-mail-smtp-vue.php:255
401
  msgid "Easy WP SMTP"
402
  msgstr ""
403
 
404
- #: assets/languages/wp-mail-smtp-vue.php:258
405
  msgid "Post SMTP Mailer"
406
  msgstr ""
407
 
408
- #: assets/languages/wp-mail-smtp-vue.php:261
409
  msgid "SMTP Mailer"
410
  msgstr ""
411
 
412
- #: assets/languages/wp-mail-smtp-vue.php:264
413
  msgid "WP SMTP"
414
  msgstr ""
415
 
416
- #: assets/languages/wp-mail-smtp-vue.php:267
417
  msgid "Application ID"
418
  msgstr ""
419
 
420
- #: assets/languages/wp-mail-smtp-vue.php:270
421
  msgid "Application Password"
422
  msgstr ""
423
 
424
- #: assets/languages/wp-mail-smtp-vue.php:273
425
  msgid "Redirect URI"
426
  msgstr ""
427
 
428
- #: assets/languages/wp-mail-smtp-vue.php:276
429
  #: src/Providers/Gmail/Options.php:145
430
  msgid "Authorization"
431
  msgstr ""
432
 
433
- #: assets/languages/wp-mail-smtp-vue.php:279
434
  msgid "Read how to set up Microsoft Outlook / 365"
435
  msgstr ""
436
 
437
- #: assets/languages/wp-mail-smtp-vue.php:282
438
  msgid "Access Key ID"
439
  msgstr ""
440
 
441
- #: assets/languages/wp-mail-smtp-vue.php:285
442
  msgid "Secret Access Key"
443
  msgstr ""
444
 
445
- #: assets/languages/wp-mail-smtp-vue.php:288
446
  #: src/Providers/Mailgun/Options.php:112
447
  #: src/Providers/SparkPost/Options.php:118
448
  msgid "Region"
449
  msgstr ""
450
 
451
- #: assets/languages/wp-mail-smtp-vue.php:291
452
  msgid "SES Identities"
453
  msgstr ""
454
 
455
- #: assets/languages/wp-mail-smtp-vue.php:294
456
  msgid "Please select the Amazon SES API region which is the closest to where your website is hosted. This can help to decrease network latency between your site and Amazon SES, which will speed up email sending."
457
  msgstr ""
458
 
459
- #: assets/languages/wp-mail-smtp-vue.php:297
460
  msgid "Read how to set up Amazon SES"
461
  msgstr ""
462
 
463
- #: assets/languages/wp-mail-smtp-vue.php:300
464
  msgid "Successful Verification!"
465
  msgstr ""
466
 
467
- #: assets/languages/wp-mail-smtp-vue.php:303
468
  msgid "Verification Error!"
469
  msgstr ""
470
 
471
- #: assets/languages/wp-mail-smtp-vue.php:306
472
  msgid "Successful Upgrade!"
473
  msgstr ""
474
 
475
- #: assets/languages/wp-mail-smtp-vue.php:309
476
  msgid "Upgrade Failed!"
477
  msgstr ""
478
 
479
- #: assets/languages/wp-mail-smtp-vue.php:312
480
  msgid "Would you like to purchase the following features now?"
481
  msgstr ""
482
 
483
- #: assets/languages/wp-mail-smtp-vue.php:315
484
  msgid "These features are available as part of WP Mail SMTP Pro plan."
485
  msgstr ""
486
 
487
  #. Translators: Different bold styles and discount value (%5$s).
488
- #: assets/languages/wp-mail-smtp-vue.php:319
489
  msgid "%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave %5$s today%4$s, automatically applied at checkout."
490
  msgstr ""
491
 
492
- #: assets/languages/wp-mail-smtp-vue.php:322
493
  msgid "Purchase Now"
494
  msgstr ""
495
 
496
- #: assets/languages/wp-mail-smtp-vue.php:325
497
  msgid "I'll do it later"
498
  msgstr ""
499
 
500
- #: assets/languages/wp-mail-smtp-vue.php:328
501
  msgid "Enter your WP Mail SMTP License Key"
502
  msgstr ""
503
 
504
  #. Translators: %1$s and %2$s are bold tags.
505
- #: assets/languages/wp-mail-smtp-vue.php:332
506
  msgid "You're currently using %1$sWP Mail SMTP Lite%2$s - no license needed. Enjoy!"
507
  msgstr ""
508
 
509
- #: assets/languages/wp-mail-smtp-vue.php:335
510
  msgid "Continue"
511
  msgstr ""
512
 
513
  #. Translators: Link to the WPMailSMTP.com pricing page.
514
- #: assets/languages/wp-mail-smtp-vue.php:339
515
  msgid "To unlock selected features, %1$sUpgrade to Pro%2$s and enter your license key below."
516
  msgstr ""
517
 
518
- #: assets/languages/wp-mail-smtp-vue.php:342
519
  msgid "Multisite Network Settings"
520
  msgstr ""
521
 
522
- #: assets/languages/wp-mail-smtp-vue.php:345
523
  msgid "Manage Default Notifications"
524
  msgstr ""
525
 
526
- #: assets/languages/wp-mail-smtp-vue.php:348
527
  msgid "Detailed Email Logs"
528
  msgstr ""
529
 
530
- #: assets/languages/wp-mail-smtp-vue.php:351
531
  msgid "Enhanced Weekly Email Summary"
532
  msgstr ""
533
 
534
  #. Translators: bold HTML tags.
535
- #: assets/languages/wp-mail-smtp-vue.php:355
536
  msgid "Already purchased? Enter your license key below to connect with %1$sWP Mail SMTP Pro%2$s!"
537
  msgstr ""
538
 
539
- #: assets/languages/wp-mail-smtp-vue.php:358
540
  msgid "Enter your license key below to unlock plugin updates!"
541
  msgstr ""
542
 
543
- #: assets/languages/wp-mail-smtp-vue.php:361
544
  msgid "Verify License Key"
545
  msgstr ""
546
 
547
- #: assets/languages/wp-mail-smtp-vue.php:364
548
  #: src/Admin/Pages/SettingsTab.php:423
549
  msgid "Connect"
550
  msgstr ""
551
 
552
- #: assets/languages/wp-mail-smtp-vue.php:367
553
  msgid "The License Key format is incorrect. Please enter a valid key and try again."
554
  msgstr ""
555
 
556
- #: assets/languages/wp-mail-smtp-vue.php:370
557
  msgid "Your license was successfully verified! You are ready for the next step."
558
  msgstr ""
559
 
560
- #: assets/languages/wp-mail-smtp-vue.php:373
561
  msgid "Keep records of every email that's sent out from your website."
562
  msgstr ""
563
 
564
- #: assets/languages/wp-mail-smtp-vue.php:376
565
  msgid "Control which email notifications your WordPress site sends."
566
  msgstr ""
567
 
568
- #: assets/languages/wp-mail-smtp-vue.php:379
569
  msgid "Save time with powerful WordPress Multisite controls."
570
  msgstr ""
571
 
572
- #: assets/languages/wp-mail-smtp-vue.php:382
573
  msgid "Pro badge"
574
  msgstr ""
575
 
576
- #: assets/languages/wp-mail-smtp-vue.php:385
577
  msgid "License key input"
578
  msgstr ""
579
 
580
- #: assets/languages/wp-mail-smtp-vue.php:388
581
  msgid "Paste your license key here"
582
  msgstr ""
583
 
584
- #: assets/languages/wp-mail-smtp-vue.php:391
585
  msgid "What could we do to improve?"
586
  msgstr ""
587
 
588
- #: assets/languages/wp-mail-smtp-vue.php:394
589
  msgid "We're sorry things didn't go smoothly for you, and want to keep improving. Please let us know any specific parts of this process that you think could be better. We really appreciate any details you're willing to share!"
590
  msgstr ""
591
 
592
- #: assets/languages/wp-mail-smtp-vue.php:397
593
  msgid "Yes, I give WP Mail SMTP permission to contact me for any follow up questions."
594
  msgstr ""
595
 
596
- #: assets/languages/wp-mail-smtp-vue.php:400
597
  msgid "Submit Feedback"
598
  msgstr ""
599
 
600
- #: assets/languages/wp-mail-smtp-vue.php:403
601
  msgid "How was your WP Mail SMTP setup experience?"
602
  msgstr ""
603
 
604
- #: assets/languages/wp-mail-smtp-vue.php:406
605
  msgid "Our goal is to make your SMTP setup as simple and straightforward as possible. We'd love to know how this process went for you!"
606
  msgstr ""
607
 
608
- #: assets/languages/wp-mail-smtp-vue.php:409
609
  msgid "Congrats, you’ve successfully set up WP Mail SMTP!"
610
  msgstr ""
611
 
612
- #: assets/languages/wp-mail-smtp-vue.php:412
613
  msgid "Here’s what to do next:"
614
  msgstr ""
615
 
616
- #: assets/languages/wp-mail-smtp-vue.php:415
617
  msgid "Check out our other free WordPress plugins:"
618
  msgstr ""
619
 
620
- #: assets/languages/wp-mail-smtp-vue.php:418
621
  msgid "Upgrade to Unlock Powerful SMTP Features"
622
  msgstr ""
623
 
624
- #: assets/languages/wp-mail-smtp-vue.php:421
625
  msgid "Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is used by over 2,000,000 websites."
626
  msgstr ""
627
 
628
- #: assets/languages/wp-mail-smtp-vue.php:424
629
  msgid "Upgrade to Pro Today"
630
  msgstr ""
631
 
632
- #: assets/languages/wp-mail-smtp-vue.php:427
633
  #: src/Admin/Pages/TestTab.php:230
634
  #: src/SiteHealth.php:326
635
  msgid "Send a Test Email"
636
  msgstr ""
637
 
638
- #: assets/languages/wp-mail-smtp-vue.php:430
639
  msgid "Star icon"
640
  msgstr ""
641
 
642
- #: assets/languages/wp-mail-smtp-vue.php:433
643
  msgid "Thanks for the feedback!"
644
  msgstr ""
645
 
646
  #. Translators: %1$s and %2$s are HTML bold tags; %3$s is a new line HTML tag; %4$s are 5 golden star icons in HTML.
647
- #: assets/languages/wp-mail-smtp-vue.php:437
648
  msgid "Help us spread the word %1$sby giving WP Mail SMTP a 5-star rating %3$s(%4$s) on WordPress.org%2$s. Thanks for your support and we look forward to bringing you more awesome features."
649
  msgstr ""
650
 
651
- #: assets/languages/wp-mail-smtp-vue.php:440
652
  msgid "Rate on WordPress.org"
653
  msgstr ""
654
 
655
- #: assets/languages/wp-mail-smtp-vue.php:443
656
  #: src/Providers/SMTPcom/Options.php:128
657
  msgid "Sender Name"
658
  msgstr ""
659
 
660
  #. Translators: Link to the SMTP.com API settings.
661
- #: assets/languages/wp-mail-smtp-vue.php:447
662
  msgid "%1$sFollow this link%2$s to get an API Key for SMTP.com."
663
  msgstr ""
664
 
665
  #. Translators: Link to the SMTP.com Senders/Channel settings.
666
- #: assets/languages/wp-mail-smtp-vue.php:451
667
  msgid "%1$sFollow this link%2$s to get a Sender Name for SMTP.com."
668
  msgstr ""
669
 
670
- #: assets/languages/wp-mail-smtp-vue.php:454
671
  #: src/Providers/SMTPcom/Options.php:60
672
  msgid "Get Started with SMTP.com"
673
  msgstr ""
674
 
675
- #: assets/languages/wp-mail-smtp-vue.php:457
676
  msgid "Read how to set up SMTP.com"
677
  msgstr ""
678
 
679
- #: assets/languages/wp-mail-smtp-vue.php:460
680
  #: src/Providers/Sendinblue/Options.php:59
681
  #: src/Providers/SMTPcom/Options.php:65
682
  msgid "Transparency and Disclosure"
683
  msgstr ""
684
 
685
- #: assets/languages/wp-mail-smtp-vue.php:463
686
  #: src/Providers/SMTPcom/Options.php:67
687
  msgid "We believe in full transparency. The SMTP.com links above are tracking links as part of our partnership with SMTP (j2 Global). We can recommend just about any SMTP service, but we only recommend products that we believe will add value to our users."
688
  msgstr ""
689
 
690
  #. Translators: Link to the Sendinblue API settings.
691
- #: assets/languages/wp-mail-smtp-vue.php:467
692
  msgid "%1$sFollow this link%2$s to get an API Key for Sendinblue."
693
  msgstr ""
694
 
695
  #. Translators: Link to the Sendinblue doc page on wpmailsmtp.com.
696
- #: assets/languages/wp-mail-smtp-vue.php:471
697
  msgid "Please input the sending domain/subdomain you configured in your Sendinblue dashboard. More information can be found in our %1$sSendinblue documentation%2$s"
698
  msgstr ""
699
 
700
- #: assets/languages/wp-mail-smtp-vue.php:474
701
  msgid "Get Started with Sendinblue"
702
  msgstr ""
703
 
704
- #: assets/languages/wp-mail-smtp-vue.php:477
705
  msgid "Read how to set up Sendinblue"
706
  msgstr ""
707
 
708
- #: assets/languages/wp-mail-smtp-vue.php:480
709
  #: src/Providers/Sendinblue/Options.php:61
710
  msgid "We believe in full transparency. The Sendinblue links above are tracking links as part of our partnership with Sendinblue. We can recommend just about any SMTP service, but we only recommend products that we believe will add value to our users."
711
  msgstr ""
712
 
713
- #: assets/languages/wp-mail-smtp-vue.php:483
714
  #: src/Providers/Mailgun/Options.php:87
715
  msgid "Domain Name"
716
  msgstr ""
717
 
718
  #. Translators: Link to the Mailgun API settings.
719
- #: assets/languages/wp-mail-smtp-vue.php:487
720
  msgid "%1$sFollow this link%2$s to get an API Key from Mailgun."
721
  msgstr ""
722
 
723
  #. Translators: Link to the Mailgun Domain settings.
724
- #: assets/languages/wp-mail-smtp-vue.php:491
725
  msgid "%1$sFollow this link%2$s to get a Domain Name from Mailgun."
726
  msgstr ""
727
 
728
  #. Translators: Link to the Mailgun documentation.
729
- #: assets/languages/wp-mail-smtp-vue.php:495
730
  msgid "Define which endpoint you want to use for sending messages. If you are operating under EU laws, you may be required to use EU region. %1$sMore information%2$s on Mailgun.com."
731
  msgstr ""
732
 
733
- #: assets/languages/wp-mail-smtp-vue.php:498
734
  msgid "Read how to set up Mailgun"
735
  msgstr ""
736
 
737
- #: assets/languages/wp-mail-smtp-vue.php:501
738
  #: src/Providers/Mailgun/Options.php:122
739
  #: src/Providers/SparkPost/Options.php:128
740
  msgid "US"
741
  msgstr ""
742
 
743
- #: assets/languages/wp-mail-smtp-vue.php:504
744
  #: src/Providers/Mailgun/Options.php:131
745
  #: src/Providers/SparkPost/Options.php:137
746
  msgid "EU"
747
  msgstr ""
748
 
749
- #: assets/languages/wp-mail-smtp-vue.php:507
750
  msgid "The data center location used by your Zoho account."
751
  msgstr ""
752
 
753
- #: assets/languages/wp-mail-smtp-vue.php:510
754
  #: src/Providers/Gmail/Options.php:86
755
  msgid "Client ID"
756
  msgstr ""
757
 
758
- #: assets/languages/wp-mail-smtp-vue.php:513
759
  #: src/Providers/Gmail/Options.php:101
760
  msgid "Client Secret"
761
  msgstr ""
762
 
763
- #: assets/languages/wp-mail-smtp-vue.php:516
764
  msgid "Read how to set up Zoho Mail"
765
  msgstr ""
766
 
767
- #: assets/languages/wp-mail-smtp-vue.php:519
768
  msgid "Authorized Redirect URI"
769
  msgstr ""
770
 
771
- #: assets/languages/wp-mail-smtp-vue.php:522
772
  msgid "Select which email address you would like to send your emails from."
773
  msgstr ""
774
 
775
- #: assets/languages/wp-mail-smtp-vue.php:525
776
  msgid "Read how to set up the Gmail mailer"
777
  msgstr ""
778
 
779
- #: assets/languages/wp-mail-smtp-vue.php:528
780
  msgid "It looks like we can't load oAuth redirect."
781
  msgstr ""
782
 
783
- #: assets/languages/wp-mail-smtp-vue.php:531
784
  msgid "It looks like we can't load existing settings."
785
  msgstr ""
786
 
787
- #: assets/languages/wp-mail-smtp-vue.php:534
788
  msgid "It looks like we can't load oAuth connected data."
789
  msgstr ""
790
 
791
- #: assets/languages/wp-mail-smtp-vue.php:537
792
  msgid "It looks like we can't remove oAuth connection."
793
  msgstr ""
794
 
795
- #: assets/languages/wp-mail-smtp-vue.php:540
796
  msgid "It looks like we can't retrieve the Amazon SES Identities."
797
  msgstr ""
798
 
799
- #: assets/languages/wp-mail-smtp-vue.php:543
800
  msgid "It looks like we can't register the Amazon SES Identity."
801
  msgstr ""
802
 
803
- #: assets/languages/wp-mail-smtp-vue.php:546
804
  #: src/Admin/SetupWizard.php:462
805
  msgid "WP Mail SMTP logo"
806
  msgstr ""
807
 
808
  #. Translators: %1$s - the number of current step, %2$s - number of all steps.
809
- #: assets/languages/wp-mail-smtp-vue.php:550
810
  msgid "Step %1$s of %2$s"
811
  msgstr ""
812
 
813
- #: assets/languages/wp-mail-smtp-vue.php:553
814
  msgid "Install"
815
  msgstr ""
816
 
817
- #: assets/languages/wp-mail-smtp-vue.php:556
818
  msgid "Installed"
819
  msgstr ""
820
 
821
- #: assets/languages/wp-mail-smtp-vue.php:559
822
  #: src/Admin/Area.php:554
823
  #: src/Admin/Pages/AboutTab.php:223
824
  msgid "Activated"
825
  msgstr ""
826
 
827
- #: assets/languages/wp-mail-smtp-vue.php:562
828
  #: src/Providers/Postmark/Options.php:85
829
  msgid "Server API Token"
830
  msgstr ""
831
 
832
- #: assets/languages/wp-mail-smtp-vue.php:565
833
  #: src/Providers/Postmark/Options.php:114
834
  msgid "Message Stream ID"
835
  msgstr ""
836
 
837
  #. Translators: Link to the Postmark API settings.
838
- #: assets/languages/wp-mail-smtp-vue.php:569
839
  msgid "%1$sFollow this link%2$s to get a Server API Token for Postmark."
840
  msgstr ""
841
 
842
  #. Translators: Link to the Postmark Message Stream ID settings.
843
- #: assets/languages/wp-mail-smtp-vue.php:573
844
  msgid "Message Stream ID is <strong>optional</strong>. By default <strong>outbound</strong> (Default Transactional Stream) will be used. More information can be found in our %1$sPostmark documentation%2$s."
845
  msgstr ""
846
 
847
- #: assets/languages/wp-mail-smtp-vue.php:576
848
  msgid "Read how to set up Postmark"
849
  msgstr ""
850
 
851
  #. Translators: Minimum and maximum number that can be used.
852
- #: assets/languages/wp-mail-smtp-vue.php:580
853
  msgid "Please enter a value between %1$s and %2$s"
854
  msgstr ""
855
 
856
- #: assets/languages/wp-mail-smtp-vue.php:583
857
  msgid "Value has to be a round number"
858
  msgstr ""
859
 
860
- #: assets/languages/wp-mail-smtp-vue.php:586
861
  #: src/Admin/Pages/ExportTab.php:135
862
  #: src/Admin/Pages/SettingsTab.php:258
863
  msgid "Mailer"
864
  msgstr ""
865
 
866
- #: assets/languages/wp-mail-smtp-vue.php:589
867
  msgid "I Understand, Continue"
868
  msgstr ""
869
 
870
- #: assets/languages/wp-mail-smtp-vue.php:592
871
  msgid "Choose a Different Mailer"
872
  msgstr ""
873
 
874
- #: assets/languages/wp-mail-smtp-vue.php:595
875
  msgid "is a PRO Feature"
876
  msgstr ""
877
 
878
- #: assets/languages/wp-mail-smtp-vue.php:598
879
  msgid "Choose Your SMTP Mailer"
880
  msgstr ""
881
 
882
  #. Translators: Link to the SMTP Mailer docs page.
883
- #: assets/languages/wp-mail-smtp-vue.php:602
884
  msgid "Which mailer would you like to use to send emails? Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option."
885
  msgstr ""
886
 
887
- #: assets/languages/wp-mail-smtp-vue.php:605
888
  msgid "Recommended Mailers"
889
  msgstr ""
890
 
891
- #: assets/languages/wp-mail-smtp-vue.php:608
892
  msgid "Copy input value"
893
  msgstr ""
894
 
895
- #: assets/languages/wp-mail-smtp-vue.php:611
896
  msgid "Copied!"
897
  msgstr ""
898
 
899
- #: assets/languages/wp-mail-smtp-vue.php:614
900
  msgid "The value entered does not match the required format"
901
  msgstr ""
902
 
903
  #. Translators: Email address.
904
- #: assets/languages/wp-mail-smtp-vue.php:618
905
  msgid "Please check the inbox of <b>%s</b> for a confirmation email."
906
  msgstr ""
907
 
908
- #: assets/languages/wp-mail-smtp-vue.php:621
909
  msgid "Verify Email"
910
  msgstr ""
911
 
912
- #: assets/languages/wp-mail-smtp-vue.php:624
913
  msgid "No registered domains or emails."
914
  msgstr ""
915
 
916
- #: assets/languages/wp-mail-smtp-vue.php:627
917
  msgid "You will not be able to send emails until you verify at least one domain or email address for the selected Amazon SES Region."
918
  msgstr ""
919
 
920
- #: assets/languages/wp-mail-smtp-vue.php:630
921
  msgid "View DNS"
922
  msgstr ""
923
 
924
- #: assets/languages/wp-mail-smtp-vue.php:633
925
  msgid "Resend"
926
  msgstr ""
927
 
928
- #: assets/languages/wp-mail-smtp-vue.php:636
929
  msgid "Here are the domains and email addresses that have been verified and can be used as the From Email."
930
  msgstr ""
931
 
932
- #: assets/languages/wp-mail-smtp-vue.php:639
933
  msgid "Verify SES Identity"
934
  msgstr ""
935
 
936
- #: assets/languages/wp-mail-smtp-vue.php:642
937
  msgid "Add New SES Identity"
938
  msgstr ""
939
 
940
- #: assets/languages/wp-mail-smtp-vue.php:645
941
  msgid "Name"
942
  msgstr ""
943
 
944
- #: assets/languages/wp-mail-smtp-vue.php:648
945
  msgid "Value"
946
  msgstr ""
947
 
948
  #. Translators: Link to Amazon SES documentation.
949
- #: assets/languages/wp-mail-smtp-vue.php:652
950
  msgid "Please add this TXT record to your domain's DNS settings. For information on how to add TXT DNS records, please refer to the %1$sAmazon SES documentation%2$s."
951
  msgstr ""
952
 
953
- #: assets/languages/wp-mail-smtp-vue.php:655
954
  msgid "Verify Domain"
955
  msgstr ""
956
 
957
- #: assets/languages/wp-mail-smtp-vue.php:658
958
  msgid "Verify Email Address"
959
  msgstr ""
960
 
961
- #: assets/languages/wp-mail-smtp-vue.php:661
962
  msgid "Please enter a domain"
963
  msgstr ""
964
 
965
- #: assets/languages/wp-mail-smtp-vue.php:664
966
  msgid "Please enter a valid email address"
967
  msgstr ""
968
 
969
- #: assets/languages/wp-mail-smtp-vue.php:667
970
  msgid "Enter the domain name to verify it on Amazon SES and generate the required DNS TXT record."
971
  msgstr ""
972
 
973
- #: assets/languages/wp-mail-smtp-vue.php:670
974
  msgid "Enter a valid email address. A verification email will be sent to the email address you entered."
975
  msgstr ""
976
 
977
- #: assets/languages/wp-mail-smtp-vue.php:673
978
  msgid "The following plugin will be installed for free: WPForms"
979
  msgstr ""
980
 
981
- #: assets/languages/wp-mail-smtp-vue.php:676
982
  msgid "Which email features do you want to enable?"
983
  msgstr ""
984
 
985
- #: assets/languages/wp-mail-smtp-vue.php:679
986
  msgid "Make sure you're getting the most out of WP Mail SMTP. Just check all of the features you'd like to use, and we'll go ahead and enable those for you."
987
  msgstr ""
988
 
989
- #: assets/languages/wp-mail-smtp-vue.php:682
990
  msgid "Improved Email Deliverability"
991
  msgstr ""
992
 
993
- #: assets/languages/wp-mail-smtp-vue.php:685
994
  msgid "Ensure your emails are sent successfully and reliably."
995
  msgstr ""
996
 
997
- #: assets/languages/wp-mail-smtp-vue.php:688
998
  msgid "Email Error Tracking"
999
  msgstr ""
1000
 
1001
- #: assets/languages/wp-mail-smtp-vue.php:691
1002
  msgid "Easily spot errors causing delivery issues."
1003
  msgstr ""
1004
 
1005
- #: assets/languages/wp-mail-smtp-vue.php:694
1006
  msgid "Smart Contact Form"
1007
  msgstr ""
1008
 
1009
- #: assets/languages/wp-mail-smtp-vue.php:697
1010
  msgid "Create beautiful contact forms with just a few clicks."
1011
  msgstr ""
1012
 
1013
- #: assets/languages/wp-mail-smtp-vue.php:700
1014
  msgid "Weekly Email Summary"
1015
  msgstr ""
1016
 
1017
- #: assets/languages/wp-mail-smtp-vue.php:703
1018
  msgid "Get statistics about emails you've sent."
1019
  msgstr ""
1020
 
1021
- #: assets/languages/wp-mail-smtp-vue.php:706
1022
  #: src/Admin/Area.php:146
1023
  msgid "There was an error while processing the authentication request. Please try again."
1024
  msgstr ""
1025
 
1026
- #: assets/languages/wp-mail-smtp-vue.php:709
1027
  msgid "There was an error while processing the authentication request. Please recheck your Client ID and Client Secret and try again."
1028
  msgstr ""
1029
 
1030
- #: assets/languages/wp-mail-smtp-vue.php:712
1031
  msgid "There was an error while processing the authentication request. Please recheck your Region, Client ID and Client Secret and try again."
1032
  msgstr ""
1033
 
1034
- #: assets/languages/wp-mail-smtp-vue.php:715
1035
  #: src/Admin/Area.php:162
1036
  msgid "You have successfully linked the current site with your Google API project. Now you can start sending emails through Gmail."
1037
  msgstr ""
1038
 
1039
- #: assets/languages/wp-mail-smtp-vue.php:718
1040
  msgid "You have successfully linked the current site with your Microsoft API project. Now you can start sending emails through Outlook."
1041
  msgstr ""
1042
 
1043
- #: assets/languages/wp-mail-smtp-vue.php:721
1044
  msgid "You have successfully linked the current site with your Zoho Mail API project. Now you can start sending emails through Zoho Mail."
1045
  msgstr ""
1046
 
1047
- #: assets/languages/wp-mail-smtp-vue.php:724
1048
  msgid "Successful Authorization"
1049
  msgstr ""
1050
 
1051
- #: assets/languages/wp-mail-smtp-vue.php:727
1052
  msgid "Authorization Error!"
1053
  msgstr ""
1054
 
1055
  #. Translators: name of the oAuth provider (Google, Microsoft, ...).
1056
- #: assets/languages/wp-mail-smtp-vue.php:731
1057
  msgid "Connect to %s"
1058
  msgstr ""
1059
 
1060
- #: assets/languages/wp-mail-smtp-vue.php:734
1061
  msgid "Before continuing, you'll need to allow this plugin to send emails using your %s account."
1062
  msgstr ""
1063
 
1064
- #: assets/languages/wp-mail-smtp-vue.php:737
1065
  #: src/Providers/Gmail/Options.php:182
1066
  msgid "Remove Connection"
1067
  msgstr ""
1068
 
1069
  #. Translators: link to the Google documentation page.
1070
- #: assets/languages/wp-mail-smtp-vue.php:741
1071
  msgid "If you want to use a different From Email address you can setup a Google email alias. %1$sFollow these instructions%2$s, then select the alias in the From Email section below."
1072
  msgstr ""
1073
 
1074
  #. Translators: name of the oAuth provider (Google, Microsoft, ...).
1075
- #: assets/languages/wp-mail-smtp-vue.php:745
1076
  msgid "Removing this connection will give you the ability to redo the connection or connect to different %s account."
1077
  msgstr ""
1078
 
1079
- #: assets/languages/wp-mail-smtp-vue.php:748
1080
  msgid "Connected as"
1081
  msgstr ""
1082
 
1083
- #: assets/languages/wp-mail-smtp-vue.php:751
1084
  #: src/Core.php:1059
1085
  msgid "Loading"
1086
  msgstr ""
1087
 
1088
- #: assets/languages/wp-mail-smtp-vue.php:754
1089
  msgid "It looks like we can't save the settings."
1090
  msgstr ""
1091
 
1092
- #: assets/languages/wp-mail-smtp-vue.php:757
1093
  msgid "Network error encountered. Settings not saved."
1094
  msgstr ""
1095
 
1096
- #: assets/languages/wp-mail-smtp-vue.php:760
1097
  msgid "It looks like we can't import the plugin settings."
1098
  msgstr ""
1099
 
1100
- #: assets/languages/wp-mail-smtp-vue.php:763
1101
  msgid "Network error encountered. SMTP plugin import failed!"
1102
  msgstr ""
1103
 
1104
- #: assets/languages/wp-mail-smtp-vue.php:766
1105
  msgid "It looks like we can't load authentication details."
1106
  msgstr ""
1107
 
1108
- #: assets/languages/wp-mail-smtp-vue.php:769
1109
  msgid "It looks like we can't load the settings."
1110
  msgstr ""
1111
 
1112
- #: assets/languages/wp-mail-smtp-vue.php:772
1113
  msgid "It looks like we can't retrieve Amazon SES Identities."
1114
  msgstr ""
1115
 
1116
- #: assets/languages/wp-mail-smtp-vue.php:775
1117
  msgid "Can't retrieve Amazon SES Identities."
1118
  msgstr ""
1119
 
1120
- #: assets/languages/wp-mail-smtp-vue.php:778
1121
  msgid "Can't register the Amazon SES Identity"
1122
  msgstr ""
1123
 
1124
- #: assets/languages/wp-mail-smtp-vue.php:781
1125
  msgid "Read how to set up Outlook / 365"
1126
  msgstr ""
1127
 
1128
  #. Translators: Link to the SparkPost Account API section.
1129
- #: assets/languages/wp-mail-smtp-vue.php:785
1130
  msgid "%1$sFollow this link%2$s to get an API Key for SparkPost."
1131
  msgstr ""
1132
 
1133
  #. Translators: Link to the SparkPost documentation.
1134
- #: assets/languages/wp-mail-smtp-vue.php:789
1135
  msgid "Define which endpoint you want to use for sending messages. %1$sMore information%2$s on SparkPost."
1136
  msgstr ""
1137
 
1138
- #: assets/languages/wp-mail-smtp-vue.php:792
1139
  msgid "Read how to set up SparkPost"
1140
  msgstr ""
1141
 
1142
- #: assets/languages/wp-mail-smtp-vue.php:795
1143
  msgid "Amazon SES requires an SSL certificate, and so is not currently compatible with your site. Please contact your host to request a SSL certificate, or check out "
1144
  msgstr ""
1145
 
1146
- #: assets/languages/wp-mail-smtp-vue.php:798
1147
  msgid "WPBeginner's tutorial on how to set up SSL"
1148
  msgstr ""
1149
 
1150
- #: assets/languages/wp-mail-smtp-vue.php:801
1151
  msgid "If you'd prefer not to set up SSL, or need an SMTP solution in the meantime, please go back and select a different mailer option."
1152
  msgstr ""
1153
 
1154
- #: assets/languages/wp-mail-smtp-vue.php:804
1155
  msgid "Outlook / 365 requires an SSL certificate, and so is not currently compatible with your site. Please contact your host to request a SSL certificate, or check out "
1156
  msgstr ""
1157
 
1158
  #. Translators: Link to the SparkPost documentation.
1159
- #: assets/languages/wp-mail-smtp-vue.php:808
1160
  msgid "Select your SparkPost account region. %1$sMore information%2$s on SparkPost."
1161
  msgstr ""
1162
 
1163
- #: assets/languages/wp-mail-smtp-vue.php:811
1164
  msgid "Microsoft 365 / Outlook"
1165
  msgstr ""
1166
 
1167
- #: assets/languages/wp-mail-smtp-vue.php:814
1168
  msgid "FluentSMTP"
1169
  msgstr ""
1170
 
1171
- #: assets/languages/wp-mail-smtp-vue.php:817
1172
  msgid "You are using the WP Mail SMTP constant for setting your mailer. Settings below are disabled. If you want to change it, please change the WPMS_MAILER constant in your wp-config.php file."
1173
  msgstr ""
1174
 
1175
- #: assets/languages/wp-mail-smtp-vue.php:820
1176
  msgid "Mailer is already configured with WP Mail SMTP constant. Options below are disabled. To change it, please edit or remove the <code>WPMS_MAILER</code> constant in your <code>wp-config.php</code> file."
1177
  msgstr ""
1178
 
1179
- #: assets/languages/wp-mail-smtp-vue.php:823
1180
  msgid "Mailer is already configured with WP Mail SMTP constant. Options below are disabled. To change it, please edit or remove the %1$s constant in your %2$s file."
1181
  msgstr ""
1182
 
1183
- #: assets/languages/wp-mail-smtp-vue.php:826
1184
  msgid "Mailer is already configured with the WP Mail SMTP constant. Options below are disabled. To change it, please edit or remove the <code>WPMS_MAILER</code> constant in your <code>wp-config.php</code> file."
1185
  msgstr ""
1186
 
1187
- #: assets/languages/wp-mail-smtp-vue.php:829
1188
  msgid "This setting is already configured with the WP Mail SMTP constant. To change it, please edit or remove the <code></code> constant in your <code>wp-config.php</code> file."
1189
  msgstr ""
1190
 
1191
- #: assets/languages/wp-mail-smtp-vue.php:832
1192
  msgid "License Key is already configured with the WP Mail SMTP constant. To change it, please edit or remove the <code>WPMS_LICENSE_KEY</code> constant in your <code>wp-config.php</code> file."
1193
  msgstr ""
1194
 
1195
- #: assets/languages/wp-mail-smtp-vue.php:835
1196
  msgid "Your mailer is already configured in a WP Mail SMTP constant, so the options below have been disabled. To change your mailer, please edit or remove the <code>WPMS_MAILER</code> constant in your <code>wp-config.php</code> file."
1197
  msgstr ""
1198
 
@@ -3077,12 +3077,12 @@ msgid "Please <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">read
3077
  msgstr ""
3078
 
3079
  #: src/Admin/Pages/TestTab.php:1018
3080
- #: src/Providers/Gmail/Mailer.php:260
3081
  msgid "Go to WP Mail SMTP plugin settings page. Click the “Remove Connection” button."
3082
  msgstr ""
3083
 
3084
  #: src/Admin/Pages/TestTab.php:1019
3085
- #: src/Providers/Gmail/Mailer.php:261
3086
  msgid "Then click the “Allow plugin to send emails using your Google account” button and re-enable access."
3087
  msgstr ""
3088
 
@@ -3708,7 +3708,7 @@ msgstr ""
3708
  msgid "The email message ID is missing."
3709
  msgstr ""
3710
 
3711
- #: src/Providers/Gmail/Mailer.php:259
3712
  msgid "Please re-grant Google app permissions!"
3713
  msgstr ""
3714
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Mail SMTP 3.2.1\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-mail-smtp\n"
5
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
6
  "Language-Team: LANGUAGE <LL@li.org>\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
+ "POT-Creation-Date: 2021-11-17T07:31:16+00:00\n"
11
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
  "X-Generator: WP-CLI 2.4.0\n"
13
  "X-Domain: wp-mail-smtp\n"
81
  msgstr ""
82
 
83
  #. Translators: Error status and error text.
84
+ #: assets/languages/wp-mail-smtp-vue.php:44
85
  msgid "%1$s, %2$s"
86
  msgstr ""
87
 
88
+ #: assets/languages/wp-mail-smtp-vue.php:47
89
  msgid "You appear to be offline. Plugin information not retrieved."
90
  msgstr ""
91
 
92
+ #: assets/languages/wp-mail-smtp-vue.php:50
93
  msgid "Error Message:"
94
  msgstr ""
95
 
96
+ #: assets/languages/wp-mail-smtp-vue.php:53
97
  #: src/Admin/Pages/DebugEventsTab.php:151
98
  #: src/Connect.php:57
99
  msgid "OK"
100
  msgstr ""
101
 
102
+ #: assets/languages/wp-mail-smtp-vue.php:56
103
  #: src/Admin/Area.php:441
104
  #: src/Admin/Pages/DebugEventsTab.php:152
105
  msgid "Heads up!"
106
  msgstr ""
107
 
108
+ #: assets/languages/wp-mail-smtp-vue.php:59
109
  msgid "Please fill out all the required fields to continue."
110
  msgstr ""
111
 
112
+ #: assets/languages/wp-mail-smtp-vue.php:62
113
  msgid "Settings Updated"
114
  msgstr ""
115
 
116
+ #: assets/languages/wp-mail-smtp-vue.php:65
117
  msgid "Could Not Save Changes"
118
  msgstr ""
119
 
120
+ #: assets/languages/wp-mail-smtp-vue.php:68
121
  msgid "Return to Mailer Settings"
122
  msgstr ""
123
 
124
+ #: assets/languages/wp-mail-smtp-vue.php:71
125
  msgid "Whoops, we found an issue!"
126
  msgstr ""
127
 
128
+ #: assets/languages/wp-mail-smtp-vue.php:74
129
  msgid "It looks like something went wrong..."
130
  msgstr ""
131
 
132
+ #: assets/languages/wp-mail-smtp-vue.php:77
133
  msgid "It looks like we can't perform the mailer configuration check."
134
  msgstr ""
135
 
136
+ #: assets/languages/wp-mail-smtp-vue.php:80
137
  msgid "It looks like we can't send the feedback."
138
  msgstr ""
139
 
140
+ #: assets/languages/wp-mail-smtp-vue.php:84
141
  msgid "You appear to be offline."
142
  msgstr ""
143
 
144
+ #: assets/languages/wp-mail-smtp-vue.php:87
145
  msgid "Welcome to the WP Mail SMTP Setup Wizard!"
146
  msgstr ""
147
 
148
+ #: assets/languages/wp-mail-smtp-vue.php:90
149
  msgid "We’ll guide you through each step needed to get WP Mail SMTP fully set up on your site."
150
  msgstr ""
151
 
152
+ #: assets/languages/wp-mail-smtp-vue.php:93
153
  msgid "Let's Get Started"
154
  msgstr ""
155
 
156
+ #: assets/languages/wp-mail-smtp-vue.php:96
157
  #: src/Admin/SetupWizard.php:283
158
  msgid "Go back to the Dashboard"
159
  msgstr ""
160
 
161
+ #: assets/languages/wp-mail-smtp-vue.php:99
162
  msgid "Close and exit the Setup Wizard"
163
  msgstr ""
164
 
165
+ #: assets/languages/wp-mail-smtp-vue.php:102
166
  msgid "Whoops, looks like things aren’t configured properly."
167
  msgstr ""
168
 
169
+ #: assets/languages/wp-mail-smtp-vue.php:105
170
  msgid "We just tried to send a test email, but something prevented that from working. To see more details about the issue we detected, as well as our suggestions to fix it, please start troubleshooting."
171
  msgstr ""
172
 
173
+ #: assets/languages/wp-mail-smtp-vue.php:108
174
  msgid "Start Troubleshooting"
175
  msgstr ""
176
 
177
+ #: assets/languages/wp-mail-smtp-vue.php:111
178
  msgid "Send us Feedback"
179
  msgstr ""
180
 
181
+ #: assets/languages/wp-mail-smtp-vue.php:114
182
  msgid "Finish Setup"
183
  msgstr ""
184
 
185
+ #: assets/languages/wp-mail-smtp-vue.php:117
186
  msgid "Configure Mailer Settings"
187
  msgstr ""
188
 
189
+ #: assets/languages/wp-mail-smtp-vue.php:120
190
  msgid "Below, we'll show you all of the settings required to set up this mailer."
191
  msgstr ""
192
 
193
+ #: assets/languages/wp-mail-smtp-vue.php:123
194
  msgid "Save and Continue"
195
  msgstr ""
196
 
197
+ #: assets/languages/wp-mail-smtp-vue.php:126
198
  msgid "Previous Step"
199
  msgstr ""
200
 
201
+ #: assets/languages/wp-mail-smtp-vue.php:129
202
  #: src/Providers/PepipostAPI/Options.php:94
203
  #: src/Providers/Sendgrid/Options.php:63
204
  #: src/Providers/Sendinblue/Options.php:102
207
  msgid "API Key"
208
  msgstr ""
209
 
210
+ #: assets/languages/wp-mail-smtp-vue.php:132
211
  #: src/Providers/Sendgrid/Options.php:103
212
  #: src/Providers/Sendinblue/Options.php:134
213
  msgid "Sending Domain"
214
  msgstr ""
215
 
216
  #. Translators: Link to the Sendgrid API settings.
217
+ #: assets/languages/wp-mail-smtp-vue.php:136
218
  msgid "%1$sFollow this link%2$s to get an API Key for Sendgrid."
219
  msgstr ""
220
 
221
  #. Translators: italic styling.
222
+ #: assets/languages/wp-mail-smtp-vue.php:140
223
  msgid "To send emails you will need only a %1$sMail Send%2$s access level for this API key."
224
  msgstr ""
225
 
226
  #. Translators: Link to the Sendgrid doc page on wpmailsmtp.com.
227
+ #: assets/languages/wp-mail-smtp-vue.php:144
228
  msgid "Please input the sending domain/subdomain you configured in your SendGrid dashboard. More information can be found in our %1$sSendGrid documentation%2$s"
229
  msgstr ""
230
 
231
+ #: assets/languages/wp-mail-smtp-vue.php:147
232
  #: src/Admin/Pages/ExportTab.php:121
233
  #: src/Admin/Pages/SettingsTab.php:191
234
  msgid "From Name"
235
  msgstr ""
236
 
237
+ #: assets/languages/wp-mail-smtp-vue.php:150
238
  #: src/Admin/Pages/SettingsTab.php:217
239
  msgid "Force From Name"
240
  msgstr ""
241
 
242
+ #: assets/languages/wp-mail-smtp-vue.php:153
243
  #: src/Admin/Pages/SettingsTab.php:121
244
  msgid "From Email"
245
  msgstr ""
246
 
247
+ #: assets/languages/wp-mail-smtp-vue.php:156
248
  #: src/Admin/Pages/SettingsTab.php:172
249
  msgid "Force From Email"
250
  msgstr ""
251
 
252
+ #: assets/languages/wp-mail-smtp-vue.php:159
253
  msgid "If enabled, the From Name setting above will be used for all emails, ignoring values set by other plugins."
254
  msgstr ""
255
 
256
+ #: assets/languages/wp-mail-smtp-vue.php:162
257
  msgid "If enabled, the From Email setting above will be used for all emails, ignoring values set by other plugins."
258
  msgstr ""
259
 
260
+ #: assets/languages/wp-mail-smtp-vue.php:165
261
  #: src/Admin/Pages/SettingsTab.php:203
262
  msgid "The name that emails are sent from."
263
  msgstr ""
264
 
265
+ #: assets/languages/wp-mail-smtp-vue.php:168
266
  #: src/Admin/Pages/SettingsTab.php:154
267
  msgid "The email address that emails are sent from."
268
  msgstr ""
269
 
270
+ #: assets/languages/wp-mail-smtp-vue.php:171
271
  msgid "Read how to set up Sendgrid"
272
  msgstr ""
273
 
274
+ #: assets/languages/wp-mail-smtp-vue.php:174
275
  msgid "Checking Mailer Configuration"
276
  msgstr ""
277
 
278
+ #: assets/languages/wp-mail-smtp-vue.php:177
279
  msgid "We're running some tests in the background to make sure everything is set up properly."
280
  msgstr ""
281
 
282
+ #: assets/languages/wp-mail-smtp-vue.php:180
283
  msgid "Checking mailer configuration image"
284
  msgstr ""
285
 
286
+ #: assets/languages/wp-mail-smtp-vue.php:183
287
  #: src/Providers/OptionsAbstract.php:198
288
  msgid "SMTP Host"
289
  msgstr ""
290
 
291
+ #: assets/languages/wp-mail-smtp-vue.php:186
292
  #: src/Providers/OptionsAbstract.php:212
293
  msgid "Encryption"
294
  msgstr ""
295
 
296
+ #: assets/languages/wp-mail-smtp-vue.php:189
297
  #: src/Providers/OptionsAbstract.php:252
298
  msgid "SMTP Port"
299
  msgstr ""
300
 
301
+ #: assets/languages/wp-mail-smtp-vue.php:192
302
  #: src/Providers/OptionsAbstract.php:266
303
  msgid "Auto TLS"
304
  msgstr ""
305
 
306
+ #: assets/languages/wp-mail-smtp-vue.php:195
307
  msgid "Enable Auto TLS"
308
  msgstr ""
309
 
310
+ #: assets/languages/wp-mail-smtp-vue.php:198
311
  #: src/Providers/OptionsAbstract.php:280
312
  msgid "By default, TLS encryption is automatically used if the server supports it (recommended). In some cases, due to server misconfigurations, this can cause issues and may need to be disabled."
313
  msgstr ""
314
 
315
+ #: assets/languages/wp-mail-smtp-vue.php:201
316
  #: src/Providers/OptionsAbstract.php:288
317
  msgid "Authentication"
318
  msgstr ""
319
 
320
+ #: assets/languages/wp-mail-smtp-vue.php:204
321
  #: src/Admin/Pages/TestTab.php:782
322
  msgid "Enable Authentication"
323
  msgstr ""
324
 
325
+ #: assets/languages/wp-mail-smtp-vue.php:207
326
  #: src/Providers/OptionsAbstract.php:307
327
  msgid "SMTP Username"
328
  msgstr ""
329
 
330
+ #: assets/languages/wp-mail-smtp-vue.php:210
331
  #: src/Providers/OptionsAbstract.php:321
332
  msgid "SMTP Password"
333
  msgstr ""
334
 
335
+ #: assets/languages/wp-mail-smtp-vue.php:213
336
  #: src/Providers/OptionsAbstract.php:244
337
  msgid "For most servers TLS is the recommended option. If your SMTP provider offers both SSL and TLS options, we recommend using TLS."
338
  msgstr ""
339
 
340
+ #: assets/languages/wp-mail-smtp-vue.php:216
341
  #: src/Providers/OptionsAbstract.php:222
342
  msgid "None"
343
  msgstr ""
344
 
345
+ #: assets/languages/wp-mail-smtp-vue.php:219
346
  #: src/Providers/OptionsAbstract.php:231
347
  msgid "SSL"
348
  msgstr ""
349
 
350
+ #: assets/languages/wp-mail-smtp-vue.php:222
351
  #: src/Providers/OptionsAbstract.php:240
352
  msgid "TLS"
353
  msgstr ""
354
 
355
+ #: assets/languages/wp-mail-smtp-vue.php:225
356
  msgid "Help Improve WP Mail SMTP + Smart Recommendations"
357
  msgstr ""
358
 
359
+ #: assets/languages/wp-mail-smtp-vue.php:228
360
  msgid "Get helpful suggestions from WP Mail SMTP on how to optimize your email deliverability and grow your business."
361
  msgstr ""
362
 
363
+ #: assets/languages/wp-mail-smtp-vue.php:231
364
  msgid "Skip this Step"
365
  msgstr ""
366
 
367
+ #: assets/languages/wp-mail-smtp-vue.php:234
368
  msgid "Your Email Address"
369
  msgstr ""
370
 
371
+ #: assets/languages/wp-mail-smtp-vue.php:237
372
  msgid "Your email is needed, so you can receive recommendations."
373
  msgstr ""
374
 
375
+ #: assets/languages/wp-mail-smtp-vue.php:240
376
  msgid "Help make WP Mail SMTP better for everyone"
377
  msgstr ""
378
 
379
+ #: assets/languages/wp-mail-smtp-vue.php:243
380
  msgid "Yes, count me in"
381
  msgstr ""
382
 
383
+ #: assets/languages/wp-mail-smtp-vue.php:246
384
  #: src/Admin/Pages/MiscTab.php:239
385
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
386
  msgstr ""
387
 
388
+ #: assets/languages/wp-mail-smtp-vue.php:249
389
  msgid "Import data from your current plugins"
390
  msgstr ""
391
 
392
+ #: assets/languages/wp-mail-smtp-vue.php:252
393
  msgid "We have detected other SMTP plugins installed on your website. Select which plugin's data you would like to import to WP Mail SMTP."
394
  msgstr ""
395
 
396
+ #: assets/languages/wp-mail-smtp-vue.php:255
397
  msgid "Import Data and Continue"
398
  msgstr ""
399
 
400
+ #: assets/languages/wp-mail-smtp-vue.php:258
401
  msgid "Easy WP SMTP"
402
  msgstr ""
403
 
404
+ #: assets/languages/wp-mail-smtp-vue.php:261
405
  msgid "Post SMTP Mailer"
406
  msgstr ""
407
 
408
+ #: assets/languages/wp-mail-smtp-vue.php:264
409
  msgid "SMTP Mailer"
410
  msgstr ""
411
 
412
+ #: assets/languages/wp-mail-smtp-vue.php:267
413
  msgid "WP SMTP"
414
  msgstr ""
415
 
416
+ #: assets/languages/wp-mail-smtp-vue.php:270
417
  msgid "Application ID"
418
  msgstr ""
419
 
420
+ #: assets/languages/wp-mail-smtp-vue.php:273
421
  msgid "Application Password"
422
  msgstr ""
423
 
424
+ #: assets/languages/wp-mail-smtp-vue.php:276
425
  msgid "Redirect URI"
426
  msgstr ""
427
 
428
+ #: assets/languages/wp-mail-smtp-vue.php:279
429
  #: src/Providers/Gmail/Options.php:145
430
  msgid "Authorization"
431
  msgstr ""
432
 
433
+ #: assets/languages/wp-mail-smtp-vue.php:282
434
  msgid "Read how to set up Microsoft Outlook / 365"
435
  msgstr ""
436
 
437
+ #: assets/languages/wp-mail-smtp-vue.php:285
438
  msgid "Access Key ID"
439
  msgstr ""
440
 
441
+ #: assets/languages/wp-mail-smtp-vue.php:288
442
  msgid "Secret Access Key"
443
  msgstr ""
444
 
445
+ #: assets/languages/wp-mail-smtp-vue.php:291
446
  #: src/Providers/Mailgun/Options.php:112
447
  #: src/Providers/SparkPost/Options.php:118
448
  msgid "Region"
449
  msgstr ""
450
 
451
+ #: assets/languages/wp-mail-smtp-vue.php:294
452
  msgid "SES Identities"
453
  msgstr ""
454
 
455
+ #: assets/languages/wp-mail-smtp-vue.php:297
456
  msgid "Please select the Amazon SES API region which is the closest to where your website is hosted. This can help to decrease network latency between your site and Amazon SES, which will speed up email sending."
457
  msgstr ""
458
 
459
+ #: assets/languages/wp-mail-smtp-vue.php:300
460
  msgid "Read how to set up Amazon SES"
461
  msgstr ""
462
 
463
+ #: assets/languages/wp-mail-smtp-vue.php:303
464
  msgid "Successful Verification!"
465
  msgstr ""
466
 
467
+ #: assets/languages/wp-mail-smtp-vue.php:306
468
  msgid "Verification Error!"
469
  msgstr ""
470
 
471
+ #: assets/languages/wp-mail-smtp-vue.php:309
472
  msgid "Successful Upgrade!"
473
  msgstr ""
474
 
475
+ #: assets/languages/wp-mail-smtp-vue.php:312
476
  msgid "Upgrade Failed!"
477
  msgstr ""
478
 
479
+ #: assets/languages/wp-mail-smtp-vue.php:315
480
  msgid "Would you like to purchase the following features now?"
481
  msgstr ""
482
 
483
+ #: assets/languages/wp-mail-smtp-vue.php:318
484
  msgid "These features are available as part of WP Mail SMTP Pro plan."
485
  msgstr ""
486
 
487
  #. Translators: Different bold styles and discount value (%5$s).
488
+ #: assets/languages/wp-mail-smtp-vue.php:322
489
  msgid "%1$sBonus:%2$s You can upgrade to the Pro plan and %3$ssave %5$s today%4$s, automatically applied at checkout."
490
  msgstr ""
491
 
492
+ #: assets/languages/wp-mail-smtp-vue.php:325
493
  msgid "Purchase Now"
494
  msgstr ""
495
 
496
+ #: assets/languages/wp-mail-smtp-vue.php:328
497
  msgid "I'll do it later"
498
  msgstr ""
499
 
500
+ #: assets/languages/wp-mail-smtp-vue.php:331
501
  msgid "Enter your WP Mail SMTP License Key"
502
  msgstr ""
503
 
504
  #. Translators: %1$s and %2$s are bold tags.
505
+ #: assets/languages/wp-mail-smtp-vue.php:335
506
  msgid "You're currently using %1$sWP Mail SMTP Lite%2$s - no license needed. Enjoy!"
507
  msgstr ""
508
 
509
+ #: assets/languages/wp-mail-smtp-vue.php:338
510
  msgid "Continue"
511
  msgstr ""
512
 
513
  #. Translators: Link to the WPMailSMTP.com pricing page.
514
+ #: assets/languages/wp-mail-smtp-vue.php:342
515
  msgid "To unlock selected features, %1$sUpgrade to Pro%2$s and enter your license key below."
516
  msgstr ""
517
 
518
+ #: assets/languages/wp-mail-smtp-vue.php:345
519
  msgid "Multisite Network Settings"
520
  msgstr ""
521
 
522
+ #: assets/languages/wp-mail-smtp-vue.php:348
523
  msgid "Manage Default Notifications"
524
  msgstr ""
525
 
526
+ #: assets/languages/wp-mail-smtp-vue.php:351
527
  msgid "Detailed Email Logs"
528
  msgstr ""
529
 
530
+ #: assets/languages/wp-mail-smtp-vue.php:354
531
  msgid "Enhanced Weekly Email Summary"
532
  msgstr ""
533
 
534
  #. Translators: bold HTML tags.
535
+ #: assets/languages/wp-mail-smtp-vue.php:358
536
  msgid "Already purchased? Enter your license key below to connect with %1$sWP Mail SMTP Pro%2$s!"
537
  msgstr ""
538
 
539
+ #: assets/languages/wp-mail-smtp-vue.php:361
540
  msgid "Enter your license key below to unlock plugin updates!"
541
  msgstr ""
542
 
543
+ #: assets/languages/wp-mail-smtp-vue.php:364
544
  msgid "Verify License Key"
545
  msgstr ""
546
 
547
+ #: assets/languages/wp-mail-smtp-vue.php:367
548
  #: src/Admin/Pages/SettingsTab.php:423
549
  msgid "Connect"
550
  msgstr ""
551
 
552
+ #: assets/languages/wp-mail-smtp-vue.php:370
553
  msgid "The License Key format is incorrect. Please enter a valid key and try again."
554
  msgstr ""
555
 
556
+ #: assets/languages/wp-mail-smtp-vue.php:373
557
  msgid "Your license was successfully verified! You are ready for the next step."
558
  msgstr ""
559
 
560
+ #: assets/languages/wp-mail-smtp-vue.php:376
561
  msgid "Keep records of every email that's sent out from your website."
562
  msgstr ""
563
 
564
+ #: assets/languages/wp-mail-smtp-vue.php:379
565
  msgid "Control which email notifications your WordPress site sends."
566
  msgstr ""
567
 
568
+ #: assets/languages/wp-mail-smtp-vue.php:382
569
  msgid "Save time with powerful WordPress Multisite controls."
570
  msgstr ""
571
 
572
+ #: assets/languages/wp-mail-smtp-vue.php:385
573
  msgid "Pro badge"
574
  msgstr ""
575
 
576
+ #: assets/languages/wp-mail-smtp-vue.php:388
577
  msgid "License key input"
578
  msgstr ""
579
 
580
+ #: assets/languages/wp-mail-smtp-vue.php:391
581
  msgid "Paste your license key here"
582
  msgstr ""
583
 
584
+ #: assets/languages/wp-mail-smtp-vue.php:394
585
  msgid "What could we do to improve?"
586
  msgstr ""
587
 
588
+ #: assets/languages/wp-mail-smtp-vue.php:397
589
  msgid "We're sorry things didn't go smoothly for you, and want to keep improving. Please let us know any specific parts of this process that you think could be better. We really appreciate any details you're willing to share!"
590
  msgstr ""
591
 
592
+ #: assets/languages/wp-mail-smtp-vue.php:400
593
  msgid "Yes, I give WP Mail SMTP permission to contact me for any follow up questions."
594
  msgstr ""
595
 
596
+ #: assets/languages/wp-mail-smtp-vue.php:403
597
  msgid "Submit Feedback"
598
  msgstr ""
599
 
600
+ #: assets/languages/wp-mail-smtp-vue.php:406
601
  msgid "How was your WP Mail SMTP setup experience?"
602
  msgstr ""
603
 
604
+ #: assets/languages/wp-mail-smtp-vue.php:409
605
  msgid "Our goal is to make your SMTP setup as simple and straightforward as possible. We'd love to know how this process went for you!"
606
  msgstr ""
607
 
608
+ #: assets/languages/wp-mail-smtp-vue.php:412
609
  msgid "Congrats, you’ve successfully set up WP Mail SMTP!"
610
  msgstr ""
611
 
612
+ #: assets/languages/wp-mail-smtp-vue.php:415
613
  msgid "Here’s what to do next:"
614
  msgstr ""
615
 
616
+ #: assets/languages/wp-mail-smtp-vue.php:418
617
  msgid "Check out our other free WordPress plugins:"
618
  msgstr ""
619
 
620
+ #: assets/languages/wp-mail-smtp-vue.php:421
621
  msgid "Upgrade to Unlock Powerful SMTP Features"
622
  msgstr ""
623
 
624
+ #: assets/languages/wp-mail-smtp-vue.php:424
625
  msgid "Upgrade to WP Mail SMTP Pro to unlock more awesome features and experience why WP Mail SMTP is used by over 2,000,000 websites."
626
  msgstr ""
627
 
628
+ #: assets/languages/wp-mail-smtp-vue.php:427
629
  msgid "Upgrade to Pro Today"
630
  msgstr ""
631
 
632
+ #: assets/languages/wp-mail-smtp-vue.php:430
633
  #: src/Admin/Pages/TestTab.php:230
634
  #: src/SiteHealth.php:326
635
  msgid "Send a Test Email"
636
  msgstr ""
637
 
638
+ #: assets/languages/wp-mail-smtp-vue.php:433
639
  msgid "Star icon"
640
  msgstr ""
641
 
642
+ #: assets/languages/wp-mail-smtp-vue.php:436
643
  msgid "Thanks for the feedback!"
644
  msgstr ""
645
 
646
  #. Translators: %1$s and %2$s are HTML bold tags; %3$s is a new line HTML tag; %4$s are 5 golden star icons in HTML.
647
+ #: assets/languages/wp-mail-smtp-vue.php:440
648
  msgid "Help us spread the word %1$sby giving WP Mail SMTP a 5-star rating %3$s(%4$s) on WordPress.org%2$s. Thanks for your support and we look forward to bringing you more awesome features."
649
  msgstr ""
650
 
651
+ #: assets/languages/wp-mail-smtp-vue.php:443
652
  msgid "Rate on WordPress.org"
653
  msgstr ""
654
 
655
+ #: assets/languages/wp-mail-smtp-vue.php:446
656
  #: src/Providers/SMTPcom/Options.php:128
657
  msgid "Sender Name"
658
  msgstr ""
659
 
660
  #. Translators: Link to the SMTP.com API settings.
661
+ #: assets/languages/wp-mail-smtp-vue.php:450
662
  msgid "%1$sFollow this link%2$s to get an API Key for SMTP.com."
663
  msgstr ""
664
 
665
  #. Translators: Link to the SMTP.com Senders/Channel settings.
666
+ #: assets/languages/wp-mail-smtp-vue.php:454
667
  msgid "%1$sFollow this link%2$s to get a Sender Name for SMTP.com."
668
  msgstr ""
669
 
670
+ #: assets/languages/wp-mail-smtp-vue.php:457
671
  #: src/Providers/SMTPcom/Options.php:60
672
  msgid "Get Started with SMTP.com"
673
  msgstr ""
674
 
675
+ #: assets/languages/wp-mail-smtp-vue.php:460
676
  msgid "Read how to set up SMTP.com"
677
  msgstr ""
678
 
679
+ #: assets/languages/wp-mail-smtp-vue.php:463
680
  #: src/Providers/Sendinblue/Options.php:59
681
  #: src/Providers/SMTPcom/Options.php:65
682
  msgid "Transparency and Disclosure"
683
  msgstr ""
684
 
685
+ #: assets/languages/wp-mail-smtp-vue.php:466
686
  #: src/Providers/SMTPcom/Options.php:67
687
  msgid "We believe in full transparency. The SMTP.com links above are tracking links as part of our partnership with SMTP (j2 Global). We can recommend just about any SMTP service, but we only recommend products that we believe will add value to our users."
688
  msgstr ""
689
 
690
  #. Translators: Link to the Sendinblue API settings.
691
+ #: assets/languages/wp-mail-smtp-vue.php:470
692
  msgid "%1$sFollow this link%2$s to get an API Key for Sendinblue."
693
  msgstr ""
694
 
695
  #. Translators: Link to the Sendinblue doc page on wpmailsmtp.com.
696
+ #: assets/languages/wp-mail-smtp-vue.php:474
697
  msgid "Please input the sending domain/subdomain you configured in your Sendinblue dashboard. More information can be found in our %1$sSendinblue documentation%2$s"
698
  msgstr ""
699
 
700
+ #: assets/languages/wp-mail-smtp-vue.php:477
701
  msgid "Get Started with Sendinblue"
702
  msgstr ""
703
 
704
+ #: assets/languages/wp-mail-smtp-vue.php:480
705
  msgid "Read how to set up Sendinblue"
706
  msgstr ""
707
 
708
+ #: assets/languages/wp-mail-smtp-vue.php:483
709
  #: src/Providers/Sendinblue/Options.php:61
710
  msgid "We believe in full transparency. The Sendinblue links above are tracking links as part of our partnership with Sendinblue. We can recommend just about any SMTP service, but we only recommend products that we believe will add value to our users."
711
  msgstr ""
712
 
713
+ #: assets/languages/wp-mail-smtp-vue.php:486
714
  #: src/Providers/Mailgun/Options.php:87
715
  msgid "Domain Name"
716
  msgstr ""
717
 
718
  #. Translators: Link to the Mailgun API settings.
719
+ #: assets/languages/wp-mail-smtp-vue.php:490
720
  msgid "%1$sFollow this link%2$s to get an API Key from Mailgun."
721
  msgstr ""
722
 
723
  #. Translators: Link to the Mailgun Domain settings.
724
+ #: assets/languages/wp-mail-smtp-vue.php:494
725
  msgid "%1$sFollow this link%2$s to get a Domain Name from Mailgun."
726
  msgstr ""
727
 
728
  #. Translators: Link to the Mailgun documentation.
729
+ #: assets/languages/wp-mail-smtp-vue.php:498
730
  msgid "Define which endpoint you want to use for sending messages. If you are operating under EU laws, you may be required to use EU region. %1$sMore information%2$s on Mailgun.com."
731
  msgstr ""
732
 
733
+ #: assets/languages/wp-mail-smtp-vue.php:501
734
  msgid "Read how to set up Mailgun"
735
  msgstr ""
736
 
737
+ #: assets/languages/wp-mail-smtp-vue.php:504
738
  #: src/Providers/Mailgun/Options.php:122
739
  #: src/Providers/SparkPost/Options.php:128
740
  msgid "US"
741
  msgstr ""
742
 
743
+ #: assets/languages/wp-mail-smtp-vue.php:507
744
  #: src/Providers/Mailgun/Options.php:131
745
  #: src/Providers/SparkPost/Options.php:137
746
  msgid "EU"
747
  msgstr ""
748
 
749
+ #: assets/languages/wp-mail-smtp-vue.php:510
750
  msgid "The data center location used by your Zoho account."
751
  msgstr ""
752
 
753
+ #: assets/languages/wp-mail-smtp-vue.php:513
754
  #: src/Providers/Gmail/Options.php:86
755
  msgid "Client ID"
756
  msgstr ""
757
 
758
+ #: assets/languages/wp-mail-smtp-vue.php:516
759
  #: src/Providers/Gmail/Options.php:101
760
  msgid "Client Secret"
761
  msgstr ""
762
 
763
+ #: assets/languages/wp-mail-smtp-vue.php:519
764
  msgid "Read how to set up Zoho Mail"
765
  msgstr ""
766
 
767
+ #: assets/languages/wp-mail-smtp-vue.php:522
768
  msgid "Authorized Redirect URI"
769
  msgstr ""
770
 
771
+ #: assets/languages/wp-mail-smtp-vue.php:525
772
  msgid "Select which email address you would like to send your emails from."
773
  msgstr ""
774
 
775
+ #: assets/languages/wp-mail-smtp-vue.php:528
776
  msgid "Read how to set up the Gmail mailer"
777
  msgstr ""
778
 
779
+ #: assets/languages/wp-mail-smtp-vue.php:531
780
  msgid "It looks like we can't load oAuth redirect."
781
  msgstr ""
782
 
783
+ #: assets/languages/wp-mail-smtp-vue.php:534
784
  msgid "It looks like we can't load existing settings."
785
  msgstr ""
786
 
787
+ #: assets/languages/wp-mail-smtp-vue.php:538
788
  msgid "It looks like we can't load oAuth connected data."
789
  msgstr ""
790
 
791
+ #: assets/languages/wp-mail-smtp-vue.php:542
792
  msgid "It looks like we can't remove oAuth connection."
793
  msgstr ""
794
 
795
+ #: assets/languages/wp-mail-smtp-vue.php:545
796
  msgid "It looks like we can't retrieve the Amazon SES Identities."
797
  msgstr ""
798
 
799
+ #: assets/languages/wp-mail-smtp-vue.php:549
800
  msgid "It looks like we can't register the Amazon SES Identity."
801
  msgstr ""
802
 
803
+ #: assets/languages/wp-mail-smtp-vue.php:552
804
  #: src/Admin/SetupWizard.php:462
805
  msgid "WP Mail SMTP logo"
806
  msgstr ""
807
 
808
  #. Translators: %1$s - the number of current step, %2$s - number of all steps.
809
+ #: assets/languages/wp-mail-smtp-vue.php:556
810
  msgid "Step %1$s of %2$s"
811
  msgstr ""
812
 
813
+ #: assets/languages/wp-mail-smtp-vue.php:559
814
  msgid "Install"
815
  msgstr ""
816
 
817
+ #: assets/languages/wp-mail-smtp-vue.php:562
818
  msgid "Installed"
819
  msgstr ""
820
 
821
+ #: assets/languages/wp-mail-smtp-vue.php:565
822
  #: src/Admin/Area.php:554
823
  #: src/Admin/Pages/AboutTab.php:223
824
  msgid "Activated"
825
  msgstr ""
826
 
827
+ #: assets/languages/wp-mail-smtp-vue.php:568
828
  #: src/Providers/Postmark/Options.php:85
829
  msgid "Server API Token"
830
  msgstr ""
831
 
832
+ #: assets/languages/wp-mail-smtp-vue.php:571
833
  #: src/Providers/Postmark/Options.php:114
834
  msgid "Message Stream ID"
835
  msgstr ""
836
 
837
  #. Translators: Link to the Postmark API settings.
838
+ #: assets/languages/wp-mail-smtp-vue.php:575
839
  msgid "%1$sFollow this link%2$s to get a Server API Token for Postmark."
840
  msgstr ""
841
 
842
  #. Translators: Link to the Postmark Message Stream ID settings.
843
+ #: assets/languages/wp-mail-smtp-vue.php:579
844
  msgid "Message Stream ID is <strong>optional</strong>. By default <strong>outbound</strong> (Default Transactional Stream) will be used. More information can be found in our %1$sPostmark documentation%2$s."
845
  msgstr ""
846
 
847
+ #: assets/languages/wp-mail-smtp-vue.php:582
848
  msgid "Read how to set up Postmark"
849
  msgstr ""
850
 
851
  #. Translators: Minimum and maximum number that can be used.
852
+ #: assets/languages/wp-mail-smtp-vue.php:586
853
  msgid "Please enter a value between %1$s and %2$s"
854
  msgstr ""
855
 
856
+ #: assets/languages/wp-mail-smtp-vue.php:589
857
  msgid "Value has to be a round number"
858
  msgstr ""
859
 
860
+ #: assets/languages/wp-mail-smtp-vue.php:592
861
  #: src/Admin/Pages/ExportTab.php:135
862
  #: src/Admin/Pages/SettingsTab.php:258
863
  msgid "Mailer"
864
  msgstr ""
865
 
866
+ #: assets/languages/wp-mail-smtp-vue.php:595
867
  msgid "I Understand, Continue"
868
  msgstr ""
869
 
870
+ #: assets/languages/wp-mail-smtp-vue.php:598
871
  msgid "Choose a Different Mailer"
872
  msgstr ""
873
 
874
+ #: assets/languages/wp-mail-smtp-vue.php:601
875
  msgid "is a PRO Feature"
876
  msgstr ""
877
 
878
+ #: assets/languages/wp-mail-smtp-vue.php:604
879
  msgid "Choose Your SMTP Mailer"
880
  msgstr ""
881
 
882
  #. Translators: Link to the SMTP Mailer docs page.
883
+ #: assets/languages/wp-mail-smtp-vue.php:608
884
  msgid "Which mailer would you like to use to send emails? Not sure which mailer to choose? Check out our %1$scomplete mailer guide%2$s for details on each option."
885
  msgstr ""
886
 
887
+ #: assets/languages/wp-mail-smtp-vue.php:611
888
  msgid "Recommended Mailers"
889
  msgstr ""
890
 
891
+ #: assets/languages/wp-mail-smtp-vue.php:614
892
  msgid "Copy input value"
893
  msgstr ""
894
 
895
+ #: assets/languages/wp-mail-smtp-vue.php:617
896
  msgid "Copied!"
897
  msgstr ""
898
 
899
+ #: assets/languages/wp-mail-smtp-vue.php:620
900
  msgid "The value entered does not match the required format"
901
  msgstr ""
902
 
903
  #. Translators: Email address.
904
+ #: assets/languages/wp-mail-smtp-vue.php:624
905
  msgid "Please check the inbox of <b>%s</b> for a confirmation email."
906
  msgstr ""
907
 
908
+ #: assets/languages/wp-mail-smtp-vue.php:627
909
  msgid "Verify Email"
910
  msgstr ""
911
 
912
+ #: assets/languages/wp-mail-smtp-vue.php:630
913
  msgid "No registered domains or emails."
914
  msgstr ""
915
 
916
+ #: assets/languages/wp-mail-smtp-vue.php:633
917
  msgid "You will not be able to send emails until you verify at least one domain or email address for the selected Amazon SES Region."
918
  msgstr ""
919
 
920
+ #: assets/languages/wp-mail-smtp-vue.php:636
921
  msgid "View DNS"
922
  msgstr ""
923
 
924
+ #: assets/languages/wp-mail-smtp-vue.php:639
925
  msgid "Resend"
926
  msgstr ""
927
 
928
+ #: assets/languages/wp-mail-smtp-vue.php:642
929
  msgid "Here are the domains and email addresses that have been verified and can be used as the From Email."
930
  msgstr ""
931
 
932
+ #: assets/languages/wp-mail-smtp-vue.php:645
933
  msgid "Verify SES Identity"
934
  msgstr ""
935
 
936
+ #: assets/languages/wp-mail-smtp-vue.php:648
937
  msgid "Add New SES Identity"
938
  msgstr ""
939
 
940
+ #: assets/languages/wp-mail-smtp-vue.php:651
941
  msgid "Name"
942
  msgstr ""
943
 
944
+ #: assets/languages/wp-mail-smtp-vue.php:654
945
  msgid "Value"
946
  msgstr ""
947
 
948
  #. Translators: Link to Amazon SES documentation.
949
+ #: assets/languages/wp-mail-smtp-vue.php:658
950
  msgid "Please add this TXT record to your domain's DNS settings. For information on how to add TXT DNS records, please refer to the %1$sAmazon SES documentation%2$s."
951
  msgstr ""
952
 
953
+ #: assets/languages/wp-mail-smtp-vue.php:661
954
  msgid "Verify Domain"
955
  msgstr ""
956
 
957
+ #: assets/languages/wp-mail-smtp-vue.php:664
958
  msgid "Verify Email Address"
959
  msgstr ""
960
 
961
+ #: assets/languages/wp-mail-smtp-vue.php:667
962
  msgid "Please enter a domain"
963
  msgstr ""
964
 
965
+ #: assets/languages/wp-mail-smtp-vue.php:670
966
  msgid "Please enter a valid email address"
967
  msgstr ""
968
 
969
+ #: assets/languages/wp-mail-smtp-vue.php:673
970
  msgid "Enter the domain name to verify it on Amazon SES and generate the required DNS TXT record."
971
  msgstr ""
972
 
973
+ #: assets/languages/wp-mail-smtp-vue.php:676
974
  msgid "Enter a valid email address. A verification email will be sent to the email address you entered."
975
  msgstr ""
976
 
977
+ #: assets/languages/wp-mail-smtp-vue.php:679
978
  msgid "The following plugin will be installed for free: WPForms"
979
  msgstr ""
980
 
981
+ #: assets/languages/wp-mail-smtp-vue.php:682
982
  msgid "Which email features do you want to enable?"
983
  msgstr ""
984
 
985
+ #: assets/languages/wp-mail-smtp-vue.php:685
986
  msgid "Make sure you're getting the most out of WP Mail SMTP. Just check all of the features you'd like to use, and we'll go ahead and enable those for you."
987
  msgstr ""
988
 
989
+ #: assets/languages/wp-mail-smtp-vue.php:688
990
  msgid "Improved Email Deliverability"
991
  msgstr ""
992
 
993
+ #: assets/languages/wp-mail-smtp-vue.php:691
994
  msgid "Ensure your emails are sent successfully and reliably."
995
  msgstr ""
996
 
997
+ #: assets/languages/wp-mail-smtp-vue.php:694
998
  msgid "Email Error Tracking"
999
  msgstr ""
1000
 
1001
+ #: assets/languages/wp-mail-smtp-vue.php:697
1002
  msgid "Easily spot errors causing delivery issues."
1003
  msgstr ""
1004
 
1005
+ #: assets/languages/wp-mail-smtp-vue.php:700
1006
  msgid "Smart Contact Form"
1007
  msgstr ""
1008
 
1009
+ #: assets/languages/wp-mail-smtp-vue.php:703
1010
  msgid "Create beautiful contact forms with just a few clicks."
1011
  msgstr ""
1012
 
1013
+ #: assets/languages/wp-mail-smtp-vue.php:706
1014
  msgid "Weekly Email Summary"
1015
  msgstr ""
1016
 
1017
+ #: assets/languages/wp-mail-smtp-vue.php:709
1018
  msgid "Get statistics about emails you've sent."
1019
  msgstr ""
1020
 
1021
+ #: assets/languages/wp-mail-smtp-vue.php:712
1022
  #: src/Admin/Area.php:146
1023
  msgid "There was an error while processing the authentication request. Please try again."
1024
  msgstr ""
1025
 
1026
+ #: assets/languages/wp-mail-smtp-vue.php:715
1027
  msgid "There was an error while processing the authentication request. Please recheck your Client ID and Client Secret and try again."
1028
  msgstr ""
1029
 
1030
+ #: assets/languages/wp-mail-smtp-vue.php:718
1031
  msgid "There was an error while processing the authentication request. Please recheck your Region, Client ID and Client Secret and try again."
1032
  msgstr ""
1033
 
1034
+ #: assets/languages/wp-mail-smtp-vue.php:721
1035
  #: src/Admin/Area.php:162
1036
  msgid "You have successfully linked the current site with your Google API project. Now you can start sending emails through Gmail."
1037
  msgstr ""
1038
 
1039
+ #: assets/languages/wp-mail-smtp-vue.php:724
1040
  msgid "You have successfully linked the current site with your Microsoft API project. Now you can start sending emails through Outlook."
1041
  msgstr ""
1042
 
1043
+ #: assets/languages/wp-mail-smtp-vue.php:727
1044
  msgid "You have successfully linked the current site with your Zoho Mail API project. Now you can start sending emails through Zoho Mail."
1045
  msgstr ""
1046
 
1047
+ #: assets/languages/wp-mail-smtp-vue.php:730
1048
  msgid "Successful Authorization"
1049
  msgstr ""
1050
 
1051
+ #: assets/languages/wp-mail-smtp-vue.php:733
1052
  msgid "Authorization Error!"
1053
  msgstr ""
1054
 
1055
  #. Translators: name of the oAuth provider (Google, Microsoft, ...).
1056
+ #: assets/languages/wp-mail-smtp-vue.php:737
1057
  msgid "Connect to %s"
1058
  msgstr ""
1059
 
1060
+ #: assets/languages/wp-mail-smtp-vue.php:740
1061
  msgid "Before continuing, you'll need to allow this plugin to send emails using your %s account."
1062
  msgstr ""
1063
 
1064
+ #: assets/languages/wp-mail-smtp-vue.php:743
1065
  #: src/Providers/Gmail/Options.php:182
1066
  msgid "Remove Connection"
1067
  msgstr ""
1068
 
1069
  #. Translators: link to the Google documentation page.
1070
+ #: assets/languages/wp-mail-smtp-vue.php:747
1071
  msgid "If you want to use a different From Email address you can setup a Google email alias. %1$sFollow these instructions%2$s, then select the alias in the From Email section below."
1072
  msgstr ""
1073
 
1074
  #. Translators: name of the oAuth provider (Google, Microsoft, ...).
1075
+ #: assets/languages/wp-mail-smtp-vue.php:751
1076
  msgid "Removing this connection will give you the ability to redo the connection or connect to different %s account."
1077
  msgstr ""
1078
 
1079
+ #: assets/languages/wp-mail-smtp-vue.php:754
1080
  msgid "Connected as"
1081
  msgstr ""
1082
 
1083
+ #: assets/languages/wp-mail-smtp-vue.php:757
1084
  #: src/Core.php:1059
1085
  msgid "Loading"
1086
  msgstr ""
1087
 
1088
+ #: assets/languages/wp-mail-smtp-vue.php:760
1089
  msgid "It looks like we can't save the settings."
1090
  msgstr ""
1091
 
1092
+ #: assets/languages/wp-mail-smtp-vue.php:763
1093
  msgid "Network error encountered. Settings not saved."
1094
  msgstr ""
1095
 
1096
+ #: assets/languages/wp-mail-smtp-vue.php:766
1097
  msgid "It looks like we can't import the plugin settings."
1098
  msgstr ""
1099
 
1100
+ #: assets/languages/wp-mail-smtp-vue.php:769
1101
  msgid "Network error encountered. SMTP plugin import failed!"
1102
  msgstr ""
1103
 
1104
+ #: assets/languages/wp-mail-smtp-vue.php:772
1105
  msgid "It looks like we can't load authentication details."
1106
  msgstr ""
1107
 
1108
+ #: assets/languages/wp-mail-smtp-vue.php:775
1109
  msgid "It looks like we can't load the settings."
1110
  msgstr ""
1111
 
1112
+ #: assets/languages/wp-mail-smtp-vue.php:778
1113
  msgid "It looks like we can't retrieve Amazon SES Identities."
1114
  msgstr ""
1115
 
1116
+ #: assets/languages/wp-mail-smtp-vue.php:781
1117
  msgid "Can't retrieve Amazon SES Identities."
1118
  msgstr ""
1119
 
1120
+ #: assets/languages/wp-mail-smtp-vue.php:784
1121
  msgid "Can't register the Amazon SES Identity"
1122
  msgstr ""
1123
 
1124
+ #: assets/languages/wp-mail-smtp-vue.php:787
1125
  msgid "Read how to set up Outlook / 365"
1126
  msgstr ""
1127
 
1128
  #. Translators: Link to the SparkPost Account API section.
1129
+ #: assets/languages/wp-mail-smtp-vue.php:791
1130
  msgid "%1$sFollow this link%2$s to get an API Key for SparkPost."
1131
  msgstr ""
1132
 
1133
  #. Translators: Link to the SparkPost documentation.
1134
+ #: assets/languages/wp-mail-smtp-vue.php:795
1135
  msgid "Define which endpoint you want to use for sending messages. %1$sMore information%2$s on SparkPost."
1136
  msgstr ""
1137
 
1138
+ #: assets/languages/wp-mail-smtp-vue.php:798
1139
  msgid "Read how to set up SparkPost"
1140
  msgstr ""
1141
 
1142
+ #: assets/languages/wp-mail-smtp-vue.php:801
1143
  msgid "Amazon SES requires an SSL certificate, and so is not currently compatible with your site. Please contact your host to request a SSL certificate, or check out "
1144
  msgstr ""
1145
 
1146
+ #: assets/languages/wp-mail-smtp-vue.php:804
1147
  msgid "WPBeginner's tutorial on how to set up SSL"
1148
  msgstr ""
1149
 
1150
+ #: assets/languages/wp-mail-smtp-vue.php:807
1151
  msgid "If you'd prefer not to set up SSL, or need an SMTP solution in the meantime, please go back and select a different mailer option."
1152
  msgstr ""
1153
 
1154
+ #: assets/languages/wp-mail-smtp-vue.php:810
1155
  msgid "Outlook / 365 requires an SSL certificate, and so is not currently compatible with your site. Please contact your host to request a SSL certificate, or check out "
1156
  msgstr ""
1157
 
1158
  #. Translators: Link to the SparkPost documentation.
1159
+ #: assets/languages/wp-mail-smtp-vue.php:814
1160
  msgid "Select your SparkPost account region. %1$sMore information%2$s on SparkPost."
1161
  msgstr ""
1162
 
1163
+ #: assets/languages/wp-mail-smtp-vue.php:817
1164
  msgid "Microsoft 365 / Outlook"
1165
  msgstr ""
1166
 
1167
+ #: assets/languages/wp-mail-smtp-vue.php:820
1168
  msgid "FluentSMTP"
1169
  msgstr ""
1170
 
1171
+ #: assets/languages/wp-mail-smtp-vue.php:823
1172
  msgid "You are using the WP Mail SMTP constant for setting your mailer. Settings below are disabled. If you want to change it, please change the WPMS_MAILER constant in your wp-config.php file."
1173
  msgstr ""
1174
 
1175
+ #: assets/languages/wp-mail-smtp-vue.php:826
1176
  msgid "Mailer is already configured with WP Mail SMTP constant. Options below are disabled. To change it, please edit or remove the <code>WPMS_MAILER</code> constant in your <code>wp-config.php</code> file."
1177
  msgstr ""
1178
 
1179
+ #: assets/languages/wp-mail-smtp-vue.php:829
1180
  msgid "Mailer is already configured with WP Mail SMTP constant. Options below are disabled. To change it, please edit or remove the %1$s constant in your %2$s file."
1181
  msgstr ""
1182
 
1183
+ #: assets/languages/wp-mail-smtp-vue.php:832
1184
  msgid "Mailer is already configured with the WP Mail SMTP constant. Options below are disabled. To change it, please edit or remove the <code>WPMS_MAILER</code> constant in your <code>wp-config.php</code> file."
1185
  msgstr ""
1186
 
1187
+ #: assets/languages/wp-mail-smtp-vue.php:835
1188
  msgid "This setting is already configured with the WP Mail SMTP constant. To change it, please edit or remove the <code></code> constant in your <code>wp-config.php</code> file."
1189
  msgstr ""
1190
 
1191
+ #: assets/languages/wp-mail-smtp-vue.php:838
1192
  msgid "License Key is already configured with the WP Mail SMTP constant. To change it, please edit or remove the <code>WPMS_LICENSE_KEY</code> constant in your <code>wp-config.php</code> file."
1193
  msgstr ""
1194
 
1195
+ #: assets/languages/wp-mail-smtp-vue.php:841
1196
  msgid "Your mailer is already configured in a WP Mail SMTP constant, so the options below have been disabled. To change your mailer, please edit or remove the <code>WPMS_MAILER</code> constant in your <code>wp-config.php</code> file."
1197
  msgstr ""
1198
 
3077
  msgstr ""
3078
 
3079
  #: src/Admin/Pages/TestTab.php:1018
3080
+ #: src/Providers/Gmail/Mailer.php:264
3081
  msgid "Go to WP Mail SMTP plugin settings page. Click the “Remove Connection” button."
3082
  msgstr ""
3083
 
3084
  #: src/Admin/Pages/TestTab.php:1019
3085
+ #: src/Providers/Gmail/Mailer.php:265
3086
  msgid "Then click the “Allow plugin to send emails using your Google account” button and re-enable access."
3087
  msgstr ""
3088
 
3708
  msgid "The email message ID is missing."
3709
  msgstr ""
3710
 
3711
+ #: src/Providers/Gmail/Mailer.php:263
3712
  msgid "Please re-grant Google app permissions!"
3713
  msgstr ""
3714
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wpforms, jaredatch, smub, slaFFik
3
  Tags: smtp, wp mail smtp, wordpress smtp, gmail smtp, sendgrid smtp, mailgun smtp, mail, mailer, phpmailer, wp_mail, email, mailgun, sengrid, gmail, sendinblue, wp smtp
4
  Requires at least: 4.9
5
  Tested up to: 5.8
6
- Stable tag: 3.2.0
7
  Requires PHP: 5.6.20
8
 
9
  Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendGrid, Mailgun, Zoho, SES, and more.
@@ -306,6 +306,9 @@ By all means please contact us to discuss features or options you'd like to see
306
 
307
  == Changelog ==
308
 
 
 
 
309
  = 3.2.0 - 2021-11-11 =
310
  - Added: New transactional mailer - SparkPost integration.
311
  - Added: One-click migration from FluentSMTP plugin.
3
  Tags: smtp, wp mail smtp, wordpress smtp, gmail smtp, sendgrid smtp, mailgun smtp, mail, mailer, phpmailer, wp_mail, email, mailgun, sengrid, gmail, sendinblue, wp smtp
4
  Requires at least: 4.9
5
  Tested up to: 5.8
6
+ Stable tag: 3.2.1
7
  Requires PHP: 5.6.20
8
 
9
  Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendGrid, Mailgun, Zoho, SES, and more.
306
 
307
  == Changelog ==
308
 
309
+ = 3.2.1 - 2021-11-17 =
310
+ - Fixed: PHP 8 compatibility when existing Gmail mailer connection is revoked.
311
+
312
  = 3.2.0 - 2021-11-11 =
313
  - Added: New transactional mailer - SparkPost integration.
314
  - Added: One-click migration from FluentSMTP plugin.
src/Providers/Gmail/Mailer.php CHANGED
@@ -130,7 +130,7 @@ class Mailer extends MailerAbstract {
130
 
131
  $this->response = $response;
132
 
133
- if ( ! method_exists( $this->response, 'getId' ) ) {
134
  $this->error_message = esc_html__( 'The response object is invalid (missing getId method).', 'wp-mail-smtp' );
135
  } else {
136
  $message_id = $this->response->getId();
@@ -154,7 +154,11 @@ class Mailer extends MailerAbstract {
154
 
155
  $is_sent = false;
156
 
157
- if ( method_exists( $this->response, 'getId' ) && ! empty( $this->response->getId() ) ) {
 
 
 
 
158
  $is_sent = true;
159
  }
160
 
130
 
131
  $this->response = $response;
132
 
133
+ if ( empty( $this->response ) || ! method_exists( $this->response, 'getId' ) ) {
134
  $this->error_message = esc_html__( 'The response object is invalid (missing getId method).', 'wp-mail-smtp' );
135
  } else {
136
  $message_id = $this->response->getId();
154
 
155
  $is_sent = false;
156
 
157
+ if (
158
+ ! empty( $this->response ) &&
159
+ method_exists( $this->response, 'getId' ) &&
160
+ ! empty( $this->response->getId() )
161
+ ) {
162
  $is_sent = true;
163
  }
164
 
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit62c53c6f1d897dfa85981b1f53ab2133::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit46863a8018653aef5c5cf841d5e5600e::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit62c53c6f1d897dfa85981b1f53ab2133
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit62c53c6f1d897dfa85981b1f53ab2133
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit62c53c6f1d897dfa85981b1f53ab2133', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInit62c53c6f1d897dfa85981b1f53ab2133', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require_once __DIR__ . '/autoload_static.php';
32
 
33
- call_user_func(\Composer\Autoload\ComposerStaticInit62c53c6f1d897dfa85981b1f53ab2133::getInitializer($loader));
34
  } else {
35
  $classMap = require __DIR__ . '/autoload_classmap.php';
36
  if ($classMap) {
@@ -42,19 +42,19 @@ class ComposerAutoloaderInit62c53c6f1d897dfa85981b1f53ab2133
42
  $loader->register(true);
43
 
44
  if ($useStaticLoader) {
45
- $includeFiles = Composer\Autoload\ComposerStaticInit62c53c6f1d897dfa85981b1f53ab2133::$files;
46
  } else {
47
  $includeFiles = require __DIR__ . '/autoload_files.php';
48
  }
49
  foreach ($includeFiles as $fileIdentifier => $file) {
50
- composerRequire62c53c6f1d897dfa85981b1f53ab2133($fileIdentifier, $file);
51
  }
52
 
53
  return $loader;
54
  }
55
  }
56
 
57
- function composerRequire62c53c6f1d897dfa85981b1f53ab2133($fileIdentifier, $file)
58
  {
59
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
60
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit46863a8018653aef5c5cf841d5e5600e
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit46863a8018653aef5c5cf841d5e5600e', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit46863a8018653aef5c5cf841d5e5600e', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require_once __DIR__ . '/autoload_static.php';
32
 
33
+ call_user_func(\Composer\Autoload\ComposerStaticInit46863a8018653aef5c5cf841d5e5600e::getInitializer($loader));
34
  } else {
35
  $classMap = require __DIR__ . '/autoload_classmap.php';
36
  if ($classMap) {
42
  $loader->register(true);
43
 
44
  if ($useStaticLoader) {
45
+ $includeFiles = Composer\Autoload\ComposerStaticInit46863a8018653aef5c5cf841d5e5600e::$files;
46
  } else {
47
  $includeFiles = require __DIR__ . '/autoload_files.php';
48
  }
49
  foreach ($includeFiles as $fileIdentifier => $file) {
50
+ composerRequire46863a8018653aef5c5cf841d5e5600e($fileIdentifier, $file);
51
  }
52
 
53
  return $loader;
54
  }
55
  }
56
 
57
+ function composerRequire46863a8018653aef5c5cf841d5e5600e($fileIdentifier, $file)
58
  {
59
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
60
  require $file;
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit62c53c6f1d897dfa85981b1f53ab2133
8
  {
9
  public static $files = array (
10
  '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
@@ -1233,9 +1233,9 @@ class ComposerStaticInit62c53c6f1d897dfa85981b1f53ab2133
1233
  public static function getInitializer(ClassLoader $loader)
1234
  {
1235
  return \Closure::bind(function () use ($loader) {
1236
- $loader->prefixLengthsPsr4 = ComposerStaticInit62c53c6f1d897dfa85981b1f53ab2133::$prefixLengthsPsr4;
1237
- $loader->prefixDirsPsr4 = ComposerStaticInit62c53c6f1d897dfa85981b1f53ab2133::$prefixDirsPsr4;
1238
- $loader->classMap = ComposerStaticInit62c53c6f1d897dfa85981b1f53ab2133::$classMap;
1239
 
1240
  }, null, ClassLoader::class);
1241
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit46863a8018653aef5c5cf841d5e5600e
8
  {
9
  public static $files = array (
10
  '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
1233
  public static function getInitializer(ClassLoader $loader)
1234
  {
1235
  return \Closure::bind(function () use ($loader) {
1236
+ $loader->prefixLengthsPsr4 = ComposerStaticInit46863a8018653aef5c5cf841d5e5600e::$prefixLengthsPsr4;
1237
+ $loader->prefixDirsPsr4 = ComposerStaticInit46863a8018653aef5c5cf841d5e5600e::$prefixDirsPsr4;
1238
+ $loader->classMap = ComposerStaticInit46863a8018653aef5c5cf841d5e5600e::$classMap;
1239
 
1240
  }, null, ClassLoader::class);
1241
  }
vendor_prefixed/google/apiclient-services/src/Gmail/Resource/UsersMessages.php CHANGED
@@ -99,7 +99,9 @@ class UsersMessages extends \WPMailSMTP\Vendor\Google\Service\Resource
99
  }
100
  /**
101
  * Imports a message into only this user's mailbox, with standard email delivery
102
- * scanning and classification similar to receiving via SMTP. Does not send a
 
 
103
  * message. Note: This function doesn't trigger forwarding rules or filters set
104
  * up by the user. (messages.import)
105
  *
99
  }
100
  /**
101
  * Imports a message into only this user's mailbox, with standard email delivery
102
+ * scanning and classification similar to receiving via SMTP. This method
103
+ * doesn't perform SPF checks, so it might not work for some spam messages, such
104
+ * as those attempting to perform domain spoofing. This method does not send a
105
  * message. Note: This function doesn't trigger forwarding rules or filters set
106
  * up by the user. (messages.import)
107
  *
wp_mail_smtp.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: WP Mail SMTP
4
- * Version: 3.2.0
5
  * Requires at least: 4.9
6
  * Requires PHP: 5.6.20
7
  * Plugin URI: https://wpmailsmtp.com/
@@ -222,7 +222,7 @@ if ( ! function_exists( 'wp_mail_smtp_insecure_php_version_notice' ) ) {
222
  }
223
 
224
  if ( ! defined( 'WPMS_PLUGIN_VER' ) ) {
225
- define( 'WPMS_PLUGIN_VER', '3.2.0' );
226
  }
227
  if ( ! defined( 'WPMS_PHP_VER' ) ) {
228
  define( 'WPMS_PHP_VER', '5.6.20' );
1
  <?php
2
  /**
3
  * Plugin Name: WP Mail SMTP
4
+ * Version: 3.2.1
5
  * Requires at least: 4.9
6
  * Requires PHP: 5.6.20
7
  * Plugin URI: https://wpmailsmtp.com/
222
  }
223
 
224
  if ( ! defined( 'WPMS_PLUGIN_VER' ) ) {
225
+ define( 'WPMS_PLUGIN_VER', '3.2.1' );
226
  }
227
  if ( ! defined( 'WPMS_PHP_VER' ) ) {
228
  define( 'WPMS_PHP_VER', '5.6.20' );