<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
    Dear vtiger Team,<br>
    <br>
    It looks like the outgoing STMP server settings sends a wrong Ajax
    call (vtiger 6.1 SVN 14256):<br>
    <br>
    From Firebug these were the parameters to send:<br>
    <br>
    <b>action    </b>OutgoingServerSaveAjax<br>
    <b>default    </b>false<br>
    <b>from_email_field    </b><br>
    <b>id   </b> <br>
    <b>module    </b>Vtiger<br>
    <b>parent    </b>Settings<br>
    <b>server    </b>mail.example.com:26<br>
    <b>server_password</b>    PasswordString<br>
    <b>server_port</b>    0<br>
    <b>server_type</b>    email<br>
    <b>server_username</b>    <a class="moz-txt-link-abbreviated"
      href="mailto:admin@example.com">admin@example.com</a><br>
    <b>smtp_auth</b>    on<br>
    <br>
    ----------------------------<br>
    The file
    ...\modules\Settings\Vtiger\actions\OutgoingServerSaveAjax.php<br>
    did not have any action to parse mail.example.com:26 as well.<br>
    <br>
    This server uses port 26 for the SMTP.<br>
    <br>
    The UI has not had input row to give the server port, so I can use
    the <b>mail.example.com:26</b> format only.<br>
    But the program did not parse well the given parameters. For example
    server_port = 0 was the sent data.<br>
    <br>
    The ajax response:
    {"success":false,"error":{"code":0,"message":"Error occurred while
    sending mail"}}<br>
    <br>
    With wrong sent data of course we can get an error message only.<br>
    <br>
    Used browsers: Firefox, and Google Chrome - the SMPT setting did
    work on both of them.<br>
    <br>
    Going the phpMyadmin and giving the right data to the
    'vtiger_systems' table, the outgoing email started to work.<br>
    <br>
    <br>
    Please review it.<br>
    This function worked well using the 6.1.0 AE package for the install
    about a week ago. I do not know what happened but it went wrong (at
    least at me).<br>
    <br>
    Kindest regards:<br>
    István<br>
    <br>
    <div class="moz-signature">-- <br>
      üdvözlettel:<br>
      <br>
      <b>Holbok István</b><br>
      <br>
      +3670-342-0900<br>
      <b>e-mail:</b> <a class="moz-txt-link-abbreviated"
        href="mailto:holbok@gmail.com">holbok@gmail.com</a><br>
      <b>SkyPe:</b> holboki<br>
      <br>
    </div>
  </body>
</html>