Hastymail2

Hastymail2 is an Open Source IMAP webmail client written in PHP. Our focus is compliance, usability, security, and speed.

Hastymail 2

avatar
multiple smtp server

is it possible to configure multiple smtp server? (one for every imap server)

 

thank tou

Reply /Quote
avatar
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

Reply /Quote
avatar
thanks!
thank you Jason!!
Reply /Quote
Get Hastymail at SourceForge.net. Fast, secure and Free Open Source software downloads