multiple smtp server
is it possible to configure multiple smtp server? (one for every imap server)
thank tou
Re: multiple smtp server
It is possible using the config file "alt_<number>_" syntax. Any setting can be altered for different IMAP server logins, including which SMTP server to use. If there is no "alt_<number>_" entry for a given setting the default (without the "alt_<number>_" prefix) will be used. For example to override the SMTP server setting for the "alt_1_" IMAP server login the config file entry:
smtp_server = localhost
would be overridden by:
alt_1_smtp_server = some_other_smtp_server
Jason
Pages: 1