e-mail macro send mail on executing the file in QMEC
Hi,
I have created a macro that sends an email. the macro works fine and if I cerate an event on post reload it and I execute the qvw manually it works but as soon as I execute it in the QMEC it won't send the mail. does anyone know a solution to this problem???
I have also tried calling the function in load script by
Let mail = sendMailTest();
or a sub by
call sendMailTest
but nothing is working the mail is only being sent if i excute my file manually.