From 0f41a4916a709b31f49f91c8f99a51bd2498c726 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 27 Aug 2008 03:02:11 +0000 Subject: [PATCH] update POD for send method --- lib/WebGUI/Mail/Send.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Mail/Send.pm b/lib/WebGUI/Mail/Send.pm index 91ce75525..88f54e173 100644 --- a/lib/WebGUI/Mail/Send.pm +++ b/lib/WebGUI/Mail/Send.pm @@ -430,7 +430,11 @@ sub retrieve { =head2 send ( ) -Sends the message via SMTP. Returns 1 if successful. +Sends the message via the SMTP server defined in the settings. If the config file setting +emailToLog is set to a true value, then the message is sent to the WebGUI log file with +priority WARN. + +Returns 1 if successful. =cut