Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PHP mail
Name: Olumide Date: January 25, 2009 at 13:05:50 Pacific OS: Windows XP CPU/Ram: 256 Product: Dell / D505 Subcategory: PHP
Comment:
I have a problem sending mails using the PHP mail() function. It usually sends to Junk mails and it displays From: Nobody (nobody@seun.web4africa.net) on behalf of Auto-Response (info@olumide.com). The add in the from argument is info@olumide.com. Can anybody help? Urgent
Summary: Ok, i have several forms on my website which i would like to email form data to my account for review. i am trying to use the mail() function in the latest php install. I don't know what to assign to ...
Summary: I found the below code in the manual for the mail() function on php.net. I differences I notice are that it uses a \r at the end of each line and that the "t" in "type" is lower-case. Try those change...
Summary: Hello, I want to create a script to send an e-mail to a given address using PHP. I have been reading I can use the PHP's built in mail() function, but in order to do that I have to specify the sendmai...