aboutsummaryrefslogtreecommitdiffstats
path: root/mail/phpmailer/files
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-04-10 15:29:39 +0800
committerclsung <clsung@FreeBSD.org>2007-04-10 15:29:39 +0800
commitb8d9e0cc3e54136777ae1a6cfd89d5eaca858c61 (patch)
tree657e6fd5bce65df12e5738f0fefdc2928201f687 /mail/phpmailer/files
parent6728fe8f3cc1b77f3be6d2444ff19c0c383e109a (diff)
downloadfreebsd-ports-gnome-b8d9e0cc3e54136777ae1a6cfd89d5eaca858c61.tar.gz
freebsd-ports-gnome-b8d9e0cc3e54136777ae1a6cfd89d5eaca858c61.tar.zst
freebsd-ports-gnome-b8d9e0cc3e54136777ae1a6cfd89d5eaca858c61.zip
Add phpmailer 1.73, full Featured Email Transfer Class for PHP.
PR: ports/111396 Submitted by: Zhen REN <bg1tpt at gmail.com>
Diffstat (limited to 'mail/phpmailer/files')
-rw-r--r--mail/phpmailer/files/pkg-message4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/phpmailer/files/pkg-message b/mail/phpmailer/files/pkg-message
new file mode 100644
index 000000000000..b9d8ebd9a029
--- /dev/null
+++ b/mail/phpmailer/files/pkg-message
@@ -0,0 +1,4 @@
+You need to adjust php's include_path to contain `%%DATADIR%%'!
+For example, insert
+ include_path = ".:%%DATADIR%%"
+into `%%LOCALBASE%%/etc/php.ini'.