From 66fae635580890a2c25820b76f680baad11669af Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 28 Jan 2009 04:22:59 +0000 Subject: Create a sendmail library to wrap the call to the system sendmail facility. Something quirky is happening in the first test, see comment in code, but I couldn't figure it out. Left a @todo for now. --- core/config/sendmail.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 core/config/sendmail.php (limited to 'core/config') diff --git a/core/config/sendmail.php b/core/config/sendmail.php new file mode 100644 index 00000000..ac1bdb1a --- /dev/null +++ b/core/config/sendmail.php @@ -0,0 +1,28 @@ + email address that appears as the from address + * line-length => word wrap length + * reply-to => what goes into the reply to header + */ +$config["from"] = "admin@gallery3.com"; +$config["line_length"] = 75; +$config["reply_to"] = "public@gallery3.com"; -- cgit v1.2.3