| | |
email application using php
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jun 2008
Posts: 5
Reputation:
Solved Threads: 0
I want an email application using php.
The code is like this.
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
The code is like this.
PHP Syntax (Toggle Plain Text)
<?php $to = "example@mail.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "From: [email]abc@rediff.com[/email]" . "\r\n" . "CC: [email]abc@rediff.com[/email]"; mail($to,$subject,$txt,$headers); ?>
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
![]() |
Similar Threads
- Project available for PHP Developer (Web Development Job Offers)
- Urgent: PHP, MySQL, AJAX Developer (Web Development Job Offers)
- send email with attachment (PHP)
- Reverse Auction Application for Merchants & Service Providers PHP (Post your Resume)
- PHP/MySQL Programmer Position (Web Development Job Offers)
- PHP MySQL Programmers Needed!! (Software Development Job Offers)
- Are you a PHP and Javascript junkie? It's time you met Emma. (Software Development Job Offers)
- Quality Programming and Developers (PHP, .Net, ColdFusion) (Post your Resume)
- Sending attachements over php (PHP)
Other Threads in the PHP Forum
- Previous Thread: Save string data to integer
- Next Thread: who can explain this code
Views: 958 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl customizableitems database date development directory display download dynamic echo email error file files folder form forms forum function functions google headmethod href htaccess html image include insert integration ip java javascript joomla jquery limit link login loop mail malfunctioning menu methods mlm mod_rewrite multiple mysql oop parse paypal pdf php problem query radio random recursion regex remote script search select server sessions sms soap source space speed sql structure syntax system table tutorial update updates upload url validation validator variable video web xml youtube






