I resolve this issue.
In the roundcube config file:
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = 'LOGIN';
file can be found in RoundeCube\Config\ main.inc.php
In the roundcube config file:
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = 'LOGIN';
file can be found in RoundeCube\Config\ main.inc.php
Would never have figured that out on my own, thanks!
ReplyDeleteMany thanks, worked perfectly :)
ReplyDelete