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 = [email protected] #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 = [email protected] # 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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

