Mandrill
					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!
	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
Hey,
Is it possible to use mandrill with aimeos?
I have run both and  and neither seem to send an email via mandrill
Thanks
			
			
			
									
									
						Is it possible to use mandrill with aimeos?
I have run both
Code: Select all
php artisan aimeos:jobs order/email/deliveryCode: Select all
php artisan aimeos:jobs order/email/paymentThanks
Re: 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 wrote: Is it possible to use mandrill with aimeos?
I have run bothandCode: Select all
php artisan aimeos:jobs order/email/deliveryand neither seem to send an email via mandrillCode: Select all
php artisan aimeos:jobs order/email/payment
- 
				obayesshelton
 - Posts: 21
 - Joined: 12 Oct 2015, 12:31
 
Re: Mandrill
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?
			
			
			
									
									
						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
Is there a stack trace in the log?obayesshelton wrote: Error while trying to send payment e-mail for order ID "1" and status "5": Server error: 500
Are other e-mails send successfully via your Laravel application to Mandrill?