Sending test emails in development without spam or rejection issues.
        Posted  
        
            by Micah Burnett
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Micah Burnett
        
        
        
        Published on 2010-04-02T17:25:58Z
        Indexed on 
            2010/04/02
            17:33 UTC
        
        
        Read the original article
        Hit count: 276
        
I run my development environment in a VM and need to test the delivery and appearance of emails from my applications. The problem is when my SMTP server starts delivering a lot of mail to my corporate email account, the server is soon rejected as a source of spam. Of course, the major Internet email providers will also never accept email from such a server.
I've delivered to a specified pickup directory and open in outlook express, but the problem is images always display as broken images.
© Stack Overflow or respective owner