[freeside-commits] branch FREESIDE_4_BRANCH updated. 97c2b2590624401ff41d8f12df0b5f3b8ec57268

Ivan Kohler ivan at freeside.biz
Sat Feb 13 16:11:03 PST 2021


The branch, FREESIDE_4_BRANCH has been updated
       via  97c2b2590624401ff41d8f12df0b5f3b8ec57268 (commit)
      from  c75a8d44ee34ed7cddf92d658322d095a90c0465 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 97c2b2590624401ff41d8f12df0b5f3b8ec57268
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Feb 13 16:11:02 2021 -0800

    eliminate some false laziness in FS::Misc::send_email vs. msg_template/email.pm send_prepared :/

diff --git a/FS/FS/msg_template/email.pm b/FS/FS/msg_template/email.pm
index 8fb81f677..89503590c 100644
--- a/FS/FS/msg_template/email.pm
+++ b/FS/FS/msg_template/email.pm
@@ -18,7 +18,6 @@ use Encode;
 # needed to send email
 use FS::Misc qw( generate_email _sendmail );
 use FS::Conf;
-use Email::Sender::Simple qw( sendmail );
 
 use FS::Record qw( qsearch qsearchs );
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/msg_template/email.pm | 1 -
 1 file changed, 1 deletion(-)




More information about the freeside-commits mailing list