Server and Application architecture for large outgoing email volume.
        Posted  
        
            by Ezequiel
        on Server Fault
        
        See other posts from Server Fault
        
            or by Ezequiel
        
        
        
        Published on 2010-04-19T15:45:00Z
        Indexed on 
            2010/04/19
            15:53 UTC
        
        
        Read the original article
        Hit count: 371
        
Hi, we need to develop an application to send large amount of emails (newsletters) We estimate 15 millions of emails per month (6 - 10 emails per seconds).
Would you recommend me the proper architecture for this application? should we have several MTA agents and use them in a round robin fashion? What considerations should we take on account to not being treated as spammers (its really not spam what we are going to send).
Thanks for your help.
Ezequiel
© Server Fault or respective owner