The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Email Integration (New threads/replies by email) Details »» | |||||||||||||||||||||||||||
Email Integration (New threads/replies by email)
Developer Last Online: Dec 2011
This mod is based off of the Mail Reply modification by Colin F to which I have obtained permission to rewrite and release. This modification allows you to mimic email lists such as yahoo groups through your forums! After installing this modification you will have new settings in your forum manager where for each forum you can enable this modification and setup a separate email address to use for each forum that you have this enabled for. Just like how there is a separate email address for each yahoo group. After doing so, members can subscribe to each forum that this mod is enabled for to receive notifications for new threads and replies. Any posts in that forum, will be sent to them via email. (Example email attached below). The users can then reply to that email (which will then be processed and posted to the forums through the cron job that runs every 10 minutes), or they can send a new email to the email address and a brand new thread will be created! Essentially mimicing an email list! Suddenly those users that hate forums, can still be dragged into the conversations and help keep the forum's activity level up! BUGS! These are the known bugs to date:
These are the items that are not currently supported:
(See the file in the zip for a complete history!)
Huge thanks also goes to the many individuals that have helped test various incarnations of this mod. MAD PROPS TO: cgmckeever for a great quoting regex for the old format, and all the mods at www.4winmobile.com for helping test version 2.4 prior to release!! You guys rock! Please feel free to donate to my continued work on this modification!! It let's me spend more time on it! Make a Donation! Version 2.6 will work with both 3.6.8 and 3.7! The #.X versions are the solid tested versions. The #.X.X versions are the beta versions. New features and bug fixes will be worked in there and then when I have a solid version it'll be released as the next #.X Thank you!! ~ Cyricx Supporters / CoAuthors Show Your Support
|
Comments |
#242
|
|||
|
|||
Quote:
Also could you tell me how to enable cron or whateverscript to pull the emails from my server into this program. |
#243
|
|||
|
|||
The cron is automatically enabled, it's ported with the product xml
Set your settings up in the forum manager, and then try running the cron from the scheduled tasks manually to be certain your connection type is correct. If it is, it'll say Done!, if it isn't you'll get one of the errors listed in the first post of FAQs Is that link coming up bad for a newthread, or a new reply? Or is it coming up bad for both for you? |
#244
|
|||
|
|||
I am gettting this error
Quote:
|
#245
|
|||
|
|||
did you comment out the thread prefix line in the cron job? assuming you aren't using the mod
|
#246
|
|||
|
|||
that took care of it! Thanks! messages importing just fine!
|
#247
|
||||
|
||||
What about filtering out spam emails?
mail2forum has a method of using regex to setup rules that the inbound emails are checked against. my phpbb forum keeps out alot of extra spam that way. Is there something in this mod that does handle it as well? |
#248
|
|||
|
|||
Spam emails would have to come from one of your users or be configured to match the email address of one of the users.
I've never used or messed with regex, so I'd have to do some reading on that to see how it works. |
#249
|
|||
|
|||
Actually... wait, if I understand the description of regex correctly, I'm doing that already...
it's using preg_match and preg_replace, which I do. Exactly what does m2f do to match a user to an email? (don't have time to dig through all their code and decode it all to figure it out ) |
#250
|
|||
|
|||
I am not sure I understand how the mod works, however the more I think about it; I am a little concerned about security.
Could someone just fake my email address and post as me? |
#251
|
|||
|
|||
Not any way that I know how. At least not without having access to your outgoing mailserver and password.
Even for example, yahoo, when I set it up to look like I'm sending email from cyricx(at)mmogcommunities(dot)com when someone reads my emails, it'll show as coming from that address, and reply to will be to that address. While that email address is actually a forwarder that forwards email to my yahoo account. When I send an email to the site to be processed as a post, it sees my yahoo address. It ignores all the reply to and sending as junk. Goes straight to the guts |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|