summaryrefslogtreecommitdiff
path: root/FS/FS/msg_template/email.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-29 13:37:23 -0700
committerMark Wells <mark@freeside.biz>2015-08-30 17:49:06 -0700
commit2d8749c581dce1c2564487b87425b60cbb37a690 (patch)
tree7401224d1c6354c5ce2c51514edb0be49a68f42a /FS/FS/msg_template/email.pm
parent179b05af5cc54a0295c65323b0a23b6c9426d6a5 (diff)
#21564, external message services: REST client
Diffstat (limited to 'FS/FS/msg_template/email.pm')
-rw-r--r--FS/FS/msg_template/email.pm11
1 files changed, 2 insertions, 9 deletions
diff --git a/FS/FS/msg_template/email.pm b/FS/FS/msg_template/email.pm
index 275dc82..e69183f 100644
--- a/FS/FS/msg_template/email.pm
+++ b/FS/FS/msg_template/email.pm
@@ -448,17 +448,10 @@ sub content {
=cut
-=back
-
-=head2 CLASS METHODS
-
-=over 4
-
=item send_prepared CUST_MSG
-Takes the CUST_MSG object and sends it to its recipient. This is a class
-method because everything needed to send the message is stored in the
-CUST_MSG already.
+Takes the CUST_MSG object and sends it to its recipient. The "smtpmachine"
+configuration option will be used to find the outgoing mail server.
=cut