Email integration

An oldie but a goodie.

If XF could support accepting new posts (and issuing emails) via a listserv type interface; this would be amazing. Half my users love their email and would love to be able to receive new posts (and post) by email.

This wild be huge for XF as a platform; with the demise of mail2forum; there are scant few options out there right now.

I'd be more than happy to help sponsor and help pay for such an add-on.
 
I am currently searching for a paid developer to build this functionality. Please reply to this thread or PM me if interested.

In my case, I wish to grant members the option to receive email copies of posts filtered either by their News Feed, or Watched Threads or Watched Forums. For me, simply being able to distribute email copies of posts to users is more than half the battle, as many will return to the forum to reply. However, there are some users who wish to reply via email, so providing this additional capability would be fantastic.

This is a high priority for me. Please respond. Thanks.
 
I just stumbled upon an old one of @Jeremy 's posts that will allow me to achieve most of the functionality that I desire. From what I understand, this will allow Watched Threads to continue to produce alerts and email notifications, even if the watched thread remains unread by the watching member. Thanks @Jeremy.

http://xenforo.com/community/threads/disable-notifications-block.55887/page-2#post-597611

in library/XenForo/Model/ForumWatch.php find and comment out the following lines:
PHP:
  if (isset(self::$_preventDoubleNotify[$thread['thread_id']][$user['user_id']]))
  {
  continue;
  }
  self::$_preventDoubleNotify[$thread['thread_id']][$user['user_id']] = true;
In library/XenForo/Model/ThreadWatch.php find and comment out the following lines:
PHP:
  if (isset(self::$_preventDoubleNotify[$thread['thread_id']][$user['user_id']]))
  {
  continue;
  }
  self::$_preventDoubleNotify[$thread['thread_id']][$user['user_id']] = true;
I know others have been looking for similar functionality as I've seen quite a few other similar requests by other members here. Hence, i thought I would share what I found in hopes it helps others.
 
I have been speaking to a few developers. If you know of additional ones you recommend, then please send me a PM.

If you, like myself, feel this modification or add-on would give you a leg up on your competition and you would be interested in supporting the creation of this, then send me a PM.

I don't want to muck up the thread or take it off topic any more than I have. I do want to see this created and am working to find the right development team or developer.

mail2forum

Count me into the group that needs this feature! I've got a lot of mailing lists to migrate and I'd love to be able to tell people that they have the option of continuing to participate by email.

fyo, more discussion at the following
http://xenforo.com/community/threads/email-integration.46089/

Also, some code was posted that will allow Watched Threads to continue to produce alerts and email notifications, even if the watched thread remains unread by the watching member. This produces part of the functionality, by allowing users to receive email copies of posts from threads they are subscribed to.

https://xenforo.com/community/threads/reply-by-email.1801/

I just saw ElkArte does this !
upload_2014-9-11_0-59-30.webp

http://www.elkarte.net/

It's coming out of beta soon too.
 
Top Bottom