I have found few lines of code in the Macro help like this:
if ({sc_mail_ok}){
echo "Message sent successfuly";
}else{
echo "Message failed !";
}
These lines added after the sc_mail_send() macro supposed to test if the Email was send successfully.
is sc_mail_OK() another undocumented macro or what is it ?
As usually macro help SUCKS !
Could anybody englighten me how this internally works ?
What values the {sc_mail_ok} field supposed to get and where from ?
My App is sending Emails, but I would like to post some confirmation on the screen.