If you've already configured the server, with MTA running on it you can just use the mail command.
Lets say you have a file whose content you wan to send in a mail, You can do this:
$ cat /path/to/file | mail -s "your subject" your@email.com
for more information use:
man mail