Is there any free Simple PHP Mailer Script.

Discussion in 'PHP' started by irockdworld, Dec 4, 2011.

  1. #1
    Hello.

    I am planning to offer some free products to my visitors in return of their email address.
    I need some sort of submit form in my sidebar.
    This form should input their email and put it in a database.
    Is there any PHP mailer script which can do this ?

    Like i will get an admin panel to send mass emails to my list.

    Thanks.
     
    irockdworld, Dec 4, 2011 IP
  2. mrhrk01

    mrhrk01 Well-Known Member

    Messages:
    664
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    145
    #2
    I think you require 2 items:
    1) creation of a form (this can be done quite easily)
    2) sending emails to lots of people - This can be done by MailChimp (free up to certain level i believe).
     
    mrhrk01, Dec 4, 2011 IP
    irockdworld likes this.
  3. proactiv3

    proactiv3 Peon

    Messages:
    55
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    0
    #3
    proactiv3, Dec 4, 2011 IP
    irockdworld likes this.
  4. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #4
    You not only need to create a form (in HTML, CSS and Javascript), you need to send it to a PHP page that saves it to your database.

    Then you need any standard PHP mailer script, rewritten to get the addresses from your database.
     
    Rukbat, Dec 4, 2011 IP
    irockdworld likes this.
  5. ali574

    ali574 Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i user php mailer script.
    its free and it usess smtp and basic mail scrpts
    you can download it from
    http://phpmailer.worxware.com/
    it will solve all your proglems and the power is you can attach images and files
    the bundle includes the sample email scripts so see the sample emails
     
    ali574, Dec 5, 2011 IP
  6. irockdworld

    irockdworld Active Member

    Messages:
    183
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    55
    #6
    Thanks a lot for your suggestions mates.

    I am trying to figure out how PHPlist works.
    I am still waiting for something simpler :)

    Thanks
     
    irockdworld, Dec 5, 2011 IP