colleen said almost 4 years ago on ActiveJob :
Don't we need a `deliver_now` in our job when we all the contact mailer?

def perform(from,subject,message)
      ContactMailer.send_contact(from,subject,message).deliver_now
end