hello,<br><br>there's single SMTPServer in RT_Config.pm:<br><br>Set($SMTPServer, 'mail.local');<br><br><br>I'd like to make a patch, which allow multiple smtp-servers, like<br><br>Set(@SMTPServer, (qw('mail1.local' 'mail2.local')) );<br>
<br>the question is: should I just leave new functionality ? or combined scalar + array autodetection algorithm ?<br>sounds like array-functionality would be enough.<br><br>Cheers,<br>Ilya Shipitsin<br>