/
home
/
vianto5
/
hidalgoresidences.mx
/
wp-content
/
plugins
/
wp-mail-smtp
/
src
/
WPCLI
/
Commands
/
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/wp-mail-smtp/src/WPCLI/Commands
mkdir
upload
Name
Size
Mode
Actions
Manage.php
722
0644
edit
dl
rm
Option.php
10158
0644
edit
dl
rm
Setup.php
3698
0644
edit
dl
rm
Test.php
2528
0644
edit
dl
rm
Edit:
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/wp-mail-smtp/src/WPCLI/Commands/Manage.php
(722B)
<?php namespace WPMailSMTP\WPCLI\Commands; use WP_CLI\Dispatcher\CommandNamespace; /** * Configure WP Mail SMTP from the command line. * * Use one of the subcommands listed below. See `wp help wp-mail-smtp <subcommand>` * for detailed help on each one. * * ## EXAMPLES * * wp wp-mail-smtp setup --mail.from_email=noreply@example.com --mail.from_name="Example" \ * --mail.mailer=smtp --smtp.host=mail.example.com --smtp.port=587 \ * --smtp.encryption=tls --smtp.auth=1 --smtp.user=foo --smtp.pass-file=/run/secret/smtp_pass * * wp wp-mail-smtp option get mail.from_email * * wp wp-mail-smtp test you@example.com * * @since 4.9.0 */ class Manage extends CommandNamespace { }
Save
cmd:
run