Skip to content

Commit 350b122

Browse files
committed
Remove reference to background queue in mailer guide.
Mailers are always async now, and we already discuss queueing lower down in the guide.
1 parent ed78770 commit 350b122

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

guides/source/action_mailer_basics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ This provides a much simpler implementation that does not require the registerin
149149

150150
The method `welcome_email` returns a `Mail::Message` object which can then just be told `deliver` to send itself out.
151151

152-
WARNING: Sending out an email should only take a fraction of a second. If you are planning on sending out many emails, or you have a slow domain resolution service, you might want to investigate using a background process like Delayed Job.
153-
154152
### Auto encoding header values
155153

156154
Action Mailer now handles the auto encoding of multibyte characters inside of headers and bodies.

0 commit comments

Comments
 (0)