Sending emails programmatically in Magento
Now and then you may wind up sending an email after a specific activity has happened. For instance, you have a custom module that permits you to add an item to a rundown of...
Collection of Thoughts
Now and then you may wind up sending an email after a specific activity has happened. For instance, you have a custom module that permits you to add an item to a rundown of...
In this article I’m describing how you send an email notification to admin email address every time a new review has been posted. I am planning to do this by making a custom module which on...
In this article I’ll explain how to send custom email in magento with custom template.If you are a magento developer you are already aware that magento sends email on certain event. Sometimes you may...
Starting with Magento 1.9.1 the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob – please ensure this has been set...
Get the Sender name and Email from config table in Magento:-
Sometimes you may find yourself having to send an email after a particular action has occurred. For example, you have a custom extension allowing you to add a product to a list of favorites...