Wednesday, 8 July 2015

Custom mail send

      //send coupon code by email start
                $to= $customer_mail;
                $sender=Mage::getStoreConfig('trans_email/ident_general/email');
                $subject="Dokan.in Coupon Code for FB Like";
                $logo_img= Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA).'/email/dokan-logo.png';
                $baseurl= Mage::getBaseUrl();
               
                $message .='<body style="font-family: Arial;">
                                <table cellpadding="0" cellspacing="0" border="0" width="650" align="center" style="border:1px solid #ccc;background:#ffffff">
                                    <tr><td height="20"></td></tr>
                                    <tr><td style="text-align: center;"><a href="'.$baseurl.'" target="_blank"><img src="'.$logo_img.'" alt="" /></a></td></tr>
                                    <tr><td style="font-weight: bold; font-size: 30px; color: #e32915; text-align: center;">Apply '.$couponCode.'in your next purchase.</td></tr>
                                    <tr><td height="50"></td></tr>
                                    <tr><td height="18"></td></tr>
                                    <tr><td style="text-align: center;"><a href="'.$baseurl.'" target="_blank" style="font-weight: bold; font-size: 44px; color: #0849ca; text-decoration: none;">www.dokan.in</a></td></tr>
                                    <tr><td style="padding:2px 0; font-size: 15px; font-weight: bold; color: #333; text-align: center;">BUY GROCERY &amp; VEGETABLES ONLINE</td></tr>
                                    <tr><td height="20"></td></tr>
                                    <tr><td style="padding:12px 0 10px; font-size: 15px; font-weight: bold; color: #333; text-align: center; background: #ffd21d;">DELIVERY AREA: CHANDANNAGAR, CHINSURAH, MANKUNDU</td></tr>
                                </table>
                            </body>';
                                    
                   $headers = "MIME-Version: 1.0" . "\r\n";
                   $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
                   $headers .= 'From:Dokan.in coupon code<'.$sender . ">\r\n";
                   mail($to,$subject,$message,$headers);
               

No comments:

Post a Comment