Page 1 of 1

Mandrill

Posted: 12 Oct 2015, 13:42
by obayesshelton
Hey,

Is it possible to use mandrill with aimeos?

I have run both

Code: Select all

php artisan aimeos:jobs order/email/delivery
and

Code: Select all

php artisan aimeos:jobs order/email/payment
and neither seem to send an email via mandrill

Thanks

Re: Mandrill

Posted: 12 Oct 2015, 13:47
by aimeos
obayesshelton wrote: Is it possible to use mandrill with aimeos?

I have run both

Code: Select all

php artisan aimeos:jobs order/email/delivery
and

Code: Select all

php artisan aimeos:jobs order/email/payment
and neither seem to send an email via mandrill
Aimeos uses whatever SMTP service you configure in your Laravel application because it uses the Laravel Mail service. Did you placed a payed (invoice for example) order successfully so there's an order for which an e-mail should be sent to the customer?

Re: Mandrill

Posted: 12 Oct 2015, 13:55
by obayesshelton
Hey,

I have done all that but in the logs within admin I get the following error:

Error while trying to send payment e-mail for order ID "1" and status "5": Server error: 500

How can I debug this further?

Re: Mandrill

Posted: 12 Oct 2015, 14:53
by aimeos
obayesshelton wrote: Error while trying to send payment e-mail for order ID "1" and status "5": Server error: 500
Is there a stack trace in the log?
Are other e-mails send successfully via your Laravel application to Mandrill?