Hello, I'm having php on a redhat 8. I want to send email using php. The info I find is always referring to php.ini. My question is, do I have to change the line
sendmail_path /usr/sbin/sendmail to something (I'm using evolution as a email client). I also tried to change smtp in to my isp smtp computer name ; mail.pi.be on the mail.php I only have this lines <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <?php mail ( "[EMAIL PROTECTED]", "een testje", "boeren van lier", "From: [EMAIL PROTECTED]"); print('boe'); ?> </body> </html> I'm a beginner, please help steven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php