Comments for ASchroder.com http://www.aschroder.com Notes on Web Development Wed, 23 Dec 2020 09:25:05 +0000 hourly 1 https://wordpress.org/?v=4.8.15 Comment on MageSend Magento Email by Ian http://www.aschroder.com/2013/05/magesend-magento-email/comment-page-1/#comment-111716 Sat, 14 Mar 2015 15:10:46 +0000 http://www.aschroder.com/?post_type=product&p=2026#comment-111716 If you are struggling for more than say a couple of hours to get your Magento 1.9.1 to work properly with cron job to send order confirmation emails then save yourself extra grief and go purchase & install MageSend – which is exactly what I did !

I found MageSend to be a quick & easy install albeit setting up an Amazon AWS SES account can be a bit confusing at first – but with a bit of patience – I made it in the end.

However, when I came to install another Magento Extension from another supplier I got a conflict. I contacted Ashley and within an hour he was looking at the problem which he quickly resolved – albeit the issue was not with MageSend code. Awesome support and well worth the money. Highly recommended !

]]>
Comment on Sending Emails by Queue in Magento 1.9.1 by Ashish @ MagikCommerce http://www.aschroder.com/2015/01/sending-emails-by-queue-in-magento-1-9-1/comment-page-1/#comment-107072 Mon, 09 Feb 2015 08:28:58 +0000 http://www.aschroder.com/?p=2939#comment-107072 Which queuing mechanism is being used here? I personally use Redis based queuing which works rock solid but i am definitely going to to try this.

]]>
Comment on Sending Emails by Queue in Magento 1.9.1 by ranbir http://www.aschroder.com/2015/01/sending-emails-by-queue-in-magento-1-9-1/comment-page-1/#comment-106590 Fri, 06 Feb 2015 04:49:36 +0000 http://www.aschroder.com/?p=2939#comment-106590 hello sir,

i am using magento 1.9.0.1 version to develop a store. and i want to remove the sku from order email. but after trying all metheds which are mentioned in google search like (sales.xml and editing block and template ) .i am unable to remove it form email.
please help……

]]>
Comment on Sending Emails by Queue in Magento 1.9.1 by Helmy http://www.aschroder.com/2015/01/sending-emails-by-queue-in-magento-1-9-1/comment-page-1/#comment-105767 Sat, 31 Jan 2015 10:11:18 +0000 http://www.aschroder.com/?p=2939#comment-105767 Hello Ashley,

Thank you so much for such useful notes, reading this i do understand to some extent about how to handle new email setup in magento 1.9.1

I found the database table as you mentioned all the emails are queued.. after this point i couldn’t follow the instruction about the magento two new cron jobs (core_email_queue_send_all, core_email_queue_clean_up) are this cron jobs already exists in cron tab of some xml file? or do we need to create this entry in some .xml file?

If this were cron job’s already exists in some file, could you please share with us the location of the file please… ? so i can create a “command” to run this job from my hostgator cronjob manager…

P.S: i also tested by removing the queue process from the template.php file inorder to send an instant email when order is placed by the customer and it worked well..:), but i don’t want to deviate from the magento way of sending new order email…

Thank you so much and appreciate your valuable inputs..

Helmy

]]>
Comment on Sending Emails by Queue in Magento 1.9.1 by Jeff http://www.aschroder.com/2015/01/sending-emails-by-queue-in-magento-1-9-1/comment-page-1/#comment-105515 Thu, 29 Jan 2015 18:52:37 +0000 http://www.aschroder.com/?p=2939#comment-105515 A recent problem i’m having with this new way of sending emails is that the scheduler only runs for either 10 / 20 mins (jobs) before stopping abruptly…

If i truncate the cron_schedule table it starts again and merrily continues with its job.
It will schedule ahead as per admin settings, but never regenerate past the initial generation of jobs.

any ideas..?

]]>
Comment on Sending Emails by Queue in Magento 1.9.1 by Johan http://www.aschroder.com/2015/01/sending-emails-by-queue-in-magento-1-9-1/comment-page-1/#comment-105484 Thu, 29 Jan 2015 13:26:29 +0000 http://www.aschroder.com/?p=2939#comment-105484 So it’s basically using the database as a job queue, which from a scaling perspective is inviting trouble from all sorts of angles. From a performance point of view, this just screams out for being replaced by an external messaging or e-mail service. Shops slowing down due to non-essential tasks is never a good thing.

AWS fans could consider SQS for the queueing and then SES for the sending. Perhaps an idea for MageSend to incorporate SQS job queueing so other systems can also use SES via a common system-in-the-middle.

]]>
Comment on Sending Emails by Queue in Magento 1.9.1 by Yorrd http://www.aschroder.com/2015/01/sending-emails-by-queue-in-magento-1-9-1/comment-page-1/#comment-105213 Tue, 27 Jan 2015 19:24:53 +0000 http://www.aschroder.com/?p=2939#comment-105213 I have updated Magento to 1.9.1 a few days back and I cannot find any tables beginning with core_email. This is already leading to issues (for example with paypal).

From what I remember after skimming through your nice article, I suspect my database is messed up? Can anyone confirm this and tell me there SHOULD in fact be tables like that?

Or even better, can someone tell me where I find the structure of those tables so that I can recreate them on my own in order to fix the issue the paypal module is running into? Thanks a lot in advance 😉

]]>
Comment on SMTP Pro Magento SMTP Email by Thales http://www.aschroder.com/2014/04/smtppro-magento-smtp-email/comment-page-1/#comment-101887 Wed, 17 Dec 2014 20:16:19 +0000 http://www.aschroder.com/?post_type=product&p=2357#comment-101887 Works on Bitnami , magento 1.9 .
i did a test with admin page, but how is the class, and usage for new forms with php?
Constructor, where is the docs, about example of usages, etc?

Thanks

]]>
Comment on SMTP Pro Magento SMTP Email by Ilia http://www.aschroder.com/2014/04/smtppro-magento-smtp-email/comment-page-1/#comment-75203 Sun, 13 Jul 2014 10:27:19 +0000 http://www.aschroder.com/?post_type=product&p=2357#comment-75203 Really must have extension for those who use gmail
the only thing i am missing – multi store setup. i have 2 shops running (2 domains) in 1 backend and emails for both domains are sent from 1 address.

]]>
Comment on SMTP Pro Magento SMTP Email by bendim http://www.aschroder.com/2014/04/smtppro-magento-smtp-email/comment-page-1/#comment-63710 Wed, 23 Apr 2014 10:08:57 +0000 http://www.aschroder.com/?post_type=product&p=2357#comment-63710 Easy and useful extension. It works great on 1.8.1.0.

]]>