uwuzu/settings_admin/plugin_settings/phpmailer_settings.php

12 lines
268 B (Stored with Git LFS)
PHP

<?php // メールサーバーの情報
define( 'MAIL_CHKS', '');// trueならPHPMailerが有効
define( 'MAIL_ADDS', '');
define( 'MAIL_HOST', '');
define( 'MAIL_PORT', '');
define( 'MAIL_USER', '');
define( 'MAIL_PASS', '');
define( 'MAIL_SSL_', '');
?>