11 lines
348 B
PHP
11 lines
348 B
PHP
<?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');
|
|
|