Added by Syeed Chy over 11 years ago
Hi,
I have recently hosted my redmine site in mediatemple DV server. I have edited the configuration.yml file and added
email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: outgoingSMTPserver
      port: 465
      domain: urlOFmySITE
      authentication: :login
      user_name: "my@email.com" 
      password: passwordWITHOUTquote
	I didn't receive any email. What's causing this problem?