vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - microNEWSLETTER (Mailinglist Manager) (https://vborg.vbsupport.ru/showthread.php?t=234208)

we_are_borg 01-27-2010 03:15 PM

Quote:

Originally Posted by MicroHellas (Post 1967824)
As I'm not so familiar with the orology, even if I do believe that I understood what you ask for, do you mean a mechanism to control email that didn't sent and resend them at a later time?

If this is, sure I'm planing to add this feature. If not, try with simplier words to make me understand:rolleyes:

Maria

There is a script that you can look at that uses bounces its called PHPList. Just look at that one its GPL so you can access it free.

MaryTheG(r)eek 01-27-2010 03:22 PM

Quote:

Originally Posted by we_are_borg (Post 1968067)
There is a script that you can look at that uses bounces its called PHPList. Just look at that one its GPL so you can access it free.

Now I'm at www.php.net and I'm reading (and trying) all IMAP functions. I like most this way, but thank you for your refference. Most important for me is to get more knowledge, than just copy some lines of code.

Maria

KURTZ 01-27-2010 03:41 PM

updated to 4.1.0, but like the older version i can't run the scheduled campaigns ... :S i set a specific hour but the mail doesn't work ... it works only if i go in the 'tasks' and run the cron manually ... any tip?

we_are_borg 01-27-2010 04:02 PM

Quote:

Originally Posted by MicroHellas (Post 1968072)
Now I'm at www.php.net and I'm reading (and trying) all IMAP functions. I like most this way, but thank you for your refference. Most important for me is to get more knowledge, than just copy some lines of code.

Maria

Agree but if you look at it you know what to look for you still need to make your own code because you cant use it straight away.

MaryTheG(r)eek 01-27-2010 04:09 PM

Quote:

Originally Posted by we_are_borg (Post 1968098)
Agree but if you look at it you know what to look for you still need to make your own code because you cant use it straight away.

I GOT HOW IT WORKS !!!:)
  1. Need to setup a mailbox eg bounce@domain.com
  2. Assign this email address as "From email" to microNEWSLETTER Options
  3. Add the following code in a cron file
Code:

<?
$mailbox = "{mail.domain.com:110/pop3/notls}INBOX";
$user = "bounce@domain.com";
$pass = "xxxxxxxxxx";
$mbox = imap_open($mailbox,$user,$pass);
 
$headers = imap_sort($mbox,SORTDATE,1);
foreach($headers as $key=>$val)
{
  $relay_from = '';
  $headerinfo = imap_headerinfo($mbox, $val);
  $relay_from = $headerinfo->from[0]->mailbox . "@" . $headerinfo->from[0]->host;
  echo $relay_from;
 }
 imap_expunge($mbox);
 imap_close($mbox);
?>

Of course I currently let out to delete the message, something that it will be done after adding the email in a bounce list.

So, tomorrow expect a new upgrade !!

Maria

MaryTheG(r)eek 01-27-2010 04:21 PM

Quote:

Originally Posted by KURTZ (Post 1968084)
updated to 4.1.0, but like the older version i can't run the scheduled campaigns ... :S i set a specific hour but the mail doesn't work ... it works only if i go in the 'tasks' and run the cron manually ... any tip?

As I post previously, I don't believe that is a bug coming from my mod, but rather from vbulletin. The reason is simple. While it runs manually, means that my code is correct and working. What left out? That it dosen't run on the specific time, something for which is responsible the vB engine.

Maria

ComoEstaEso-com 01-27-2010 05:23 PM

Is the Pro version available?

I would like to get that one from the start.
I ain't swimming in money over here, yet I would be more than happy to pay $50 for such versatility.

Subscribed! :)

we_are_borg 01-27-2010 05:44 PM

Quote:

Originally Posted by MicroHellas (Post 1968104)
I GOT HOW IT WORKS !!!:)
  1. Need to setup a mailbox eg bounce@domain.com
  2. Assign this email address as "From email" to microNEWSLETTER Options
  3. Add the following code in a cron file
Code:

<?
$mailbox = "{mail.domain.com:110/pop3/notls}INBOX";
$user = "bounce@domain.com";
$pass = "xxxxxxxxxx";
$mbox = imap_open($mailbox,$user,$pass);
 
$headers = imap_sort($mbox,SORTDATE,1);
foreach($headers as $key=>$val)
{
  $relay_from = '';
  $headerinfo = imap_headerinfo($mbox, $val);
  $relay_from = $headerinfo->from[0]->mailbox . "@" . $headerinfo->from[0]->host;
  echo $relay_from;
 }
 imap_expunge($mbox);
 imap_close($mbox);
?>

Of course I currently let out to delete the message, something that it will be done after adding the email in a bounce list.

So, tomorrow expect a new upgrade !!

Maria

Nice searching Maria love your dedication. But to make it more complicated for you if some one is listed on the blacklist by next visit on forum confront him with the fact that the email address is bounced and that he needs to update it and make it mandatory.

MaryTheG(r)eek 01-27-2010 06:33 PM

Quote:

Originally Posted by we_are_borg (Post 1968183)
Nice searching Maria love your dedication. But to make it more complicated for you if some one is listed on the blacklist by next visit on forum confront him with the fact that the email address is bounced and that he needs to update it and make it mandatory.

Opssss... Trust my imagination till tomorrow... You'll surprised... The difficult was how to access mailboxes as I never had worked arround it...Now, I know many nice tricky features:-)

Maria

NFLfbJunkie 01-27-2010 06:49 PM

I have followed all of the simple instructions but this still isn't working for me. Even when I run the cron job manually nothing happens; it still says the campaign is scheduled. See my attachments for how I have everything set up. Can't figure out what I might be missing.


All times are GMT. The time now is 12:01 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
  • Page Generation 0.01478 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete