Can someone convert a cgi script to PHP?

Discussion in 'PHP' started by sbwent, Jun 3, 2009.

  1. #1
    I have a simple bulk mail CGI script and I'd love to have a PHP version of it. It is very simple. Takes e-mail addresses from a text file and send to everyone.

    If you can help me with converting it I'd really appreciate it.
     
    sbwent, Jun 3, 2009 IP
  2. Social.Network

    Social.Network Member

    Messages:
    517
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    35
    #2
    It can be done, but have you tried searching for an open source PHP-based solution? I use phpList @ http://www.phplist.com/
     
    Social.Network, Jun 3, 2009 IP
  3. sbwent

    sbwent Greenhorn

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Thanks for the tip but I am not after a mailing list management program. My CGI script just collects email addresses from each line in a text file then send my e-mail to them. Generally about 10 emails at a time.

    I don't need opt-in or list management. Basically it is an alternative to using BCC to send to a group of people.
     
    sbwent, Jun 3, 2009 IP
  4. ghprod

    ghprod Active Member

    Messages:
    1,010
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #4
    u can use mail function in PHP :)

    and send all at one time..limit by you :D

    regards
     
    ghprod, Jun 7, 2009 IP