forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
322 B
Text
10 lines
322 B
Text
The express way to send mail from Ruby.
|
|
|
|
Send email in one command:
|
|
Pony.mail(:to => 'someone@example.com', :body => 'hello')
|
|
|
|
Pony uses /usr/sbin/sendmail to send mail if it
|
|
is available, otherwise it uses SMTP to localhost.
|
|
|
|
Also, you may need rubygem-smtp_tls if you want to
|
|
send via tls/ssl and are using ruby < 1.8.7
|