What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Sendmail to unknown person and confirm the dialog

wangzhi

Community Developer
Joined
Oct 18, 2016
Messages
41
Reaction score
2
When i send mail to an unknown person with api MailFrame.Instance.SendMail, the confirm window with message 'The character might be someone you don't know' popup,
then i get this confirm button info: SecureTransferDialog.Button1.
but When i invoke DoString api:

String a = "/run SecureTransferDialog.Button1:Click()";
Lua.DoString("RunMacroText("" + a + "")");

nothing happens.
So how to send mail in this version? thanks very much
 
Last edited:
Back
Top