[Vtigercrm-commits] [vtiger development] #7793: Outgoing server settings could not be saved and no emails were sent.

vtiger development vtiger-tickets at trac.vtiger.com
Tue Oct 29 17:09:14 GMT 2013


#7793: Outgoing server settings could not be saved and no emails were sent.
-----------------------+-------------------------------------------
 Reporter:  bluego     |      Owner:  developer
     Type:  defect     |     Status:  new
 Priority:  critical   |  Milestone:  6.0.0
Component:  vtigercrm  |    Version:  6.0.0 Beta
 Severity:  High       |   Keywords:  SMTP OUTGOING SERVER SETTINGS
-----------------------+-------------------------------------------
 Hi!!
 I've downloaded and installed 6.0.0 Beta release, but i can't setup
 OUTGOING SERVER SETTINGS...
 When i try to save outgoing settings always get the message:

 Test Mail Status : Mail could not be sent to the admin user. Please check
 the admin emailid/Server settings

 The ajax call result is:

 {{{
 {"success":false,"error":{"code":0,"message":"Error occurred while sending
 mail"}}
 }}}
 In the DB Table vtiger_systems Nothing happens...


 I've read everywhere, thousand of posts but they are all about old
 versions of vtiger...
 The only thing "quite works" is to modify the '''class.phpmailer.php'''
 file, changing $this->Mailer="smtp" to "sendmail" :


 {{{
  function IsSMTP() {
         $this->Mailer = "sendmail"; //instead of smtp
     }
 }}}



 if i do this, the settings will be saved and it populates the
 '''vtiger_systems''' table correctly (but server_port is always set to
 zero)...

 the ajax response is:
 {{{
 {"success":true,"result":{"default":"false","server_port":"0","server_type":"email","id":"","server":"ssl:\/\/mail.alosys.it:465","server_username
 ":"noc-
 msp at alosys.it","server_password":"n0cmsp4l0sys","from_email_field":"","smtp_auth":"on","module":"Vtiger","parent":"Settings","action":"OutgoingServerSaveAjax"}}
 }}}

 I've tried many kind of settings, many different smtp, i've tried to set
 manually the port and other parameters, i've tried really everything.. But
 no mails were sent..!! Nothing... workflows doesn't sends email, nothing
 in vtiger sends email..

 Please i'm seriously in trouble, could you help me please??

 Thank you

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7793>
vtiger development <http://trac.vtiger.com/>
vtiger CRM


More information about the vtigercrm-commits mailing list