vendredi 20 février 2015

How to check mail is sent or not in magento?


Vote count:

0




My code:



$emailTemplate = Mage::getModel('core/email_template')->loadDefault($templateId);
$senderMail = $order->getCustomerEmail();
$senderName = $order->getCustomerName();
$receiverMail = Mage::helper('orderattachments')->getEmailAddress();
$receiverName = Mage::helper('orderattachments')->getName();
$emailTemplate->setTemplateSubject("Order Attachments_ " . $orderId);
$emailTemplate->setSenderEmail($senderMail, $storeId);
$emailTemplate->setSenderName($senderName, $storeId);
$emailTemplate->send($receiverMail,$receiverName, $post);


How to check mail is sent or not ?



asked 2 mins ago







How to check mail is sent or not in magento?

Aucun commentaire:

Enregistrer un commentaire