mohitengi Posted July 30, 2011 Share Posted July 30, 2011 I am student of B.tech 4th year. I have assigned Local_Mail_Server project in php. i have done almost client side work as Html and Css.i need some help regarding php. lcoal_mail_server which contains pages for login info,registration info,inbox,draft,outbox. Give me some idea about mail management in inbox and process of sending mail to other local user..(ideas only). tell me any best IRC channel of php . Quote Link to comment https://forums.phpfreaks.com/topic/243320-local_mail_server-in-php/ Share on other sites More sharing options...
inversesoft123 Posted July 31, 2011 Share Posted July 31, 2011 Working with the email servers can be handled in multiple ways. It can't be done with single page of code. You need to use php or apache handlers in a such ways that they can work as a mail server. However there is a more easy approach to do this by reading mails using POP server and sending mails with SMTP with few lines of code. you you need to be sure which method you have to follow and start developing it in a systematic way. this google search string will help you more regarding this "using php to read pop emails". I found tons of results using this. Quote Link to comment https://forums.phpfreaks.com/topic/243320-local_mail_server-in-php/#findComment-1249708 Share on other sites More sharing options...
voip03 Posted July 31, 2011 Share Posted July 31, 2011 PHPMailer tutorial http://www.askapache.com/php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html Quote Link to comment https://forums.phpfreaks.com/topic/243320-local_mail_server-in-php/#findComment-1249722 Share on other sites More sharing options...
trq Posted July 31, 2011 Share Posted July 31, 2011 Your post is not at all clear. What exactly are you wanting to do? And can you please format your reply in a manor that is actually readable? Quote Link to comment https://forums.phpfreaks.com/topic/243320-local_mail_server-in-php/#findComment-1249726 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.