+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 16

Thread: Auto Mail Responder

  1. #1
    Newbie intraining is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    8

    Auto Mail Responder

    hi i would to create something like an auto resonder in my email.

    This is how it should work.

    1) there should be a link called for example "click here to inform the sender" and then when the reader clicks this link, it will generate a default email message and it will be sent to the sender. is this similar to activation code or something? how do i start?


    2) the second thing is that i am using a content management system called Joomla!. can this script be working together with my CMS?


    thanks in advance

  2. #2
    Co-Administrator John is a glorious beacon of light John is a glorious beacon of light John is a glorious beacon of light John is a glorious beacon of light John is a glorious beacon of light John's Avatar
    Join Date
    Jul 2006
    Age
    21
    Posts
    5,885
    Blog Entries
    25

    Re: Auto Mail Responder

    1. You want to use this function: PHP: mail - Manual
    2. Yes.

  3. #3
    Newbie intraining is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    8

    Re: Auto Mail Responder

    i will read up on that manual and will get back again. By the Way another question, does php needs any medium for it to run? what i mean is that for example jsp need apache tomcat to work so does php need any?

  4. #4
    Co-Administrator John is a glorious beacon of light John is a glorious beacon of light John is a glorious beacon of light John is a glorious beacon of light John is a glorious beacon of light John's Avatar
    Join Date
    Jul 2006
    Age
    21
    Posts
    5,885
    Blog Entries
    25

    Re: Auto Mail Responder

    No medium perse, but mail() to work, PHP must have access to the sendmail binary (or whatever your server uses). However, In close to five years, I have yet to run across a server in which the mail function is prohibited.

  5. #5
    Code Warrior Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W's Avatar
    Join Date
    Sep 2008
    Location
    Australia
    Age
    16
    Posts
    4,824
    Blog Entries
    10

    Re: Auto Mail Responder

    As John said. This could be done by simply using the mail() function.

    If you don't understand it from PHP.net, just ask here and we will be willing to help you
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  6. #6
    Newbie intraining is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    8

    Re: Auto Mail Responder

    thanks for all your help!

    here is something i do not understand. What is PEAR Packages? Is this needed for the mail() function to work?

  7. #7
    Code Warrior Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W's Avatar
    Join Date
    Sep 2008
    Location
    Australia
    Age
    16
    Posts
    4,824
    Blog Entries
    10

    Re: Auto Mail Responder

    PEAR is a framework and distribution system for reusable PHP components. You can find help using PEAR packages in the online manual and the FAQ.
    PEAR :: The PHP Extension and Application Repository

    No it is not required for mail(). That is a built-in function to PHP
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  8. #8
    Newbie intraining is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    8

    Re: Auto Mail Responder

    i see..i am using joomla! the content management system and is it that it has already been installed together with it already?

  9. #9
    Code Warrior Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W is a name known to all Brandon W's Avatar
    Join Date
    Sep 2008
    Location
    Australia
    Age
    16
    Posts
    4,824
    Blog Entries
    10

    Re: Auto Mail Responder

    I don't know if PEAR is already installed with Joolma! But the mail() function will work straight away.
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  10. #10
    Newbie intraining is an unknown quantity at this point
    Join Date
    Oct 2008
    Posts
    8

    Re: Auto Mail Responder

    the mail function will work right away? do you mean in joomla! or on its own without joomla!?

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. i give money to anyone who help me out with this!!!
    By Shakmun in forum MarketPlace
    Replies: 12
    Last Post: 12-18-2009, 12:27 PM
  2. Php Mail
    By Jaan in forum PHP Forum
    Replies: 4
    Last Post: 07-17-2008, 06:26 AM
  3. Problem with mail headers
    By ReekenX in forum PHP Forum
    Replies: 4
    Last Post: 06-14-2008, 08:02 AM
  4. Don't use mail()?
    By bruder in forum PHP Forum
    Replies: 3
    Last Post: 01-24-2008, 04:58 PM
  5. combo box
    By Shakmun in forum Visual Basic Programming
    Replies: 2
    Last Post: 10-13-2006, 11:10 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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