PHP how to send email basic
        Posted  
        
            by user329394
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user329394
        
        
        
        Published on 2010-04-30T02:12:11Z
        Indexed on 
            2010/04/30
            2:17 UTC
        
        
        Read the original article
        Hit count: 229
        
php
hi all,
im using PHP tu send email from my localhost to other people. can tell me what should i need to do that?
for eg should i need to install mailserver? If im not mistaken theres is a language that u dont need a mailsever to send email. is it right?
inside the PHP.ini, there are [mail function] how to configure this? i checked on the net, but not really understand how it works.
[mail function] ; For Win32 only. SMTP = localhost smtp_port = 25
sendmail_from [email protected] //not sure how to write this?
© Stack Overflow or respective owner