how to email a web page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jakekoh
    New Member
    • Aug 2008
    • 2

    how to email a web page?

    Guys,

    using php i created quiz randomly pick questions from a text file,
    then i have a markquiz script done up.

    how can i email the markquiz page to a email with php?
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi.

    Try PHPMailer.

    Comment

    • nathj
      Recognized Expert Contributor
      • May 2007
      • 937

      #3
      Alternatively, as you build up the page output you can build up the message for an email and use the normal mail()

      I have used this for plain text emails very effectively. It's simple and straightforward , HTML emails are a bit ore tricky and for that PHPMail is better.

      Cheers
      nathj

      Comment

      Working...