![]() |
Quote:
To stop receiving this email, visit this URL: http://www.kittyforums.net/misc.php?do=unsub&u=419 And when we click on that link, we get taken the FAQ - Smilie List page. |
1 Attachment(s)
Quote:
as I wanted at least some basic feedback inside the acp about the mail addresses producing errors, I modified your add-on by myself. First, I added a column "bounced" to the reminder log in the database. Then, I modified your inactivitylog.php to show more columns (returned (y/n), last activity). The last step was to implement a very, very basic imap parser which processes all mail in the mailbox (configuration inside the file). This file is run as a cronjob outside the forum. I don't know if you have already done something about your bounce manager. If not, those few lines of code might get you started. The mail parser is more than basic, it's more like a proof of concept. For all the others: You are free to use that modification but please note that I won't support it at all - this is code I just wrote for my needs. I am still waiting for a "professional" bounce manager to be implemented as my simple solution which is just 50 lines of code most likely won't work with all mail servers. Don't use this modification in production without fully understanding the script! This is the DB statement to add the bounce column. Make sure you change the db/prefix accordingly. Code:
ALTER TABLE `YOURDB`.`YOURPREFIXinactiveuserlog` ADD COLUMN `bounced` VARCHAR(1) NOT NULL AFTER `validemail`; :) Aileron |
Quote:
The correct unsubscribe url should be pointing to http://www.mydomain.com/forumroot/optout-reminders.php?u=$userid&e=$email Obviously you will want to replace "mydomain.com/forumroot" with your own domain and path to your forum. |
Quote:
Thanks for working on this! :) I do have some code I'm working on but I'll definitely take a look at this and if I can fit it in with what I've got already. I'm still waiting to hear if Eric is still working on a release for the vBouncer addon since I'd like to separate the bouncer from this mod so it can be used with any email that is sent from vBulletin. |
Just a quick update this morning. I'll be moving the bounced email management functionality to a separate addon. This will reduce the amount of settings that everyone will have to deal with as far as Email reminders go, and reduce the confusion as well.
Jim |
when will you upload the new version
|
Quote:
|
*double post*
|
it´s a really usefull tool. Thank you very much.
If you add the option to show the members who returned like aileron did it would be perfect (for me). |
Quote:
|
All times are GMT. The time now is 04:20 AM. |
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:
|