Mass Email to Users
How do I send a mass email to my users? If this is not possible from Vanilla, is there a plugin for this?
Best Answers
-
I have a plugin that does exactly what you need. It is called MassDelivery and the author is listed as "Ronnie" I have no idea where I got it, I thought I got it here on the add-ons page but it is not listed Since I am not the author and don't have an programming knowledge I am hesitant on distributing someone else's work. Perhaps you can research MassDelivery or "Ronnie".
1 -
fh111 ✭✭
this is where you got it
https://github.com/downloads/johnsimpson/MassDelivery/MassDelivery-1.0.ziptoo bad it's not there anymore. i'd be interested in it as well. mind sharing the version you have?
edit:
actually....here it is
https://github.com/downloads/unlight/MassDelivery/MassDelivery-1.0.zip2
Answers
get a list
the program
happydudemailer.php
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
you could even do a selective message to users who haven't logged in since the beginning of the year by creating a mailing list with these results.
SELECT
Email
FROM
GDN_User
WHERE
DateLastActive
< "2012-01-01"I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Honestly, I could do all that if I wanted to. I just wanted to know if there was an in-built feature or plugin for that.
Something nice and easy in the backend. Perhaps you could build one My vanilla plugin development skills are not all that great.
Sorry I misinterpreted your message
see above, but you could have done that if you wanted to. Apparently you don't want to.
no.
the above is already easy. maybe somebody else will produce a plugin. it doesn't interest me. Maybe you could hone up on your skills "if you wanted to"
http://vanillawiki.homebrewforums.net/index.php/Main_Page
check out the various references to plugins.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I couldnt Have done that, thankyou Peregrine
There was an error rendering this rich post.
I have a plugin that does exactly what you need. It is called MassDelivery and the author is listed as "Ronnie" I have no idea where I got it, I thought I got it here on the add-ons page but it is not listed Since I am not the author and don't have an programming knowledge I am hesitant on distributing someone else's work. Perhaps you can research MassDelivery or "Ronnie".
this is where you got it
https://github.com/downloads/johnsimpson/MassDelivery/MassDelivery-1.0.zip
too bad it's not there anymore. i'd be interested in it as well. mind sharing the version you have?
edit:
actually....here it is
https://github.com/downloads/unlight/MassDelivery/MassDelivery-1.0.zip
@422 I may have overreacted. but others came to the rescue :> I guess I tire of people who don't say thank you or don't click the like button or don't accept buttons, to at least signify that they appreciate in some samll way that you tried to solve their problem. Not doing these things seems to signify that the person asking the question, couldn't care less about your time and effort.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@peregrine I am very sorry. I didn't mean to come across that way, and I actually appreciate your responses.
@fh111, @422 and @Dan Devine Thanks for your contributions.
Accepted, no worries (as they say down south).
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
we say that in the west too
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
West Sydney or West Texas.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
west coast (California)
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Hi @peregrine, @fh111, is this addon still valid?
I know I'm late to the game, but..
@fh111 said:
Thanks for the link to the MassDelivery Plugin. This puts me closer to what I am aiming for. But I have a question.
I'd like to access a category (with specific permissions) and use the discussion(s) as a newsletter that can be mailed our via MassDelivery. Is this doable, or do you know of a self-contained newsletter plugin?
@Nouralis I would suggest using an email campaign service like Mail Chimp, if you want to send out mass emails. There is even a Mail Chimp Integration plugin in the addons repository that will make managing it a breeze.
That said, this seems like a pretty straight forward plugin to make yourself.
Good luck!
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.