Installing SendYmail
--------------------
*** See README first! ***

0) SendYmail needs Perl and the following modules to work:
Crypt::SSLeay
Digest::MD5
File::Path
File::Temp
Getopt::Long
HTML::Form
HTTP::Cookies
LWP::UserAgent
Mail::Address
MIME::Parser
MIME::Words
POSIX

You can install the needed modules manually or using CPAN. See
CPAN manpage for more details.

1) Extract the file
$ tar -xvzf sendymail-x.x.x.tar.gz
$ cd sendymail-x.x.x/

2) Copy the "sendymail" script to your PATH. Eg:
# cp sendymail /usr/local/bin

Configuring SendYmail
---------------------

1) Create a ~/.sendymailrc file. See sendymailrc.sample for a sample
configuration.

2) Give the proper permissions to the configuration file:

$ chmod 600 ~/.sendymailrc

3) Configure your MUA (mail client). SendYmail has a Sendmail-like interface,
so you have to create a "sendmail" account to outgoing messages and set the
path of the sendmail command to the sendymail script location. Eg: For Mutt,
edit ~/.muttrc and change "sendmail" variable:

set sendmail="/usr/local/bin/sendymail"

* If SendYmail doesn't support your native language, you have three options:
- Disable debugging (debug = 0 on config file): the easiest way.
- Edit "International Yahoo accounts" section from sendymail and add
  support for your language (don't forget to send me your modifications
  for future releases).
- Configure your Yahoo! Account to use "English" as native language. See
  Yahoo! Help for more details on how to do this.
