Jump to content

Basic Mail function not working on IIS 6.0 server


freakythumbs

Recommended Posts

I have googled & searched for answers on this one but cant figure it out - im converting my ASP pages (which successfully used the CDONTS function) to PHP and using the Mail() function but I cant even send a simple email.

 

The php.ini is set to use the localhost on port 25 and the code is:

 

<?php

// The message

$message = "Line 1\nLine 2\nLine 3";

 

// In case any of our lines are larger than 70 characters, we should use wordwrap()

$message = wordwrap($message, 70);

 

// Send

mail('sample@example.com', 'My Subject', $message);

?>

 

Any reason why it wouldnt work? PHP is working fine ...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.