Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Auto Mail Responder

  1. #1
    intraining is offline Newbie
    Join Date
    Oct 2008
    Posts
    8
    Rep Power
    0

    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. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Auto Mail Responder

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

  4. #3
    intraining is offline Newbie
    Join Date
    Oct 2008
    Posts
    8
    Rep Power
    0

    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?

  5. #4
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    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.

  6. #5
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    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!

  7. #6
    intraining is offline Newbie
    Join Date
    Oct 2008
    Posts
    8
    Rep Power
    0

    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?

  8. #7
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    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!

  9. #8
    intraining is offline Newbie
    Join Date
    Oct 2008
    Posts
    8
    Rep Power
    0

    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?

  10. #9
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    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!

  11. #10
    intraining is offline Newbie
    Join Date
    Oct 2008
    Posts
    8
    Rep Power
    0

    Re: Auto Mail Responder

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

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. GCC and auto-linking?
    By phirephly in forum C and C++
    Replies: 2
    Last Post: 12-30-2010, 09:33 AM
  2. Auto Clicker
    By Sean0323 in forum C# Programming
    Replies: 5
    Last Post: 07-13-2010, 06:00 PM
  3. Auto resize
    By jclarke in forum HTML Programming
    Replies: 3
    Last Post: 11-16-2009, 07:09 AM
  4. Auto Clicker!
    By S0m30n3 in forum C and C++
    Replies: 4
    Last Post: 11-19-2007, 07:33 AM

Tags for this Thread

Bookmarks

Posting Permissions

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