Micfo.com, LLC. - Official Forums  

Go Back   Micfo.com, LLC. - Official Forums > Archive > Forum Archive

Forum Archive The forum archive. If you're unable to find your thread, it's bound to be here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-31-2006, 01:36 AM
Micfo Newbie
 
Join Date: Aug 2005
Posts: 19
Sendmail problems

Hi, I am trying to use the mail function in php which sould use sendmail to send emails. The problem is that either the function isn't sending the emails or the mails are getting lost as I never recieve them.
The php script im playing with is:

<?php

$to = "mike@lodgeonline.me.uk";
$subject = "testmail";
$message = "this is a test";
$from = "From: mmmm@testsite.net";
$sent = mail($to,$subject,$message,$from);

print $sent . "<br>";

print "message sent";

?>

The return value from the mail function is always 1 which suggests the mail function is working correctly.

Any help on this would be appreciated

Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Blue Dot this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -8. The time now is 07:48 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 2002-2009 Micfo.com, LLC. - All Rights Reserved.