A Mock SMTP server for rails developers
For my current Ruby on Rails project I am using email based authentication plug-in clearance. After the registration users get an email with an activation link, but at development environment I don’t have fully functional mail server. I don’t need it either. I just want to catch the generated emails and I don’t want to [...]
Read the rest of this entry »