Page 1 of 1

SendEmailButton not shown

Posted: Fri Jan 23, 2026 12:19 pm
by mrapi
Hi
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);
I've attached a sample project,thanks

Re: SendEmailButton not shown

Posted: Mon Jan 26, 2026 9:54 pm
by Lech Kulikowski
Hello,

Please check our samples:
https://github.com/stimulsoft/Samples-R ... -for-React

Thank you.

Re: SendEmailButton not shown

Posted: Tue Jan 27, 2026 7:04 am
by mrapi
Hi
tried but in my project the button it is not shown and the code seems the same
I've solved using a custom button viewtopic.php?t=63918
thanks

Re: SendEmailButton not shown

Posted: Tue Jan 27, 2026 10:04 am
by Lech Kulikowski
Hello,

You are welcome.