Ticket #1485766 (closed Feature Requests: fixed)

Opened 18 months ago

Last modified 14 months ago

Config smtp_server hostname substitution like %u in smtp_user

Reported by: romke Owned by:
Priority: 5 Milestone: 0.3-stable
Component: SMTP connection Version: 0.2-stable
Severity: minor Keywords: smtp, host, substitution
Cc: rombar@…

Description

Currently RC has SMTP username and password substitutions implemented but no host. In case you have multiple imap AND smtp hosts you could use config pattern like that:

$rcmail_config['smtp_server'] = 'smtp.%h';

and %h gets replaced by session imap_host value.

Attachments

roundcube-smtp_server-substitution.2.patch (0.8 KB) - added by romke 18 months ago.

Change History

Changed 18 months ago by romke

Changed 18 months ago by romke

  • cc rombar@… added

Changed 14 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from later to 0.3-stable

Implemented in r2717.

Note: See TracTickets for help on using tickets.