+ Reply to Thread
Results 1 to 4 of 4

Thread: Script best practices for newsletter

  1. #1
    Junior Member
    Join Date
    Dec 2008
    Posts
    1

    Default Script best practices for newsletter

    Hi all,

    I have a VPS server with steadfast and a couple of thousand users whom I wish to send a newsletter. I am using PHP + MySQL. What are the best practices on doing this and not get banned on email server or get email server crashed?

    Thanks!

  2. #2
    I love LAMP.
    Join Date
    Jul 2004
    Location
    Chicago, Illinois, United States
    Posts
    201

    Default

    Well,

    You'll be limited mainly by disk speed and CPU limitations when sending mail. For a VPS, we do not limit your ability to send mail at all, though if we receive spam abuse complaints your server might be suspended. You should do your best to accept subscribers from only one source, make sure they are verifiable and if possible, use what's called "confirmed opt-in" where a user has to click a link in an email or respond to an email to actually begin receiving newsletters. For lists under a few thousand, this last item is not required, but for larger lists, we request it as an assurance your lists are built only with people who really control the email addresses they add.

    If you send other mail besides the newsletter via your server, it would be advised to send fewer than 1000 messages per hour to avoid delays of other outgoing messages on the MTA.
    Kevin Stange
    Chief Technology Officer
    Steadfast Networks
    http://steadfast.net
    kevin@steadfast.net

  3. #3
    Member
    Join Date
    Jan 2008
    Posts
    36

    Default

    Quote Originally Posted by Kevin View Post
    For a VPS, we do not limit your ability to send mail at all,
    What's the difference on a shared server?

  4. #4
    I love LAMP.
    Join Date
    Jul 2004
    Location
    Chicago, Illinois, United States
    Posts
    201

    Default

    On a shared hosting server you're sharing the same MTA as everyone else with shared hosting accounts, so any action that slows down mail delivery affects everyone. We cannot allow such things to occur so we have to insist mailing lists on shared hosting are kept small.
    Kevin Stange
    Chief Technology Officer
    Steadfast Networks
    http://steadfast.net
    kevin@steadfast.net

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts