Skip to content

Auto-send Functionality #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
KevinTyrrell opened this issue Aug 20, 2021 · 0 comments
Open

Auto-send Functionality #10

KevinTyrrell opened this issue Aug 20, 2021 · 0 comments

Comments

@KevinTyrrell
Copy link
Contributor

BulkMail would benefit greatly from having an 'auto-send' configuration setting. Doing so would have all mail sent out the moment the mailbox is viewed (MAIL_SHOW in-game event). Other addons such as PlainAutoMail feature this by having the user hold shift -> right click on the mailbox.

e.g.

if event == "MAIL_SHOW" then
	if auto_send.enabled and IsShiftKeyDown() then
		-- Send Mail Here
        end
end
This was referenced Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant