Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sanj

Pages: 1 [2] 3 4
16
General Help & How-To / preventing sign ups
« on: August 07, 2007, 02:13:56 am »
hi
still getting some problems my end
this is what I get after subscribing with an existing or new email address
Code: [Select]
<removed>
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/xxx/signup2.php:17) in /home/xxx/public_html/xxx/signup2.php on line 29

any ideas?
thanks
sanj

17
General Help & How-To / preventing sign ups
« on: August 06, 2007, 06:08:47 am »
hi Dean,
Tried the code. Doesn't work. Check out this page
http://www.example.com/example.htm (removed by DW)

sanj

18
General Help & How-To / preventing sign ups
« on: August 03, 2007, 06:05:14 am »
hi,
When someone has placed an order and is added to my back end list, I don't want them to be able to signup to my other lists. How do I do that?

Thanks
Sanj

19
General Help & How-To / autoresume and cron
« on: June 26, 2007, 12:32:31 am »
hi dean,
I have a mailing going out now

thanks
sanj

20
General Help & How-To / autoresume and cron
« on: June 25, 2007, 01:37:34 am »
hi dean,
I will do a mailing tomorrrow 9.30 GMT
thanks
sanj

21
General Help & How-To / autoresume and cron
« on: June 23, 2007, 03:49:01 am »
hi,

if I set a 15 minutes cron job, my mailing STOPS every 15 mins and then restarts e.g stops at 11:15 restarts at 11:30 stops again at 11:45 etc

If I st an hourly cron for autoresume, my mailing goes for a whole hour then stops an then restart the next hour.

Any ideas how to fix this
I use hostmonster as host and their max email per hour is 500.
although I'm doing smtp throttling at 7.2 secs I have never managed to send anywhere near 500 emails an hour

thanks
sanj

22
Server Optimization, Tweaks / smtp report
« on: June 23, 2007, 03:19:47 am »
hi,
is there any way a counter can be added to the smtp report that shows the time and the number of emails left and it would be great if it auto updates let's say every 5 minutes.

or is there a quick little script i can use

thanks
sanj

23
General Help & How-To / sign up form
« on: June 18, 2007, 08:39:16 am »
hi,

how do I get subscriber to enter at least 3 characters for fname and lname on the sign up form?

thanks
sanj

24
Customization, Integration / insertion script
« on: June 15, 2007, 01:22:23 am »
hi dean,

I posted a request for this work to be done over 24 hours ago and haven't heard anything yet. have you received it?

thanks
Sanj

P.S just paid for it now, it to do the work as discussed above in this thread

25
General Help & How-To / dailymail
« on: June 05, 2007, 05:33:02 am »
Any suggestions???

sanj

26
General Help & How-To / dailymail
« on: May 24, 2007, 02:23:22 am »
hi,
is there a way to find out which follow ups daily mail is sending out. I.e the subject of the mail being sent out.

thanks
sanj

27
General Help & How-To / smtp throttling
« on: May 02, 2007, 01:16:06 am »
thanks Dean,

Great support as usual

sanj

28
General Help & How-To / smtp throttling
« on: April 30, 2007, 02:22:39 am »
hi this is where i've added the line of code. Is that o.k?
Code: [Select]

fputs($ssock, $themesg."\r\n.\r\n");
        $srvmsg = fgets($ssock, 1024);
        $errmsg .= $srvmsg;
        if($smtp_debug) logwrite($bugf,$srvmsg);
        $lastmsg = substr($srvmsg, 0, 3);
        if ($lastmsg <> "250") $error = 1; else $error = '';
       }
      }  
if(($y % '2')==0 && $y <> sizeof($sendq)) usleep(14500000);
     }
   
     else {
     // use php mail()
      $body = str_replace("\r\n","\n",$body);
      // echo htmlspecialchars("WINDOWS=$windows EMAIL=<b>$email</b> SUBJ=<b>$xsubj</b> BODY=<b>$body</b> HEADER=<b>$header</b><br>");


Another question:

How do I find the INACTIVE subscribers in my list.

Basically what I want is everytime I add a new follow up letter to my list, to have that letter send to EVERYONE, who has reached the end of all the emails - i.e the inactives.

thanks
sanj

29
General Help & How-To / smtp throttling
« on: April 27, 2007, 03:04:40 am »
hi
sorry for being a bit thick here:
these are the last few lines of codes before the ELSE

   $errmsg .= $srvmsg;
        if($smtp_debug) logwrite($bugf,$srvmsg);
        $lastmsg = substr($srvmsg, 0, 3);
        if ($lastmsg <> "250") $error = 1; else $error = '';
       }
      }
     }

do i put the statement after the third closed bracket just above the else statement

thanks

30
General Help & How-To / smtp throttling
« on: April 26, 2007, 08:36:45 am »
hi,

I need to be able to send up to a max of 500 emails per hour using smtp
I just this post

http://listmailpro.com/forum/index.php?topic=32.msg110

which talks about smtp throttling but it was for the earlier version of LMP.
is this code still valid for the current version

if(($y % '100')==0 && $y <> sizeof($sendq)) sleep(25);

and what do I need to change in the code so that I can send 498 emails per hour.

thanks
sanj

Pages: 1 [2] 3 4