147b93a3f3
Based on package provided in PR 33155, fix some pkglint warnings. sendymail allows you to send e-mails through Yahoo! Mail, using your favorite email client. sendymail works as a gateway between Yahoo! Mail web interface and your e-mail program, and can be used in conjunction with fetchyahoo or YoSucker to emulate a POP3/SMTP-like interface.
22 lines
800 B
Text
22 lines
800 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2007/01/14 14:05:34 obache Exp $
|
|
|
|
To use sendymail,
|
|
|
|
1) Create a ~/.sendymailrc file by copying
|
|
${PREFIX}/share/examples/sendymail/sendymailrc.sample
|
|
to ~/.sendymailrc and edit the file.
|
|
|
|
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="${PREFIX}/bin/sendymail"
|
|
|
|
===========================================================================
|