Message: email was sent successfully

Stimulsoft Reports.PHP discussion
Post Reply
User avatar
milver.silva
Posts: 8
Joined: Sat May 02, 2020 3:19 pm
Location: Brazil

Message: email was sent successfully

Post by milver.silva »

Hello Guys
I have a question, in the function of sending e-mail in php, after sending the e-mail how to show a dialog box or an alert informing that the e-mail was sent successfully? :?: :?: :?:
Milver Silva
Business Partner
Belém - Pará - Brasil
E-mail: milver.silva@gmail.com
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Message: email was sent successfully

Post by HighAley »

Hello,

You could add the next line to the handler.php file

Code: Select all

return StiResult::success("Your message here");
Thank you.
Post Reply