![]() |
Hi Cyricx,
I'm now getting this error when running the scheduled task. Code:
Email Integration Regards, Renada |
On line 130 of the emailintegration.php find:
Code:
$title = htmlspecialchars_decode($title); Code:
// $title = htmlspecialchars_decode($title); without the decode a title with & will come up as amp;& Can you confirm if you are running php 4.x? Be back in 5 hours!!! Please test it and let me know what you find!! I'll be working furiously smashing squashing and demolishing any issues!! :D :D |
Quote:
Ok fixing the special characters gave me back the following error message: Code:
Email Integration PHP version is 4.4.7 Hope this helps and will provide a stronger hammer for smashing and demolishing if needed :) Regards, Renada |
Hi Cyricx,
I'm receiving Email notifictions from the forum that I've enabled this in but every time I reply to one I get the following message: Code:
Dear Unregistered User, Curiouser and curiouser :) Regards, Renada |
I can't wait until I can reply to email alerts like the one I just got about this topic via email haha!
Throw in an advertisement in the email alerts that go out and cha ching! I'm very excited about this thing! |
Quote:
Also, can you try and change the mail settings to Pop3? That might clear up that IMAP error. (I'm in NO way affiliated with the coder, however he's spent a lot of time working out some bugs on my forum, and I'd like to help him while he's offline) |
Hi Cyricx,
firstly congrats on releasing this great mod! Some problems I'm having is everytime I run the cron job I get this error Code:
Email Integration Also I noticed "quick reply" will throw an error when this product is enabled, but if I refresh the page the post is displayed. I would give you the error it throws but it just says there was a problem with no other information. thanks again |
Quote:
Thanks for trying to help. :) I don't use anything Microsoft for Email - I use a programme called Pocomail and it is sending mail from the address that is in my profile. I also changed to Pop3 mail and still get the same error when running the cron job. Any other idea? :) Regards, Renada |
Try sending from the web-based email. (I take it Pocomail is a form of email program like Outlook or Thunderbird). The mod might not be able to 'read' pocomail's email format correctly.
Does your server have IMAP available? I set mine on pop3 and it worked, however I do know my host has IMAP turned on, as I can setup an IMAP email account and connect through my Outlook. |
Quote:
|
Quote:
|
Microsoft Exchange Server's don't allow POP3 do they? You can only use Outlook / Web Access to access the server don't they?
|
Quote:
Yes, my server has IMAP available and I too have set mine back to Pop3. Getting closer though :) Regards, Renada |
Quote:
|
Sweet, thanks for the clarification!
|
Quote:
Now my question is, which one is more useful/better? IMAP or POP3? |
Currently I've only tested this on IMAP enabled servers as it uses imap functions to fetch the headers and email info. To change this all that has to be done is one line of the php.ini file uncommented out and the php recompiled if I recall correctly :)
I'm lookin into both renadas and txspaderz errors and working to discover what those issues may be :) |
Okay the
imap_open() [function.imap-open]: Couldn't open stream Error is most commonly due to the wrong connection type being chosen. If you get this error, try changing the type to one of the other 6 and rerunning the cron manually. I suggest ONLY setting the settings up for one forum til you know what the settings need to be to work for your server :) Otherwise, you could have one forum set wrong, and another set write, yet be getting frustrated by the error message that isn't going away ;) Also!!! NOTE! You must have a separate mailbox for each forum you wish to be enabled! Just like yahoo groups each have a different email address :) The reason for this is to significantly increase the end user's ability to create a new thread by just sending an email with whatever title and message they want to the mailbox, which will then be grabbed by the cron and posted as a new thread :) |
Updated to 1.4
All confirmed bugs have been squashed and beaten with a very big twinkie! |
This thing rocks! Great job kind sir!
|
can someone help me install this mod please......... especially the point
Quote:
|
Do you host your own server, or do you pay a host to take care of your site?
if you pay a host, ask them to setup a pop3 email address for you You'll need to also know the stuff you need to access the pop3 remotely, which will be a url like mail.yourdomain.com and your username and password :) Then using those settings, you can try the various connection types, or ask your host which it will be. Be sure to check in your Admincp -> Maintence -> View PHP Info to be sure you have IMAP compiled :) Check the first post for details! |
Quote:
I'd like to make a feature request, at least with the "greenest" of users in mind... you know, the ones who have never used forum software, let alone vBulletin with all of it's options. The ones who are intimidated by the switchover and want it to just work via email "the way it used to with Yahoo." I know it sounds silly, but walking them through going into each forum, one by one, and subscribing in this way, is a bit counterintuitive. Would it be possible for there to be an option in the UserCP instead, for users to be able to activate "email integration" for each available forum? Ideally the admins themselves could turn this on as a default, or turn it on for users who don't know how. Right now, there's no way to set a default and no way for admins to do it for users, without logging in as that user and doing it manually per each forum. I'd love an easier way for this to be used on a forum of complete forum n00bs, is all. Thanks for your great work on this, Cyricx. |
We are totally on the same page. :)
Right now I put a dirty little link on my forumhome page with "Posts by email" in the forum description box for the forums that have email integration enabled but it looks very tacky so I didn't include it in the release til I figure out something better. I was thinking either a separate page that lists them like you mention. Or some kick ass way to note which forums people could do it on through an icon or something on the forum home page, that was super easy to understand. Clicking it takes you to the forum subscription for that forum :) I'm so back and forth on how to make it more simple while still looking and working great. :) Like the old saying goes... Keep It Simple Stupid :) |
Good to hear your feedback and thanks, Cyricx. Looking forward to seeing what you come up with; I trust ya. ;)
|
great job on this mod! been looking for something like this for a while.
got it installed today and have been testing it out.. the Formatting on my emails seems to not be right, but not sure if it's my client (thunderbird) or something else. I'm getting HTML code, but it's rendering as text the header on the email is: Content-Type: text/html Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: vBulletin Mail via PHP I can view other HTML email just fine... any ideas? thanks again for a great mod |
I just noticed one more thing, when trying to create a new thread or reply to a thread via email, the subject of the email is being entered at the message and the actual email body is being dropped off. (which explains why I was getting the message too short error previously when it wasn't)
|
Thanks for this extremely useful plugin.
On my domain, I use the GMail domain email services and not the server based SMTP/POP3. How do I configure the emails? Thanks Moonray |
Do you have to do the file edits or not? I see in the instructions about the attachment types, which I don't think I want to do, but does that apply to all file edits or just the first one?
|
Ok so me again :) I'm just trying to get this running. I'm now trying out my ISP's pop3. When I run the cron job it says "done"
But then I check the mailboxes on the test users I've setup there are no emails :( What am I doing wrong? |
And again: Finally got POP3 running on our companies mail server all is cool there and the cron job runs fine, but still no emails are showing up in my users inboxes, whats going on?!
Also the quick reply no longer works all that well... if i disable this product the quick reply works fine again? weirdness |
The formatting is a touchy issue. I think he'll have to work with each email program (Outlook 2003 / 2007, Thunderbird, Outlook Express, Pocomail, etc) to get the formatting right.
|
Quote:
|
Quote:
(I'm NOT a supporter of this hack. Just Chris has done ALOT of work on my site as a tester, and he's not here, I want to help him out as much as possible) |
Quote:
|
Quote:
|
Quote:
With my ISP mailserver I can use POP3 or IMAP but still no joy with either :( |
Quote:
Quote:
Quote:
Quote:
This is a basic rundown of how the emails work.. When a new thread is created on the forum, plugins check for the email integration settings and then send an email out to everyone that has subscribed to that FORUM for instant email notification. When a new reply is added to a thread, the plugins check to see what forum that thread is in, and then if that forum has email integration settings, and then sends an email out to everyone that is subscribed to that FORUM for instant email notification. The cron job does the processing of the emails. It checks your forums for email integration settings and then connects to each of the mailboxes one at a time. Pulls all the messages out, decodes them, cleans them up, checks for errors etc. If it is determined that the email is a reply, it uses the datamanager to send the reply and uses the plugins to send out the emails. If it is a new thread, then it uses the datamanager to post the new thread and uses embedded code in the file to send the email. So the only time you'll get an email when you run the cronjob is when it is grabbing an email :) Additionally, manually running the cron job will sometimes cause the quote boxes to not appear in the mailbox. This is due to the bbcode_quote template not being cached in the admincp ;) Anyone that has fubared emails or posts please let me know :) I know that this is why people have shyed away from making this mod in the past, but I'm determined to get this working for everyone!! Hey, I can dream right? ;) |
Question about this add-on : how do the posts look in the forum? For example, what would happen if a user replied to the email sent by this add-on with a different email address than the one listed in the forum? I take it this means it would also be possible to spoof email addresses to make it look like replies come from someone else.
(I haven't looked into this add-on much, just have read the intro) |
Quote:
As far as the replies coming from someone else keep in mind, unlike yahoo mailing lists, with this modification, NOONE sees your email address!! :) The emails come tagged as from: Poster's name <reply to email address> So your email address is even more protected then normal mailing lists allow. |
All times are GMT. The time now is 12:57 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|