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
By default emails are sent synchronously. You can send them asynchronously by
using the delayed_job gem or
Rails' ActiveJob.
After implementing the delayed_job or ActiveJob into your project add the
code below at the end of the config/initializers/sorcery.rb file. After that
all emails will be sent asynchronously.