diff --git a/functions/mail.xml b/functions/mail.xml index 4eb77bd395..d9f9578575 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -1,5 +1,5 @@ - + Mail functions Mail @@ -98,7 +98,7 @@ mail("nobody@aol.com", "the subject", $message, Sending mail with extra headers and setting an additional command line parameter. mail("nobody@aol.com", "the subject", $message, - "From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVERNAME"); + "From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVER_NAME"); You can also use fairly simple string building techniques to