Best way to send emails

Discussion in 'Programming' started by tomred, Mar 4, 2007.

  1. #1
    Im looking for a quick way to send the same email out to over 500 email addresses. What is the best way to do this and what format would I need the email addresses in, (I currently have them in a spreadsheet).


    Thanks
     
    tomred, Mar 4, 2007 IP
  2. Aragorn

    Aragorn Peon

    Messages:
    1,491
    Likes Received:
    72
    Best Answers:
    1
    Trophy Points:
    0
    #2
    You can use the mail function of PHP. Alternatively you can use phpMailer from sourceforge, if you want to use SMTP to send your mails.
     
    Aragorn, Mar 4, 2007 IP
  3. tomred

    tomred Peon

    Messages:
    382
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    would I have to enter each email into a database first though?
     
    tomred, Mar 4, 2007 IP
  4. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #4
    Yep, either in some database or text file. Then you will have to send the emails in a loop to every address.
     
    designcode, Mar 4, 2007 IP
  5. Aragorn

    Aragorn Peon

    Messages:
    1,491
    Likes Received:
    72
    Best Answers:
    1
    Trophy Points:
    0
    #5
    Not necessary. There are scripts that allows you to parse spreadsheets. Use it to get the email ids and then use the mail function or phpMailer.
     
    Aragorn, Mar 4, 2007 IP
  6. maxed

    maxed Peon

    Messages:
    128
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Try look around on hotscripts.com
     
    maxed, Mar 5, 2007 IP
  7. tomred

    tomred Peon

    Messages:
    382
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    anybody fancy doing this for a dollar? PM ;)
     
    tomred, Mar 5, 2007 IP
  8. pstone

    pstone Peon

    Messages:
    197
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #8
    the best way to send an email message to a list is to use your regular email client, such as Outlook, Gmail, Hotmail, or other and send your email like you would any other email. Just address it to the list address as you would any other email that you send.

    In other words, you would send an email to "your-list-name@lists.onenw.org"

    There is an option to send email through the Sympa web interface but it has limited capabilities so I strongly recommend sending email through your regular email client.
     
    pstone, Mar 6, 2007 IP