What should I check to know if I can send emails from my webapp?
        Posted  
        
            by user248959
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user248959
        
        
        
        Published on 2010-04-29T13:28:29Z
        Indexed on 
            2010/04/29
            13:47 UTC
        
        
        Read the original article
        Hit count: 486
        
web-development
|I would like to know how I can send emails from my web app that I have hosted in a shared server. First of all I would like to know if I can, so my question is: what should I check?
I heard that I should have a mail server in my hosting, so I tried telnet smtp.tirengarfio.com 465, but I get:
telnet: could not resolve smtp.tirengarfio.com/465: Name or service not known
tirengarfio.com is the domain where the webapp is hosted. 
What can I do?
© Stack Overflow or respective owner