When running UserMailer.new.perform
, my mailer is sent and I get an email almost right away, but when I use UserMailer.perform_async
, it spits back an object number and I never receive an email.
Can someone please tell me why this is happening and what the difference between these two methods are?
UserMailer
? Can you please include the code here. – Bide