Defect #4114
closedErreur lors de l'envoi de l'email (end of file reached)
0%
Description
i'm facing an error when trying to launch an email test in http://localhost:3000/settings/edit?tab=notifications
here is below my configuration file
- Outgoing email settings
production:
delivery_method: :smtp
smtp_settings:
address: mamachine
port: 25
authentication: :none
development:
delivery_method: :smtp
smtp_settings:
address: mamachine
port: 25
authentication: :none
I have installed redmine with this configuration
Ruby version 1.8.6 (i386-mswin32)
RubyGems version 1.2.0
Rails version 2.1.2
Active Record version 2.1.2
Action Pack version 2.1.2
Active Resource version 2.1.2
Action Mailer version 2.1.2
Active Support version 2.1.2
Application root C:/Apps/BitNami RubyStack/BitNami RubyStack projects/redmine
Environment development
Database adapter mysql
Database schema version 101