Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 5th, 2003, 05:43 AM
raymosley raymosley is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 22 raymosley User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 25 sec
Reputation Power: 0
Send Mail issue

I am looking for an answer to what would seem a puzing problem for me. I am using PHP to send contact feedback emails form a site I am developeing. The code is right as I have already tested it on other sites. The problem I have on this oe is using the mail() function the emails aren't sending because this new website is hosted on a windows server and so there is no sendmail path specified in php info() for the site.

There is however an ip number for smtp. Is it possible for me to make the mail() function use smtp to send mail and if so how do I do it? For refernece here is the php code used to send the mail.

PHP Code:
<?php

$name 
$HTTP_POST_VARS['name'];
$email $HTTP_POST_VARS['email'];
$feedback $HTTP_POST_VARS['feedback'];
$toaddress $HTTP_POST_VARS['toaddress'];

$subject 'Feedback from the V8 Website';
$mailcontent 'Message from:'.$name."\n".'Email:'.$email."\n".'Subject:'.$subject."\n".'Message:'.$feedback."\n";
$fromaddress 'From:' .$email.'';

mail($toaddress$subject$mailcontent$fromaddress);



?>

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Send Mail issue


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT