Option "email all invitees" causes blank emails being sent

SugarCRM 6.5.17 Pro

Hi, enabling "email all invitees" will indeed send reminder emails before the meeting starts. Unfortunately these are blank - no subject, no text.

Is there a way to configure their content?

Thx, Christian
Parents Reply Children
  • Hi Alex I am Using crm 7.8.2.0.  In this version also email template fields are blank like this Any solution for this

    Subscription Number: 
    Subscription Name: demo3
    Customer Name: 
    Contact Name 
     
    Product Name: 
    Quantity: 10
     
    Date Sold: 28/05/2019
    Service End:  11/06/2019
    Status: New
    and i have used code template is 
    Subscription Number: {::future::Bugs::bug_number::}
    Subscription Name: {::future::Bugs::name::}
    Customer Name: {::future::Bugs::customername_c::}
    Contact Name {::future::Bugs::contactname_c::}
     
    Product Name: {::future::Bugs::productname_c::}
    Quantity: {::future::Bugs::quantity_c::}
     
    Date Sold: {::future::Bugs::servicestart_c::}
    Service End:  {::future::Bugs::serviceend_c::}
    Status: {::future::Bugs::status::}