Beginners PHP e-mail problem
        Posted  
        
            by Reg H
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Reg H
        
        
        
        Published on 2010-04-02T17:09:43Z
        Indexed on 
            2010/04/02
            17:13 UTC
        
        
        Read the original article
        Hit count: 317
        
php
I'm working on my first PHP project, and it's going well. I've been able to figure out how to do most of what I need so far, but there's one big problem for me now: E-mail.
I'm on a shared server, so I can't install PEAR, and I can't modify my php.ini. According to my host's very limited documentation, I have to use SMTP so I can't (correct me if I'm wrong) use the mail() function. So does anyone have any suggestions on what to do? At this point I just want to send a basic text message, so where would I specify my SMTP port number, user, password and so on? Thanks
© Stack Overflow or respective owner