Summary: here is my code test <?php ini_set ("display_errors", 1); $your_html_message = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
Summary: For all those that are having problems, like I was, sending mail using Windows Live with Optimum Online being your main email service. Change the STM...
Summary: Hi , I host a website and would like to know whether I can provide free SMS service to the visitors to send messages from the webpage to their mobile...
Summary: the ip address in ipconfig and http://www.cmyip.com/ are the same.... did wat u said..changed it STILL DOESNT WORK :( here is my httpd.conf file... a...
Summary: This is my part of my php code below. When an email fails the !preg_match below I'd still like the email to be sent to me...HOW CAN I DO THIS if (!pre...
Summary: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ...
Summary: Sorry Laler, I didnt understand your question.Here is the full set of 3 scripts...thanks in advance a lot for taking the time to guide me.... See, wha...
Summary: Hi, I am designing a site for a car dealer. I want him to be able to fill out a form with year, make, mileage, price, etc. but i also wnat him to be a...
Summary: afaik, when sending e-mail from outlook, it sent in 2 version... if the client can't read html, he/she will be provided with the text version with all...
Summary: I have multiple domain names parked at the same hosting account at Hostgator using their 'multiple sub-domain' feature. Each one of them has an email ...
Summary: SMTP = localhost equates to SMTP = 127.0.0.1 which means you are sending mail to yourself. Unless you have a mail server running on your computer it ...
Summary: i am sending a simple text/html mail with the following header information $headers= "MIME-Version: 1.0\n"; $headers.= "Content-Type: text/html; chars...
Summary: 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...
Summary: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ...
Summary: Hey guys another PHP question, I created a contact document that works fine on other sites that I have done but on this particular site it isnt workin...
Summary: I am having same problems but I am a complete novice! Here is my simple script: <? $to = ""; // E-mail address to send mail to. $subject = ""; //Su...
Summary: I am using yahoo chat and with java as the chat software, i cant send or receive private message, i was wondering if someone knows why this is happeni...
Summary: Can any explain this spam attack from my website, I'm using php to deal with sending mail. Return-path: <nobody@server2.host.ca> Envelope-to: email...
Summary: When my 404 error page appears it send me an email, with the linking page, but If someone types in www.domain.com/hjdbjhs.html (which isn't available)...
Summary: Thank you for your reply, I understand the idea, and it seems great. I could probably make a new question every now and then, or upload default images...
Summary: I have a Windows NT Server SP6 w/ SBS Server 4.5 set up as a PDC and have installed Exchange Server 5.5 on it. Each computer on the internal networ...
Summary: Does anyone know how to send strings from a running exe to a java window? I want to be able to send a string to a java chat window on the click of a b...