| | |
email in php
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
hi
i have two mail function in my page.when a aggrement is signed ,mail will be sent to both the clients.
Error: when there is some problem in sending mail to one client the mail is getting delievered another client.if there is a problem i want to stop sending to both.please tell me how to do tat........
i have two mail function in my page.when a aggrement is signed ,mail will be sent to both the clients.
Error: when there is some problem in sending mail to one client the mail is getting delievered another client.if there is a problem i want to stop sending to both.please tell me how to do tat........
$sent = mail($to, $subject1, $body1, $headers);
$sent1 = mail_attachment("cgbasket@careerglitters.com",$too, $subject1, $body1, $attachment);
print "<table align='center' width='60%'>";
if($sent && $sent1)
{
print "<tr><td align='center'><B>Agreement has been Signed by $signby with $user </B></td></tr>";
}
else
{
print "<tr><td align='center'><b>Sorry,We encountered an error while sending your agreement</b></td></tr>";
}![]() |
Similar Threads
- Sending HTML email via PHP mail function (PHP)
- Learning PHP but problem with script (PHP)
- Multiple Forms Question PHP (PHP)
- checkbox values calculation with PHP (PHP)
- PHP Email (PHP)
- Simple Email Form (PHP)
Other Threads in the PHP Forum
- Previous Thread: MESSAGE BOARD USER IDENTIFICATION AND DELETE MESSAGE HELP?
- Next Thread: digital library
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code codingproblem cron curl database date directory display download dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla limit link login loop mail memmory menu methods mlm mod_rewrite multiple mysql oop parse paypal pdf php problem query radio random recursion regex remote script search select send server sessions sms snippet soap source space speed sql static structure syntax system table tutorial up-to-date update upload url validation validator variable video web wordpress xml youtube





