• Best practice to send draft emails by scheduler

    Dear community, I am working with V13.0.0 and I have the following business case: A custom module "Claim". This module is related to the Cases module (1:N). There can be several claims of different or the same type under the case. Each claim can be…
  • Create an account by REST API without sending user assigned notification

    Hello There is something equivalent to the php version of $bean->save(false); to avoid user email notificacion by API REST Calls? Or some variable flag on the json of rest/v10/Accounts POST? Something like the last part of this fake json example { "id…
  • Send Mail in a job

    Hi, I work with SugarCRM pro 7.6 and I want to send a mail in one of my scheduled jobs. I have tried to search a full example which explains how to send a mail in PHP but i can't find it. I try the solutions in this post: https://community.sugarcrm.com…