Bulk Mail
Addon Support Statement
NEWS: Updated for Legion. Enjoy!Addon Description
Bulk mail sending made really easy. Bulk Mail also offers the unique ability to automatically send emails based on rules you configure. This is very useful and powerful if you have bank alts that for specific resources. With a few clicks you can now send all collected items to the right alt simply by opening the send mail page.Bulk Mail is originally written by hyperactiveChipmunk. NeoTron just took over the addon with his blessing and will work on moving to Ace3 and adding support for LibDataBroker.
Bulk Mail v4.0 Beta
BulkMail v4.0 beta is now available for download. The beta is a complete move to Ace 3, LibQTip, LibDropdown and other modern version of the libraries used. Please report any issues with this version so I can fix it. Right now the Ace2 configuration will be kept around in case you decide to downgrade. Note however that Ace3 configuration will not be downgraded to the Ace2 configuration.Version History Explained
-
BulkMail 2 (version 2.x) was the version during Burning Crusade.
BulkMail 2 (version 3.x) was the version during Wrath of the Lich King.
BulkMail 2 (version 4.x) is the new Ace3 based version.
BulkMail 2 v7.x is updated for Legion.
-
View User Profile
-
Send Message
Posted Jul 6, 2021In reply to inpariswithyou:
One of the best quality of life addons for people that farm things on multiple characters. I hope the author gets around to it soon.
-
View User Profile
-
Send Message
Posted Jul 6, 2021In reply to inpariswithyou:
One of the best quality of life addons for people that farm things on multiple characters. I hope the author gets around to it soon.
-
View User Profile
-
Send Message
Posted May 24, 2021I've changed packaging method, so it should work fine in all versions of WoW.
-
View User Profile
-
Send Message
Posted May 22, 2021thanks for your hard work!
-
View User Profile
-
Send Message
Posted Mar 10, 2021It seems that if you download the version that doesn't end in -nolibs that this works.
I am currently using the BulkMail2-9.0.2.zip release candidate file from 11/23/20
-
View User Profile
-
Send Message
Posted Jan 6, 2021I managed to make it work, I'm not an addon developer, this is what I did:
Copied all Libs that are missing in /Libs folder inside the addon's folder.
This is the list of required Libs for this addon:
You can copy from other addons or google to download them.
And then I commented the line 505 from BulkMail.lua, because this is converting some old format but fail if this does not exists.
Hope it helps!
If the original developer of this addon ever see this, thank you for your great work, hope you have time to update this addon again!
-
View User Profile
-
Send Message
Posted Jan 11, 2021Thanks for your help, I've created a note here:
https://github.com/neotron/WoW-BulkMail/issues/5
-
View User Profile
-
Send Message
Posted Jan 13, 2021If anyone else wants to do it themselves you can skip all the addons part. I went through the list and they were already in the folder.
Just download Notepad++ right click BulkMail.lua and choose Edit With Notepad++ and scroll down to line 505 and add two dashes infront of it so it turns blue which means its been commented out.
Then just /reload in WoW and you're good2go
-
View User Profile
-
Send Message
Posted Jan 13, 2021If anyone else wants to do it themselves you can skip all the addons part. I went through the list and they were already in the folder.
Just download Notepad++ right click BulkMail.lua and choose Edit With Notepad++ and scroll down to line 505 and add two dashes infront of it so it turns blue which means its been commented out.
Then just /reload in WoW and you're good2go
-
View User Profile
-
Send Message
Posted Oct 9, 2020I have two questions, first, is there any way to have transmog items sent automatically to an alt who can use it? And can BoE items be sent to a specific alt?
I tried the cosmetic option, but that hasn't sent anything cosmetic to any alts.Update: Found how to send Armor > cosmetics to alts, but there is no Weapon cosmetic option. Would like that if possible. Still haven't found a way to send BoE items for disenchant when they are not cosmetic for another alt.
-
View User Profile
-
Send Message
Posted Jan 11, 2021I made https://github.com/neotron/WoW-BulkMail/issues/4
-
View User Profile
-
Send Message
Posted Jan 20, 2020Throwing a lot of errors when you hit the Send Mail tab for a couple days.
Message: ..\AddOns\BulkMail2\BulkMail.lua line 257:
Usage: GetItemInfo(itemID|"name"|"itemlink")
Debug:
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "@BulkMail2\BulkMail.lua"]:257:
BulkMail2\BulkMail.lua:247
[string "@BulkMail2\BulkMail.lua"]:390:
BulkMail2\BulkMail.lua:382
[string "@BulkMail2\BulkMail.lua"]:754: ?()
[string "@Ace3\AceHook-3.0\AceHook-3.0.lua"]:90:
Ace3\AceHook-3.0\AceHook-3.0.lua:87
Message: ..\AddOns\BulkMail2\BulkMail.lua line 258:
Usage: GetItemInfo(itemID|"name"|"itemlink")
Debug:
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "@BulkMail2\BulkMail.lua"]:258:
BulkMail2\BulkMail.lua:247
[string "@BulkMail2\BulkMail.lua"]:390:
BulkMail2\BulkMail.lua:382
[string "@BulkMail2\BulkMail.lua"]:754: ?()
[string "@Ace3\AceHook-3.0\AceHook-3.0.lua"]:90:
Ace3\AceHook-3.0\AceHook-3.0.lua:87
Commenting out both of those lines (seems to have) restored some functionality
-
View User Profile
-
Send Message
Posted May 5, 2020In reply to gershuun:
add to line 255:
-
View User Profile
-
Send Message
Posted Nov 18, 2019I'm not able to scroll through my list of items being sent to specific characters and also receiving the following error:
1x BulkMail2\BulkMail.lua:1082: Usage: GetItemSubClassInfo(itemClassID, itemSubClassID)
[C]: in function `GetItemSubClassInfo'
BulkMail2\BulkMail.lua:1082: in function <BulkMail2\BulkMail.lua:1076>
BulkMail2\BulkMail.lua:1110: in function <BulkMail2\BulkMail.lua:1089>
BulkMail2\BulkMail.lua:1198: in function `OpenEditTooltipGUI'
BulkMail2\BulkMail.lua:1163: in function `RefreshEditTooltipGUI'
BulkMail2\BulkMail.lua:1073: in function `_OnMouseUp_func'
...Ons\AckisRecipeList\libs\LibQTip-1.0\LibQTip-1.0-46.lua:1337: in function <...Ons\AckisRecipeList\libs\LibQTip-1.0\LibQTip-1.0.lua:1336>
Locals:
(*temporary) = "Armor"
(*temporary) = "Cloth"
-
View User Profile
-
Send Message
Posted Nov 18, 2019I'll take a look for the errors.
-
View User Profile
-
Send Message
Posted Oct 26, 2017I am guessing this project is dead considering it has not been updated in over a year. Am I correct in my assumption?
-
View User Profile
-
Send Message
Posted Sep 27, 2017Is this add-on going to fixed and updated for 7.3.0? I want to know so that I know if i should just delete it.
-
View User Profile
-
Send Message
Posted Aug 21, 2018In reply to MrWizard516:
-
View User Profile
-
Send Message
Posted Nov 22, 2016With a caged battle pet in my bags, I get an error on line 256 of BulkMail2.lua:
3x BulkMail2\BulkMail.lua:257: Usage: GetItemInfo(itemID|"name"|"itemlink")
I added some debugging prints just before it, and I see plenty of good entries, but when it gets to an Untethered Wyrmling, the itemID ends up being nil.
I found this post which suggests that those items have a different form of item link:
https://wow.curseforge.com/projects/datastore_containers/issues/7
So the function isn't finding a substring of form item:#### and then passes that to GetItemInfo()
I just added a
if itemID == nil then return end
right after the itemID extraction on line 250, which prevents the crash and seems like a fair defensive measure. Given that we're in a table lookup function, you're not going to be able to do much with a nil key.
Cheers
-
View User Profile
-
Send Message
Posted Jan 12, 2017Thank you so much!
Bulk Mail wouldn't let me send mails after having a caged pet in the inventory, adding your line in the .lua fixed it.