Im using mandrill for sending email and it show for some emails that the email From: [email protected] [mailto:[email protected]] On Behalf Of info@****.com
in my name mailer
default from: "info@****.com"
and in the development.rb
  config.action_mailer.raise_delivery_errors = true
  config.action_mailer.delivery_method = :letter_opener
  config.action_mailer.delivery_method = :smtp
  config.action_mailer.smtp_settings = {
    :address => "smtp.mandrillapp.com",
    :port => 587,
    :domain => 'www.****.com',
    :user_name => '**@**.ca',
    :password => '***',
    :authentication => :plain,
    :enable_starttls_auto => true 
  }
Why is that? i want to show from: info@****.com without this [email protected] [mailto:[email protected]] On Behalf Of info@****.com
                        
From Mandrill KB
Instructions on how do that can be found here: https://mandrill.zendesk.com/hc/en-us/articles/205582277-How-do-I-add-DNS-records-for-my-sending-domains-