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.


Topics - sanj

Pages: 1 [2]
16
General Help & How-To / php mail report
« on: March 28, 2007, 02:47:01 am »
hi,

I'm using php to send my mailing as there is an hourly sending limit with my host.

The thing is how do i know if all my emails have been sent. Is there a way of getting a report.

my list is about 4000 and i know php is not the best option to send to a list of that size.

Roll on smtp throttling!!!

thanks
sanj

17
General Help & How-To / email verify
« on: March 07, 2007, 05:56:34 am »
hi,

I've been trying to set up the email verify script according to this post

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

but is still having problems.

the last few lines of codes are missing.
 plus there is no start button!!

it's on my site here
http://www.worldofmagnets.co.uk/responder/emailverify.php

thanks
sanj

18
General Help & How-To / spam
« on: March 04, 2007, 03:57:55 am »
hi,
I'm having a lot of problems wiht automatic submission software.

could anyone give me apiece of code that i can add to my submission form that prevent the form from submitting if fname = lname.

Basically i get a lot entries in my database with the exact same entries for first name and last name and some made up email.

thanks
sanj

19
General Help & How-To / automatic form submission
« on: February 19, 2007, 04:27:53 am »
hi

I'm havinga huge problem with automated software filling my forms.
how can i stop these?
here are a few examples of what i'm having my database filled with

first name   last name   email
index.html   index.html   main@yandex.net
free movie porn   free movie porn   free@stordo.com
Anon   Anon   ghosh_anirban@yahoo.com

Any help to stop these greatly appreciated

sanj

20
General Help & How-To / smtp report
« on: February 15, 2007, 05:35:30 am »
Hi,

All my emails to hotmail is ending up in the junk folder.
My question is after i've sent emails the smtp report shows that the mail from address is bounce@worldofmagnets.co.uk but the set email address in lmp is webmaster@worldofmagnets.co.uk

Is that the reason why my emails are ending in the junk folder.

I don't use bounce.cgi to process bounce back . I use the mailbox option instead

thanks
sanj

21
Customization, Integration / insertion script
« on: February 10, 2007, 06:10:54 am »
hi,
I use a shopping cart software called ecommerce templates.
It's php based. http://www.ecommercetemplates.com.

What I would like to do is when the customer place their order, their name , email and products bought are added to lmp at the same time.

Thanks
sanj

22
General Help & How-To / bounce.cgi
« on: August 07, 2006, 02:53:31 am »
hi

my host doesn't support wget so i'm using curl instead.

i can't get autoresume to work with this:

curl -o /dev/null http://www.worldofmagnets.co.uk/xx/resume.php?pw=xxx 1> /dev/null 2> /dev/null

but dailymail works with this
curl -o /dev/null http://www.worldofmagnets.co.uk/xxx/dailymail.php?pw=xxx 1> /dev/null 2> /dev/null

if my host doesn't support wget

do i need to change the following in bounce.cgi
$http_program = "/usr/bin/wget -O /dev/null " . $listmail_url . "/bounce.php";

to
$http_program = "curl -o /dev/null " . $listmail_url . "/bounce.php";

And finally, does bounce emails get deleted in the database or not?
if not is there a script to have bounce emails automatically deleted

thanks a lot

sanj

23
Development, Suggestions / open rate tracking
« on: August 03, 2006, 02:42:34 am »
hi,

can list mail pro track open rates of emails sent out in text format?

it would be really useful to know how many of my subscribers are actually opening and reading my emails.

and secondly is there a way of tracking conversation rate. I know you can do it with getresponse.

here is what i would like to do:
Send an email in text format with a tracking link.
then when the link is clicked from the email, and the user come on my site and place an order to be able to put some form of codes on the thank you page that is written in LMP

that way i will know how many of my emails are converting into sales

thanks
sanj

24
Development, Suggestions / using custom fields in email header
« on: August 01, 2006, 05:59:47 am »
hi,

does any one know how to (if it's possible at all) to insert a custom field into the email header that is sent out.

i would like to use listmail as a tell a friend script
so when someone refers a friend by filling a form on my site, i would like listmail to send an email to the friend but looking as if it's coming from the person who has made the recommendation.

so i want the send as name and email captured from the form and inserted in the welcome message

thanks
sanj

25
General Help & How-To / cannot delete subscriber from database
« on: July 29, 2006, 03:47:05 am »
hi

My autoresponder is at this url

http://www.example.com/responder

when I try delete or search for a subscriber i get redirected to
http://responder/edituser.php which is a page that doesn't exist
instead of http://www.example.com/responder/edituser.php.

plus the subscriber doesn't get deleted or is not found if it's a search

help!

thanks
sanj
 :cry:

Pages: 1 [2]