Macro click "send mail" button

Hi all !!!
I wanted to ask is it possible to create a macro that “clicks” send mail button?
I mean I have several macro that picks item from inventory to the mailbox, but i don’t know how to send them fastly, so is there a single command to write to activate the send mail button by macro?

/fstack to get the button name.

/click buttonname

Postal might have something built-in you can use.

Ok I did it but I have a lot of frame names, I saw <3> frame name, or all strange names, I beleive I am missing he right name to put in. the frame names can vary from the addon someone is using?

1 Like

TradeSkillMaster is good addon for this.
It’s used mainly for using the Auction House, but it has a module for sending mails.
You create a group, add the items to the group, then create Operations - Mail Operation, assign the group to that mail operation and now all the items from that group will be sent to the person you mention in the mail operation.
And then have multiple groups and multiple operations.

1 Like

Usually I used bulk mail addon that sends everything very fast, but it has not been updated for 10.1 yet, anyway I am glad that it is very hard to find that specific frame ;D

postal has a problem, I want to send crafted pieces while i craft, the problem is that that to send items i need ctrl+lclick but it opens my trasmo window, closing crafting window and stopping the process

Looks like SendMailMailButton to me.

It works, but I didn’t see this frame thank you a lot!

/click BT4Button156
/click SendMailMailButton

I created this macro and it is working, the first row takes the item I want from another macro and then sends the mail, is it possible to set the character that will receive the mail instead of using addons that saves the character on the adress bar?

/click MailFrameTab2

/run SendMailNameEditBox:SetText(“NamePG”)

/click BT4Button156

/click SendMailMailButton

I tried this macro, it sets the correct charater name, it puts the right items, but doesn’t send the mail, any idea?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.