|
|||
|
There is a bug in your example Mail Sender .
// Below are *the wrong codes . sender.onSend = function (type, msg) { * * *//Dialogs.msgBox(msg,"Sending email",64); * * *trace(msg); } var sendreply = sender.send(mymail); if (sendreply) { * * *Dialogs.msgBox("SendMail Success!","Success",64); } else { * * *Dialogs.msgBox("SendMail faild","SendMail Error",16); } return true;(wrong position!) //=== right code position === sender.onSend = function (type, msg) { * * *//Dialogs.msgBox(msg,"Sending email",64); * * *trace(msg); * * *return true;// right position ! }
__________________
- = Vista = - |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|