I would like to create an email service for all the users on my site for ex [email protected] where users can be able to send and receive personalized emails , Basic feature only send and receive emails in Rails .
User can register for email id at xyz.com and send and recieve emails from xyz.com
Are there any solution already available in Rails ? Is there any gem or plugin for the same ?
if i need to start from scratch any resources which is helpful for solving the problem , please share it.
Thanks :)