How can I test email generating without creating and checking 1,000 addresses?
        Posted  
        
            by twpc
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by twpc
        
        
        
        Published on 2010-04-22T17:42:23Z
        Indexed on 
            2010/04/22
            17:53 UTC
        
        
        Read the original article
        Hit count: 236
        
I am working on generating emails using Java. I would love to use some sort of system where I can send out mass emails and ensure that the emails were received by the intended recipient (A. My code to send the emails worked and B.The emails were not marked as spam). How can I do this without setting up (and keeping track of) a couple hundred email addresses and then checking each one individually?
Thanks!
© Stack Overflow or respective owner