Results 1 to 3 of 3

Thread: How to make embeded Email?

  1. #1
    Join Date
    Nov 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to make embeded Email?

    Hi everyone,

    I am building this website and I was wondering how to make a mailing services imbeded in the site. What i mean is the same idea as this website where users could have mailbox to receive and send messages from and to users within the site. Is there a free script somewhere that I can get and change it. The main thing in here is that there wouldn't be address as me@site.com it's simply list of the users.


  2. #2
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    I think you mean a PM system. I don't of any free ones out there-- you can try google. . . Or you can try building it. You would need to use PHP and MySQL to do that. The user submits a message and a user name, and that is stores in MySQL. When the user logs in, you compare that user's name to the messages in the MySQL database. I asume this is what you are looking for?
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    http://php-mysql-tutorial.com <<learn yourself
    Or, find any number of bulletin board scripts out there, some free, such as phpBB (the most popular, though you might like others more)
    That would be embedded in the forum, though, so you'd need to adjust it to fit into your site or just have it in the forum.
    Writing it all would be a lot of work and adjusting an existing system would be complex as it has a lot of dependencies on the setup.
    Sure, see if google has one. It might.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •