I want to create email IDs (with my domain name) with my backend web application (PHP/ROR). Also I want to set a default forwarding address for the email IDs I have created. How do I proceed with it?
-
-
Answer:
If you're handling emails first you need to get to grips with an MTA (Mail Transfer Agent). This will receive the incoming emails and send them where you want. Postfix and Exim are both good choices for this given the need to interact with a database. If you want people to be able to collect email via IMAP or POP3 you will also need to look into something like Dovecot. Then you need to figure out a database structure for configuring the mail users. Implement that structure in your Rails models, e.g. you will want an Account model that has an email address, maybe is linked to a Domain model etc. Then you need to configure your MTA/POP3/IMAP to look at your database, so that it can (a) verify correct addresses (b) send mail to the right place (c) Allow people to login to collect their mail. If this sounds like a lot of work, it can be if you don't already know an MTA, and I'm assuming from your question that you don't. It's not impossible though and you will learn a lot in the process.
Richard Watson at Quora Visit the source
Other answers
Aswin Murugesh
Related Q & A:
- How do I find someone's email address with just their name?Best solution by Yahoo! Answers
- How do I make yahoo mail the default email application for this computer?Best solution by Yahoo! Answers
- How do I create a new Yahoo address name?Best solution by Yahoo! Answers
- How do I change the alias on my Yahoo! domain name to web.me.com?Best solution by Yahoo! Answers
- How to set a stationary background for my outgoing email?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.