Page 1 of 1
Email?
Posted: Tue Jun 27, 2006 2:15 pm
by elecktricity
Im really not sure even were to begin with this but would like some advice, if I wanted to make a mailing type of site, how would I receive the mail? im not even sure were to begin with that, and if so is there a way to add to a database? I really just need help with the receiving part after that I can probally figure the rest out.
Posted: Tue Jun 27, 2006 2:28 pm
by feyd
Use the catch-all account. .. simple enough.
Posted: Tue Jun 27, 2006 2:29 pm
by Chris Corbyn
Just set up an IMAP or POP3 server, then use the IMAP functions in PHP to access the information. If you want to have PHP pick up email in realtime as it comes into the server then you'll want an MTA such as exim installing too which you can set up pipes to PHP scripts with (complex but doable -- I have it set up for collecting spam in a DB).
If it's pure web based email you want and you don't want to offer POP access then you can do it entirely using exim and PHP with the system fileter and MySQL database but again - it's complex.
Are you looking to set up something like mail2web.com or something that's exclusive to your server?
Posted: Tue Jun 27, 2006 2:33 pm
by elecktricity
thanks for the help, time to read =)
im just doing some tests possible to make some sort of mail site lol nothing to special or important