|
Related Topics:
| Getting email to our members - Hi all, We are having a real problem getting genuine non spam email out to our members. They register, we send out a email, it gets dumped into some folder. they can't even login as the email..
Affordable Email Marketing Software and Newsletter Softwar.. - Do you want to increase your sales, retain clients, and build new with at a fraction of the cost it usually takes? Send out emails and with Nesox Email Marketer 1.8 from Nesox ..
see all email send by site - if I have one php's site and not want to add other code or controll all the coode; is possible (and how) to see in a list all the email's address that the site send ? is necessary some specific software or I can see in some log file? the site work with..
PHP email software - I run a couple web sites that are centered around I'd like to offer my users an email account (I get 1,000 free with my web hosting account). Are there any free PHP email packages that I can drop in and use?
How to embed flash file to send via email? - Dear my friends, I have a flash file and want embed it and send via email. I tried to embed it in to an HTML file then load this source from this HTML file into OE. But, when my friend received it. She told me that she doesn't see anything from this..
|
|
|
Next: Webmaster: google tv
|
| Author |
Message |
External

Since: Oct 21, 2007 Posts: 12
|
(Msg. 1) Posted: Thu Oct 25, 2007 7:58 pm
Post subject: software to check members expiration and send email notice to repay? Archived from groups: alt>www>webmaster (more info?)
|
|
|
I have developer working on new subscription type site with monthly
recurring billing. I assume the way to go is with a gateway that will
take the credit info, process and send back to my site to login.
Paypal required the customers to join paypal on recurring billing and
that seems a turnoff. I have not found another that has no set up fee
and fairly low rates. Any suggestions? Also, would it be better to
just have my site use some type of script to send a bill to each
customers and left them manually pay each time. The downside is some
will just not renew but those that do cannot complain they did not
mean to.. A script would have to keep up with the 30 days for each
member based on their join date too. >> Stay informed about: software to check members expiration and send email notice.. |
|
| Back to top |
|
 |  |
External

Since: Jan 24, 2004 Posts: 425
|
(Msg. 2) Posted: Thu Oct 25, 2007 7:58 pm
Post subject: Re: software to check members expiration and send email notice to [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
SCforester RemoveThis @gmail.com wrote:
> I have developer working on new subscription type site with monthly
> recurring billing. I assume the way to go is with a gateway that will
> take the credit info, process and send back to my site to login.
> Paypal required the customers to join paypal on recurring billing and
> that seems a turnoff. I have not found another that has no set up fee
> and fairly low rates. Any suggestions? Also, would it be better to
> just have my site use some type of script to send a bill to each
> customers and left them manually pay each time. The downside is some
> will just not renew but those that do cannot complain they did not
> mean to.. A script would have to keep up with the 30 days for each
> member based on their join date too.
We already discussed this in another thread.
I have a site that is accessible by subscription. I take PayPal, credit
cards, checks by mail or purchase orders. I can also set up promotions
that will allow a user to obtain a free subscription for a specified
period of time.
I take one-month, three-month, six-month and on-year subscriptions.
I have a script that runs via a cron job every night that checks the
database for subscriptions that are within 7 days of expiring. The
script sends an email out to each of these subscribers giving them
instructions how to extend their subscriptions. I don't send a bill. I
just send the notification.
Some people extend their subscriptions. Some do not. Some did not
provide a good email address, so they never get the notification. Some
try to log in and suddenly discover that their subscription has expired.
The back end of my site is more complex than what I am describing here.
What else did you need to know? >> Stay informed about: software to check members expiration and send email notice.. |
|
| Back to top |
|
 |  |
External

Since: Oct 21, 2007 Posts: 12
|
(Msg. 3) Posted: Thu Oct 25, 2007 8:58 pm
Post subject: Re: software to check members expiration and send email notice to repay? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Oct 25, 7:37 pm, Scott Bryce <sbr....TakeThisOut@scottbryce.com> wrote:
> SCfores....TakeThisOut@gmail.com wrote:
> > I have developer working on new subscription type site with monthly
> > recurring billing. I assume the way to go is with a gateway that will
> > take the credit info, process and send back to my site to login.
> > Paypal required the customers to join paypal on recurring billing and
> > that seems a turnoff. I have not found another that has no set up fee
> > and fairly low rates. Any suggestions? Also, would it be better to
> > just have my site use some type of script to send a bill to each
> > customers and left them manually pay each time. The downside is some
> > will just not renew but those that do cannot complain they did not
> > mean to.. A script would have to keep up with the 30 days for each
> > member based on their join date too.
>
> We already discussed this in another thread.
>
> I have a site that is accessible by subscription. I take PayPal, credit
> cards, checks by mail or purchase orders. I can also set up promotions
> that will allow a user to obtain a free subscription for a specified
> period of time.
>
> I take one-month, three-month, six-month and on-year subscriptions.
>
> I have a script that runs via a cron job every night that checks the
> database for subscriptions that are within 7 days of expiring. The
> script sends an email out to each of these subscribers giving them
> instructions how to extend their subscriptions. I don't send a bill. I
> just send the notification.
>
> Some people extend their subscriptions. Some do not. Some did not
> provide a good email address, so they never get the notification. Some
> try to log in and suddenly discover that their subscription has expired.
>
> The back end of my site is more complex than what I am describing here.
> What else did you need to know?
Can you buy the script online?
Thanks >> Stay informed about: software to check members expiration and send email notice.. |
|
| Back to top |
|
 |  |
External

Since: Jan 24, 2004 Posts: 425
|
(Msg. 4) Posted: Thu Oct 25, 2007 8:58 pm
Post subject: Re: software to check members expiration and send email notice to [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Oct 21, 2007 Posts: 12
|
(Msg. 5) Posted: Fri Oct 26, 2007 11:12 am
Post subject: Re: software to check members expiration and send email notice to repay? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Oct 25, 8:07 pm, Scott Bryce <sbr... DeleteThis @scottbryce.com> wrote:
> SCfores... DeleteThis @gmail.com wrote:
> > Can you buy the script online?
>
> I wrote it (them) myself. They are specific to my site.
OK, well you verified that its do-able that way if necessay. I may
yet just try rrecurring billing with a gateway merchant account.Thanks! >> Stay informed about: software to check members expiration and send email notice.. |
|
| Back to top |
|
 |  |
|