Project

General

Profile

Actions

Defect #8104

open

Sending email: end of file reached

Added by Anton Romanov almost 13 years ago. Updated over 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
2011-04-08
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

When I try to send test email, I see error message:

An error occurred while sending mail (end of file reached)

Redmine v. 1.1.1.stable (MySQL)

Ruby:

/var/lib/redmine/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010.  Use #requirement
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
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
Edge Rails revision       unknown
Application root          /var/lib/redmine
Environment               production
Database adapter          mysql
Database schema version   20101114115359

config/email.yml:

production:
  delivery_method: :smtp
  smtp_settings:
    address: smtp.spaceweb.ru
    port: 25
    domain: MySiteDomain.ru
    authentication: :login
    user_name: "USER" 
    password: "PASSWORD" 

How can I fix it?


Files

sending_email.log (9.21 KB) sending_email.log Anton Romanov, 2011-04-09 08:11
Actions

Also available in: Atom PDF