• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Guild Mailer

 
Project Updated:
Files Updated: Wed, Feb 3 2010
Supports Game Version: 3.3.0
Category: Guild, and Mail
Tags:

, and [Edit Tags]

Project Manager: dreamspawn
Additional Authors: No additional authors
Current Version: 0.3
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 20
Downloads Total: 10,583
Favorites: 17
Comments: 13
  • About Guild Mailer
  •  

A little button added to the SendMailFrame named "Send to Guild" that will send a mail with the currently entered subject and body to everybody in your guild.

This addon was initially meant for one thing and one thing only - to enable my guild leader to send out his newsletter.

I recognize that it would greatly benefit from some features like custom mailing list and such, but making this possible will most likely take the double amount of work or more than this addon has taken so far. I'm currently busy lvl'ing my alt to lvl 70 before WotLK and I'll probably be even busier after the 13th. An extension of this is definitely on my TODO list - but don't keep your hopes up for an upgrade in the immediate future.

If you can't wait for me (or somebody else) to make an addon that will let you create custom lists and want to make your own single mailing list you could do as follows:
edit GuildMailer.lua like this:

edit line 104-116 to look like this:

function GuildMailer.makeList()
    return { "name1", "name2", "name3" }
end

the text on the button comes from line 9 in the GuildMailer.xml - in case you want to change that one aswell.

  • Downloads (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Guild Mailer 0.3 Release 3.3.0 297 2/3/2010
  Guild Mailer v 0.2 Beta 3.0.2 9,957 10/26/2008
  Guild Mailer v 0.1 Beta 3.0.2 329 10/20/2008
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Zyd said

    Would love an update aswell, bugged from 3.3
    one of the most used tools as Guild Leader tbh.

    Reply Report Permalink
  • jmcgrath said

    Would love an update - only send to 1 person on guild list in latest patch 3.3

    Reply Report Permalink
  • Hey,
    I have just downloaded and cant wait to post for guild events!
    Me and my Co - Leader were just planning a good one!


    Thanks mate

    Reply Report Permalink
  • Kaurava said

    Hey Dream,

    Don't know how much past knowledge you have of it, or if there is a higher reason it does not work anymore but I had always used an add-on called "Guild Mailing List Updated" which so far I have never seen another one come close. Extremely simple to use, sending options by level range, rank, days since last log on ect all in a separate window... Anything you could do to get some of these options in there and did you have any experience with it at all? Anyway, I will try this one out again. Pre wotlk I gave it a shot and got the same 50% failure everyone was talking about and it truly was failing as only half of my guild received the mails. Regardless I am glad someone still has an active mailer, probably the best tool to have as a GM imo.

    Reply Report Permalink
  • logart said

    Kaurava:

    I have created a spin-off of GuildML (Guild Mailing List) what works with WotLK.

    You can download the new addon, GuildMM (Guild Mass Mail) at http://www.stevesoffice.com/

    Reply Report Permalink
  • Having looked through some of your code I can say this. It does not respect author code in the least. I notice a bunch of it is not you own. And under GPL and many other licenses you may not assert blind ownership of the code. While you may use it there are rules to its use. And also if it is a continuation of Guild Mailing List. And you did not get the originating authors permission. You can't just take it and negate the rules of its use. Which is not being able to change its name for one. Giving the authors of all the code their proper credit. I like seeing new add-ons especially ones with promise. However, those that go about breaking the rules for which licenses were meant. Just don't get any credit in my eyes. May be also why this project is not added to curse. As it would be removed I am sure for not adhering to proper licenses.

    Reply Report Permalink
  • And on final note ... the hacked together thing is very buggy. Visually pleasing but not code efficient in the least. Numerous errors and duplications in mail logic.

    Reply Report Permalink
  • hohner said

    Nice addon, could you change the position of the Send button so it appears on the actual mail gui instead of attached to the side of it?

    Reply Report Permalink
  • c3rb said

    Hello, it works ok to me :)

    I post here, and not a ticket, as its a feature request. Any way we have have more options on this? I mean be able to send mass emails in a specific rank of our guild, and not all of them.

    Will be handy friend ,ty for the hard work :)

    Reply Report Permalink
  • dreamspawn said

    oh - and btw - if you have an issue plz create a ticket in stead of just posting a comment - this will result in me noticing the issue faster.

    Reply Report Permalink
  • Thanks dreamspawn, I gave the fresh code a test and it works great! I wanted to test it on a smaller sample first, so I switched out the part that gets the list from the guild roster, and put in:
    for i = 1, GetNumFriends() do
    GuildMailer.recipients[i] = { name = GetFriendInfo(i), status = "unsent"};
    end

    Anyways, I put all my alts on my friends list and it didn't skip anyone, I checked all the mailboxes after sending to be sure. Looks solid, thanks for making this!

    Reply Report Permalink
  • dreamspawn said

    I've added an update to curseforge - it should hopefully be available here soon.

    For those of you interested, the problem is that the "Mail_Failed" event is triggered regardless if the mail was successfully sent or not. This resulted in every other recipient was tagged with a 'failed' result. I've changed the addon to ignore the next "Mail_Failed" event if a "Mail_Sent_Success" event is recorded - this seems to solve the problem.

    Reply Report Permalink
  • holysdrjr said

    I've looked into it a little bit. It seems like it's going to quickly. Every other one for me doesn't send successfully. 43 successes/ 43 failures.

    In regards to this, I don't think Blizzard will let us write code that will 'pause' or 'wait' so is there a way to put a time sink in between each iteration? Or if MAIL_FAILED then try that same one again until it works - then go to the next?

    It's been a while since I've programmed, and I'm not familiar with the capabilities and allowances for Warcraft, but I'd think this was do-able.

    Also, the loop continues after you close the mail window. Is there a way to reset the variables 'onWindowClose' or some such command?

    Reply Report Permalink
  • loyaltee said

    same deal here its not sending to every one is there a fix perhaps?

    Reply Report Permalink
  • Jencathen said

    Same problem here. It fails on half.

    Reply Report Permalink
  • This addon does seem like it ALMOST works, but I have the same problem with it only working for half of the people in the guild. It sends one successfully, the next email fails, then the next one works, rinse/wash/repeat. So every other email fails, does seem to be going a little too fast, I would love an update! I can not find another program like this, which is bizzare - don't people email their guilds?? Please update this!!

    Reply Report Permalink
  • Spartans said

    Since the patch the mail addon I have been using (Guild Mail List) to send mail to my guild members is not working. I am now using yours, so thanks for the work. One big problem I am having is when you send mail 1/2 of the sends do not work as it appears to be trying to send mail too fast. Out of 160 members only 78 mails got sent. You may want to add in a delay timer between mail sends.

    Reply Report Permalink
  • doug200463 said

    hrmmm 78 eh? same here, think its more than its going too fast, i get the same # but 78/154 PLEASE SOMEONE FIX a mass mailer.... thanks

    Reply Report Permalink
  • 1 page(s)
  • Addon Packs Containing Guild Mailer
  • Similar Addons
  •  

Average downloads per day

  1. 2,149 Auctioneer Auction & Economy, Mail, and...
  2. 1,528 Altoholic Guild, Guild, Bags & Inventory...
  3. 1,528 Altoholic Guild, Guild, Bags & Inventory...
  4. 1,096 EPGPLootmaster Chat & Communication, Bags...
  5. 626 epgp (dkp reloaded) Guild