/[drupal]/contributions/tricks/smtp/README.txt
ViewVC logotype

Contents of /contributions/tricks/smtp/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Oct 13 13:02:05 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:

find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;

I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.
1 Installation:
2
3 1. Download class.smtp.inc from
4 http://www.phpguru.org/downloads/smtp/smtp.class-1.0.5.tar.gz
5 Place the file in the Drupal includes directory.
6 2. Place smtp.inc in the Drupal includes/ directory.
7 3. Change your configuration file to include:
8 $conf["smtp_library"] = "includes/smtp.inc";

  ViewVC Help
Powered by ViewVC 1.1.2