PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
wp-mail-smtp
/
src
/
Providers
<?php namespace WPMailSMTP\Providers; /** * Interface AuthInterface. * * @since 1.0.0 */ interface AuthInterface { /** * Whether user saved Client ID/App ID and Client Secret/App Password or not. * Both options are required. * * @since 1.0.0 * * @return bool */ public function is_clients_saved(); /** * Whether we have an access and refresh tokens or not. * * @since 1.0.0 * * @return bool */ public function is_auth_required(); }
[+]
Mandrill
[+]
MailerSend
[-] AuthAbstract.php
[edit]
[+]
Postmark
[+]
Gmail
[+]
Resend
[+]
PepipostAPI
[+]
SparkPost
[+]
Mailgun
[-] .htaccess
[edit]
[-] OptionsInterface.php
[edit]
[+]
Pepipost
[-] OptionsAbstract.php
[edit]
[+]
Mail
[+]
ElasticEmail
[+]
Sendinblue
[+]
Zoho
[-] Loader.php
[edit]
[+]
SMTP2GO
[+]
SMTPcom
[-] MailerAbstract.php
[edit]
[-] MailerInterface.php
[edit]
[-] AuthInterface.php
[edit]
[+]
AmazonSES
[+]
Outlook
[+]
Mailjet
[+]
Sendlayer
[+]
Sendgrid
[+]
SMTP
[+]
..