[REN] e-mail to email

bzr revid: jam@tinyerp.com-20120625125700-7jr8aeqp2kn9uggu
This commit is contained in:
Jigar Amin - OpenERP 2012-06-25 18:27:00 +05:30
parent abfa5612f5
commit 0473afaca6
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ def encode_rfc2822_address_header(header_text):
class ir_mail_server(osv.osv):
"""Represents an SMTP server, able to send outgoing e-mails, with SSL and TLS capabilities."""
"""Represents an SMTP server, able to send outgoing emails, with SSL and TLS capabilities."""
_name = "ir.mail_server"
_columns = {