mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 19:44:41 +00:00
12 lines
268 B
PHP
12 lines
268 B
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_', '');
|
|
?>
|
|
|