Project

General

Profile

Defect #7915

Updated by Go MAEDA about 8 years ago

While I click on the Send a test email button in Administration->Settings->Email configuration tab, I get the above mentioned error. My config/email.yml is as below 

 <pre> 
 production: 
   delivery_method: :smtp 
   smtp_settings: 
  	 address:"localhost" 
  	 port: 25 
  	 domain:VVENUGOP.XXX.XXX.net 
 </pre> 

 My production log reports no error ,what I get is as below, 

 <pre> 
 Processing AdminController#test_email (for 127.0.0.1 at 2011-03-18 11:51:17) [GET] 
   Parameters: {"action"=>"test_email", "controller"=>"admin"} 
 Sending email notification to: vvenugopalan@in.rm.com 
 Sent mail to vvenugopalan@in.rm.com 
 Redirected to http://localhost/redmine/settings/edit?tab=notifications 
 Completed in 438ms (DB: 31) | 302 Found [http://localhost/admin/test_email] 


 Processing SettingsController#edit (for 127.0.0.1 at 2011-03-18 11:51:19) [GET] 
   Parameters: {"action"=>"edit", "controller"=>"settings", "tab"=>"notifications"} 
 Rendering template within layouts/admin 
 Rendering settings/edit 
 Completed in 1328ms (View: 797, DB: 188) | 200 OK [http://localhost/settings/edit?tab=notifications] 
 </pre> 

 


 About my application's environment 

 <pre> 
 Ruby version                1.8.7 (i386-mingw32 
 RubyGems version            1.3.7 
 Rack version                1.0 
 Rails version               2.3.5 
 Active Record version       2.3.5 
 Active Resource version     2.3.5 
 Action Mailer version       2.3.5 
 Active Support version      2.3.5 
 Application root            C:/webserver/Redmin 
 Environment                 development 
 Database adapter            mysql 
 Database schema version     20100819172912 

 Redmine plugins 
 Redmine Charts                   0.1.0 
 Redmine Scrum Sprints plugin     0.1.6 
 Advanced report plugin           0.0.4 
 Redmine Graphs plugin            0.0.1 

 Redmine version : 1.0.4 
 </pre> 

 Can anyone please tell me what I'm doing wrong? 

Back