Re: [PHP] Mail system

2007-12-30 Thread Stut
mattias wrote: If i run coureir and postfix I want to have a signup script How should the code be written? Since you're asking on a PHP list I'm going to assume you want to use PHP. The answer you seek is... by you, using some form of text editor! We're not here to write code for you. Have a

Re: [PHP] Mail system with folders? (Clarification)

2002-09-12 Thread Leif K-Brooks
This message sounds as though I want a system that checks email, etc. That is not what I'm after. What I'm trying to do is make a system where users can mail each other, using a mysql database. Leif K-Brooks wrote: > I'm designing a site, and I want to put mail with folders on it. > Fairly

Re: [PHP] Mail system with folders?

2002-09-11 Thread Leonid Mamtchenkov
Dear Leif K-Brooks, Once you wrote about "[PHP] Mail system with folders?": > I'm designing a site, and I want to put mail with folders on it. Fairly > simply, but I'm not sure what to do for the default folders. I want to > have three precreated folders: inbox, trash, and sent. I'm not sure