[Rt-devel] sending outgoing mail through many smtp servers ?
Илья Шипицин
chipitsine at gmail.com
Wed Feb 3 08:08:26 EST 2010
hello,
there's single SMTPServer in RT_Config.pm:
Set($SMTPServer, 'mail.local');
I'd like to make a patch, which allow multiple smtp-servers, like
Set(@SMTPServer, (qw('mail1.local' 'mail2.local')) );
the question is: should I just leave new functionality ? or combined scalar
+ array autodetection algorithm ?
sounds like array-functionality would be enough.
Cheers,
Ilya Shipitsin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/rt-devel/attachments/20100203/88ee3897/attachment.htm
More information about the Rt-devel
mailing list