![]() |
https://github.com/Addons-By-Neotron/BulkMail [ 1 ]
https://www.curseforge.com/wow/addons/bulkmail
Mail sending made easy.
Build a list of items to send in bulk. Automatically build a list with configurable rules.
-
See also Bulk Mail Inbox
![]() |
![]() |
- 2024-10-14 – 3.0.0 on Project Ascension 3.5.5
-
2020-10-05 – 5.0.2 on World of Warcraft 9 (Shadowlands) beta 9.0.2.36086 x64
-
2020-05-29 – 8.3.0-2 on 8.3.0 (34220) x64
- No longer abandoned?
-
Abandoned: NeoTron/dhedbor is supposedly not playing any more. https://x.com/magicmods
- 2018-05-19 – 7.0-nolib on 7.3.5 (26365) x64
- 2016-08-03 – 7.0.0 on 7.0.3 (22345) x64
- 2016-07-24 – 7.0.0 on 7.0.3 (22248) x64
- 2016-07-22 – r342 on 7.0.3 (22248) x64
-
2016-07-19 – (version not recorded) on 7.0.3 (22248)
- Did not work.
- 2016-07-18 – (version not recorded) on WoD (6.x)
-
Earlier version history not recorded.
—
- https://www.wowace.com/projects/bulkmail
-
old website was https://www.wowinterface.com/downloads/info18819
2018-05-19 – 7.0-nolib ∞
Do not attempt to send soulbound items ∞
https://www.wowace.com/projects/bulkmail/issues/20
BulkMail/BulkMail.lua
Search and replace all instances:
gratuity:MultiFind(2, 5 --> gratuity:MultiFind(3, 7
gratuity:Find(ITEM_BIND_ON_EQUIP, 2, 5 --> gratuity:Find(ITEM_BIND_ON_EQUIP, 3, 7
The first two parameter’s are telling which lines of the tooltip to check, we’re just telling it to go one more line down.
workaround for caged battle pets and keystones ∞
https://www.wowace.com/projects/bulkmail/issues/17
BulkMail/BulkMail.lua
if not item then return end --> if not item or strmatch( item, "battlepet:" ) or strmatch( item, "keystone:" ) then return end
Check to see if the sender is also the receiver of an item ∞
https://www.wowace.com/projects/bulkmail/issues/24
BulkMail/BulkMail.lua
if dest ~= UnitName('player') and (rules[itemID] or rules[itype] and rules[itype][isubtype]) then canddest = dest end --> if dest ~= strlower(UnitName('player')) and (rules[itemID] or rules[itype] and rules[itype][isubtype]) then canddest = dest end
2016-08-03 – 7.0.0 ∞
- Seems to work okay, but either this or Bulk Mail Inbox is throwing the occasional non-fatal error while using the mailbox.
-
Seems to freeze up when sending more than one mail’s worth of items.
2016-07-22 – r342 ∞
It threw a couple of errors. This has something to do with another addon..
attempt to call upvalue GetAuctionItemClasses
[12:45:39] Interface\AddOns\BulkMail2\BulkMail.lua:500: attempt to call upvalue 'GetAuctionItemClasses' (a nil value) (tail call): ? Interface\AddOns\BulkMail2\BulkMail.lua:500: in function <Interface\AddOns\BulkMail2\BulkMail.lua:457> (tail call): ? [C]: ? [string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5> (tail call): ? ...y\Externals\curse\svn\Ace3-AceAddon\AceAddon-3.0.lua:529: in function `InitializeAddon' ...y\Externals\curse\svn\Ace3-AceAddon\AceAddon-3.0.lua:644: in function <...y\Externals\curse\svn\Ace3-AceAddon\AceAddon-3.0.lua:636>
attempt to index field opts
[12:45:39] Interface\AddOns\BulkMail2Inbox\BulkMailInbox.lua:295: attempt to index field 'opts' (a nil value) (tail call): ? Interface\AddOns\BulkMail2Inbox\BulkMailInbox.lua:295: in function <Interface\AddOns\BulkMail2Inbox\BulkMailInbox.lua:166> (tail call): ? [C]: ? [string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5> (tail call): ? ...y\Externals\curse\svn\Ace3-AceAddon\AceAddon-3.0.lua:529: in function `InitializeAddon' ...y\Externals\curse\svn\Ace3-AceAddon\AceAddon-3.0.lua:644: in function <...y\Externals\curse\svn\Ace3-AceAddon\AceAddon-3.0.lua:636>
Earlier notes ∞
I had to update libperiodictable
https://www.wowace.com/projects/libperiodictable-3-1/files/662302
2014-07-07 or earlier ∞
I believe these notes are old:
1) Install these:
LibAbacus-3.0Ace2TabletLibGratuityLib-
LibPeriodicTable-3.1
modify BulkMail2.toc and change:
## OptionalDeps: Ace2, TabletLib, DewdropLib, GratuityLib, LibAbacus-3.0, FuBar, FuBarPlugin-2.0, LibPeriodicTable-3.1 ## X-Embeds: Ace2, TabletLib, DewdropLib, GratuityLib, LibAbacus-3.0, FuBarPlugin-2.0, LibPeriodicTable-3.1
My great thanks to kogasu for his help.



updated to 8.3.0-2
no real testing has been done