Page 1 of 1

Message: email was sent successfully

Posted: Wed May 06, 2020 1:31 am
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? :?: :?: :?:

Re: Message: email was sent successfully

Posted: Thu May 07, 2020 8:18 am
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.