Announcement

Collapse
No announcement yet.

Release 6.20.0: New boolean to suppress default signature using ox.api.mail.compose

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 6.20.0: New boolean to suppress default signature using ox.api.mail.compose

    A new boolean has been added which allows to suppress adding the default signature when calling the ox.api.mail.compose function.

    Just add the option to the data object. For example:

    ox.api.mail.compose({
    data: {
    default_signature: false,
    ...
    }
    });

    When set to false the default signature won't be automatically added to the message text.

    Please note: The referenced API is still in progress and marked as draft. It may change in the future!
Working...
X