Results 1 to 7 of 7

Thread: Auto update emailer

  1. #1

    Default Auto update emailer

    I wanna know how to write a code for a site where people can put on their email address and get email automatically wach time the site gets updated. Any ideas on how to write one of those.... clout?

  2. #2

    Default

    Why not send clout a PM?

    As for me, you might as well be speaking germanese.

  3. #3
    Got obliterated Recognized Member Shoeberto's Avatar
    Join Date
    Jun 2000
    Location
    THE OC BABY
    Posts
    12,020
    Blog Entries
    1
    Contributions
    • Former Cid's Knight

    Default

    It would be difficult to write one to send them an e-mail everytime the site was updated. The more practical approach would be to have a mailing list that they can sign up for and you send them an e-mail manually each time the site is updated. There are many places online that have free mailing list scripts that you could find with Google.


  4. #4
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    I haven't done that sort of stuff, I'd expect face or Samuraid to know more about this than me
    Problems playing downloaded videos? Try CCCP


  5. #5
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    Is your site database driven, or html, or both?

  6. #6

    Default

    It's not mine. It's for a friend. His website is run from his own computer, his site is built on PHP, php reads directory structures, builds pages.

  7. #7
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    Since his site is built in PHP, have him check out the PHP <a href="http://us2.php.net/manual/en/function.mail.php" target="_blank">mail()</a> function as he could use it to easily send e-mails to anyone on a list whenever something on the site is updated.

    I wish I could give more assistance than this, but I'm not sure what would be the best thing to do without seeing exactly how the site runs.

Posting Permissions

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