what is the problem with godaddy ?
Posted: Tue Jun 20, 2006 9:17 am
feyd | Please use
This email is working properly with my webserver http://www.supremeserver24.com.
when i change the webserver and go to famous webserver godaddy.com
it does not send any email . what is the problem
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
i have email script given below :Code: Select all
<?
$message1='<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> Welcome and Thank you for choosing Lending Campus to provide you with your new Federal Consolidation Loan.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> A Loan Specialist is currently reviewing your application and will be in contact with you shortly. </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> At Lending Campus, we empower our customers with money saving tools to save the most </td>
</tr>
<tr>
<td>money on your student loans. We would like to extend our <strong>Exclusive Benefits </strong> offer designed </td>
</tr>
<tr>
<td> to maximize your financial goals</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> <strong>1.00% Forever-Lock Interest Rate Reduction for On Time Payments* </strong></td>
</tr>
<tr>
<td>After your first 24consecutive on-time payments, Lending Campus will lower your existing rate by </td>
</tr>
<tr>
<td>a full 1.00%. *If you should miss a payment after rate reduction is achieved, you will not lose your </td>
</tr>
<tr>
<td>benefit! </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> <strong>0.50% Auto-Debit Benefits! </strong></td>
</tr>
<tr>
<td>Once you sign up for your monthly payments to be deducted through our Auto Debit feature, </td>
</tr>
<tr>
<td>Lending Campus will lower your existing rate by an additional 0.50%. </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> <strong>0.60% Grace Period Reward! </strong></td>
</tr>
<tr>
<td>If you consolidate during your grace period after graduation, Lending Campus will lower your </td>
</tr>
<tr>
<td>existing rate by additional 0.60%. </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> <strong>Exclusive offer!! </strong></td>
</tr>
<tr>
<td>Call us now to hear about our <strong>Instant Cash Back Program up to $3000! </strong> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> In the next 24 hours, you will be contacted by a Lending Campus specialist to go over your new </td>
</tr>
<tr>
<td>low fixed rate and total savings. </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> Our offices are open 24/7 to provide you with assistance regarding the status of your new or </td>
</tr>
<tr>
<td>existing application or to assist with any questions you may have. </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> Please contact us at (800) 687-9055 or MyStatus@LendingCampus.com </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> Team Lending Campus </td>
</tr>
<tr>
<td>www.LendingCampus.com </td>
</tr>
<tr>
<td>18401 Burbank Blvd. #225 </td>
</tr>
<tr>
<td>Tarzana, CA 91356 </td>
</tr>
<tr>
<td>800.687.9055</td>
</tr>
</table>';
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From:alellouche@LENDINGCAMPUS.COM '."\r\n";
$subject = 'Lending Campus Student Consolidation Loan – Welcome to the Best in Student Loan Savings';
mail($email,$subject,$message1,$headers)or die("can not send the mail") ;
$message1="\nDo you owe $10,500 or more in student loans? ".$radio1;
$message1.="\nAre any of your loans in default? ".$radio2;
$message1.="\nFirst name: ".$fname;
$message1.="\nLast name: ".$lname;
$message1.="\nAddress: ".$address;
$message1.="\nCity: ".$city;
$message1.="\nState: ".$state;
$message1.="\nZip: ".$zip;
$message1.="\nEmail: ".$email;
$message1.="\nPhone ".$ph1."-".$ph2."-".$ph3;
$message1.="\nSocial security number ".$sn1."-".$sn2."-".$sn3;
$subject ="ONLINE FORM SUBMISSION/LENDING CAMPUS";
//mail('ashuraj2163@hotmail.com',$subject,$message1,'From:alellouche@LENDINGCAMP US.COM ')or die("can not send the mail") ;
?>
<div align="center"> <span class="label">Thank You </span></div>
<?php
/*
}
*/
}
?>when i change the webserver and go to famous webserver godaddy.com
it does not send any email . what is the problem
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]