[Rt-devel] sending outgoing mail through many smtp servers ?

Ruslan Zakirov ruslan.zakirov at gmail.com
Wed Feb 3 08:21:28 EST 2010


Hello, Ilya.

I don't think it's good idea to implement more features in SMTP
transport. It slows down mail sending and after all operations that
generates mails. Better choice is to use MTA configured in whatever
you like way and sendmail command in RT.

On Wed, Feb 3, 2010 at 4:08 PM, Илья Шипицин <chipitsine at gmail.com> wrote:
> 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
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
>



-- 
Best regards, Ruslan.


More information about the Rt-devel mailing list