Mandrill

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
obayesshelton
Posts: 21
Joined: 12 Oct 2015, 12:31

Mandrill

Post by obayesshelton » 12 Oct 2015, 13:42

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

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Mandrill

Post by aimeos » 12 Oct 2015, 13:47

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?

obayesshelton
Posts: 21
Joined: 12 Oct 2015, 12:31

Re: Mandrill

Post by obayesshelton » 12 Oct 2015, 13:55

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?

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Mandrill

Post by aimeos » 12 Oct 2015, 14:53

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?

Post Reply