SendEmailButton not shown
Posted: Fri Jan 23, 2026 12:19 pm
Hi
I'm using Stimulsoft Reports.JS 2026.1.2 version but I can't show the SendEmailButton in viewer,using next code:
I've attached a sample project,thanks
I'm using Stimulsoft Reports.JS 2026.1.2 version but I can't show the SendEmailButton in viewer,using next code:
Code: Select all
var options = new Stimulsoft.Viewer.StiViewerOptions();
options.toolbar.showSendEmailButton = true;
options.email.defaultEmailAddress = "recipient_address@gmail.com";
options.email.defaultEmailSubject = "New Invoice";
options.email.defaultEmailMessage = "Please check the new invoice in the attachment";
const viewer = new Stimulsoft.Viewer.StiViewer(options, 'StiViewer', false);