Server IP : 51.89.169.208 / Your IP : 216.73.216.57 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/masrur/ |
Upload File : |
<?php $email_message = ' <html> <head> <title>YellowLeaf UK</title> </head> <style> body{font-family:arial;font-size:11pt;color:#444;} a{color:#0068CF;text-decoration:none;} a:hover{text-decoration:underline;}</style> <body> <table style="width:750px;background-color:#fff;border:20px solid #f4f4f4;border-collapse:collapse"> <tr> <td style="padding:20px;"> <div style="margin-bottom:20px;text-align:center;"><img src="http://www.yellowleaf.co.uk/masrur/img/logo.png"></div> <div style="margin-bottom:20px;text-align:center;"><img src="http://www.yellowleaf.co.uk/img/email_head.png"></div> <div style="margin-bottom:40px;">'.$email_message.'</div> <div style="border-top:1px solid #e4e4e4;padding-top:10px;font-size:10pt;"> <span style="float:right;color:#666;">© '.date('Y').' YellowLeaf.</span> Please do not reply to this email as this is an automated message.</div> </td> </tr> </table> </body> </html>'; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'From: YellowLeaf <support@yellowleaf.co.uk>' . "\r\n"; $headers .= "X-Mailer: PHP/" . phpversion() . "\r\n"; mail($to, $subject_em, $email_message, $headers,"-f support@yellowleaf.co.uk"); ?>