Browse By Tags

  • MessageBlock multiple recipients -- how to read from query

    Help please! I need to send an email to a list of recipients based on a query. The intended recipients can change over time. Therefore, I have created a list within the system so that emails can be added or removed at any time by users that have access…
  • Sending Emails in ASP COM API

    Sage CRM offers a very simple MessageBlock object that you can use for your own pages. This object can either be used automatically to send a message without an interface prompt or it can create a form allowing the details of the email message to be completed…
  • The eMail Object used by the Advanced E-mail Manager (Mail Manager)

    The Sage CRM E-mail Manager is a service that runs as a background process on the CRM server. Its job is to process inbound email ( and optionally to send automatic replies) according to predefined business rules defined a script file. These script files…
  • Sending an Email from a Table Level Script

    Consider this scenario. When an Opportunity is reassigned then an email needs to be sent to the newly assigned user. The Table Level Script needs to fire correctly whether a single Opportunity is reassigned through the user interface or whether a…