Files
mail-roundcube/config/config.smtp.inc.php
2026-02-12 19:33:54 -03:00

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');