Jump to content

set smtp


flemingmike

Recommended Posts

hello, im running my page on a seperate server than my exchange server.  how would i set the smtp server in the following:

 

<?php
$to = "[email protected]";
$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "[email protected]";
$headers = "From: $from";
mail($to,$subject,$message,$headers);
echo "Mail Sent.";
?> 

Link to comment
https://forums.phpfreaks.com/topic/215721-set-smtp/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.