Web Hosting Talk







View Full Version : PHP Script sending mail ouside of my domain


HostingDirect
08-19-2001, 10:55 PM
I recently got a Raq4i from rackshack and things are going fairly well other then me being new to the Raq environment.

I have a PHP script that sends email via PHP to people outside of my domain. I also use a Vbulliten board that needs to send email but for some reason my email gets black holed when it is sent outside of my domain.

It works fine if I send it within my domain, any ideas on how to make this work?

Thanks,

Eagle
08-20-2001, 05:46 AM
$mailsent = mail("$email", "$subject", "$body", "From: YOURNAME <you@yourdomain.com>");

Would this help you?