Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Add support for queues #14

Closed
CalamityJames opened this issue Apr 4, 2014 · 3 comments
Closed

Add support for queues #14

CalamityJames opened this issue Apr 4, 2014 · 3 comments

Comments

@CalamityJames
Copy link

While working on the project I use Mailgun for, we've come across a slight issue.

Although Mailgun is a lot faster than using plain old SMTP to send emails, it still induces quite a delay at one stage of the process, basically we need to send custom emails out to (possibly) hundreds of people at one time.

One feature of Mail that this package doesnt replicate is Mail::queue. It would be super useful if that was able to be implemented. Is this something that would be possible?

Thanks for your work on this so far, it's helped in so many ways!

James

@Bogardo
Copy link
Owner

Bogardo commented Apr 4, 2014

@CalamityJames I should look into this.
I have not used Laravel's Queue features yet.

@Bogardo
Copy link
Owner

Bogardo commented Jun 12, 2014

@CalamityJames I haven't had the time to investigate this unfortunately. I think you could just use the regular Laravel Queues to accomplish the same goal.
I'm closing this issue for now.

@Bogardo Bogardo closed this as completed Jun 12, 2014
@finalight
Copy link

possible to integrate the laravel queue into your own facade instead?

hate the idea of writing a custom queue handler for your mailgun

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants