email application using php

Reply

Join Date: Jun 2008
Posts: 5
Reputation: haii is an unknown quantity at this point 
Solved Threads: 0
haii haii is offline Offline
Newbie Poster

email application using php

 
0
  #1
Jun 3rd, 2008
I want an email application using php.
The code is like this.
  1. <?php
  2.  
  3. $to = "example@mail.com";
  4. $subject = "My subject";
  5. $txt = "Hello world!";
  6. $headers = "From: [email]abc@rediff.com[/email]" . "\r\n" .
  7. "CC: [email]abc@rediff.com[/email]";
  8. mail($to,$subject,$txt,$headers);
  9. ?>
but an error has occured
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\mail.php on line 28
Last edited by peter_budo; Jun 4th, 2008 at 4:59 am. Reason: Keep It Organized - please use [code] tags
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,227
Reputation: kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about 
Solved Threads: 167
kkeith29's Avatar
kkeith29 kkeith29 is offline Offline
Nearly a Posting Virtuoso

Re: email application using php

 
0
  #2
Jun 3rd, 2008
go into the php.ini file and change the smtp host to your isp's smtp address.
Last edited by kkeith29; Jun 3rd, 2008 at 5:23 am.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 5
Reputation: haii is an unknown quantity at this point 
Solved Threads: 0
haii haii is offline Offline
Newbie Poster

Re: email application using php

 
0
  #3
Jun 3rd, 2008
I have another doubt about how to set up an smtp server
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum


Views: 958 | Replies: 2
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC