V
V
Vladimir Grabko2016-06-08 02:18:53
Laravel
Vladimir Grabko, 2016-06-08 02:18:53

How to make your own mail driver?

Now I have an email but it is very slow to send. Therefore, I made a Golang service for sending email (There is no waiting for confirmation of sending, there is stupid addition to the queue for sending. As a result, the methods work out in 0ms). I dug into Laravel but did not understand how to make a driver.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2016-06-09
@VGrabko

Use ready-made SMTP providers and delayed sending of emails (queues, in-memory pool after the request is processed). I recommend sendgrid.

R
Rustamka Vorontsov, 2016-06-08
@rmfordev

and mailgun did not please?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question