X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Market Manager Pro 3 Email Newsletter Question (https://forum.x-cart.com/showthread.php?t=22954)

MCM 07-02-2006 03:52 PM

Market Manager Pro 3 Email Newsletter Question
 
Hi,

I had a few questions about the MMP3 newsletter and thought some people here might be able to help out...

1- Is there a way to get a "sign up for our newsletter box" on each page of the website?

2- Can there be multiple email lists? For instance, one for just offers, one for informational newsletters, etc? If I were to send an email to everyone, would there be a way to keep from sending emails to people multiple times?

Thanks,

Jeremy

MCM 07-03-2006 07:00 PM

Another question... does this software have anything to do with the SMTP server we have, or does it completely bypass it? We don't want to get hit with mailing limits.

We're also considering using Constant Contact... any thoughts?

Thanks,

Jeremy

shan 07-04-2006 04:01 AM

main thing to think about with any mailing list is what limits does your host have on sending of emails

if your on a shared server make sure you know

you can throttle the amount of mail that marketing manager sends by editing admin/mm_files/mm_mail.pl

Code:

# Pause, as not to hurt the server
if ($i % 3 == 0) {
sleep(1);
}


the standard setup as above will sleep for 1 second after ever third email is sent

set a higher sleep time for a slower (less server load) mail out

On the right server marketing manager will handle mailing lists with 100 s of thousands of emails[/code]


All times are GMT -8. The time now is 04:16 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.