This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
tog_mail /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG.md | ||
| |
MIT-LICENSE | Thu Sep 04 11:13:50 -0700 2008 | |
| |
README | Fri Dec 05 02:09:39 -0800 2008 | |
| |
Rakefile | Wed Jan 28 11:57:06 -0800 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Wed Oct 08 02:09:37 -0700 2008 | |
| |
init.rb | ||
| |
locale/ | Wed Feb 04 12:26:07 -0800 2009 | |
| |
test/ |
README
= tog_mail internal messaging system == Included functionality # Multiple folders # Send messages to your friend list # Send messages to a given user == Usage tog_mail comes with a complete interface for sending messages, manage your inbox, etc. But you still can send messages using tog_mail programatically or put link to send messages in any other places. === Send messages programatically @message = Message.new( :from => current_user, :to => to_user, :subject => sanitize(params[:message][:subject]), :content => sanitize(params[:message][:content]) ) @message.dispatch! === Link to send a mail to a given user <%= link_to 'Send message', member_new_message_to_path(user) %> == Authors and credits Authors:: Roberto Salicio, Alberto Molpeceres, Aitor Garcia Website:: http://www.toghq.com Want to discuss, request features, ask questions? Just visit {www.toghq.com}[http://www.toghq.com].








