← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 628608] Re: [6.0] smtpclient sending errror

 

Please check the configuration file you use to start OpenERP server (or
use the already mentioned online parameters):

##############################################################################
#  SMTP Configuration:
##############################################################################
#specify the SMTP email address for sending email
email_from = test@xxxxxxxxxx

#specify the SMTP server for sending email
smtp_server= smtp.yourisp.com

# specify the SMTP port
smtp_port = 587

#specify the SMTP server support SSL or not
smtp_ssl= True

#specify the SMTP username for sending email
smtp_user = test@xxxxxxxxxxxxxx

# specify the SMTP password for sending email
smtp_password = password

Changing obviously above information with the ones provided by your ISP.

this information is the one used by CRM cases to send the emails.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/628608

Title:
  [6.0] smtpclient sending errror

Status in OpenERP Modules (addons):
  Invalid

Bug description:
  when sending test message from server my message stays in error with
  the following message:

  please run connect() first