Initial commit
This commit is contained in:
10
config/config.smtp.inc.php
Normal file
10
config/config.smtp.inc.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// SMTP username (if required) if you use %u as the username Roundcube
|
||||
// will use the current username for login
|
||||
$config['smtp_user'] = '%u';
|
||||
|
||||
// SMTP password (if required) if you use %p as the password Roundcube
|
||||
// will use the current user's password for login
|
||||
$config['smtp_pass'] = '%p';
|
||||
//include(__DIR__ . '/config.docker.inc.php');
|
||||
|
||||
Reference in New Issue
Block a user