You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a current production app using laravel 4.2.
Previously I set the IronMQ configs in config/queue.php and any Mail::queue would use this iron driver from config/queue.php automatically.
So i updated this to package to version 3.* which is showing as compatible with laravel 4.2 and IronMQ v3.
I just sent a mail using Mail::queue and nothing got sent to ironMQ and therefore no mail was sent using ironMQ. Does this package not use the default configs in config/queue.php anymore? And if so how do I get Laravel 4.2 to push mail to ironMQ?
The text was updated successfully, but these errors were encountered:
Hi all,
I have a current production app using laravel 4.2.
Previously I set the IronMQ configs in config/queue.php and any Mail::queue would use this iron driver from config/queue.php automatically.
So i updated this to package to version 3.* which is showing as compatible with laravel 4.2 and IronMQ v3.
I just sent a mail using Mail::queue and nothing got sent to ironMQ and therefore no mail was sent using ironMQ. Does this package not use the default configs in config/queue.php anymore? And if so how do I get Laravel 4.2 to push mail to ironMQ?
The text was updated successfully, but these errors were encountered: