X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fmsg_template%2FInitialData.pm;h=dbb9f40378d3b788a13ea988074788a79258bde3;hb=2b2dd969f3c18751afc583ad1e836ab8e6f73b5d;hp=87c407c35ec0984c27b8e266b5f0c517c5e3972c;hpb=c6ef5a3a043c4fafa2f8d21028609f1b9b70eb47;p=freeside.git diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm index 87c407c35..dbb9f4037 100644 --- a/FS/FS/msg_template/InitialData.pm +++ b/FS/FS/msg_template/InitialData.pm @@ -3,6 +3,7 @@ package FS::msg_template::InitialData; sub _initial_data { [ { msgname => 'Password reset', + msgclass => 'email', mime_type => 'text/html', #multipart/alternative with a text part? # cranky mutt/pine users like me are rare @@ -21,15 +22,6 @@ If you did not request this password reset, you may safely ignore and delete thi END ], }, - { msgname => 'payment_history_template', - mime_type => 'text/html', - _conf => 'payment_history_msgnum', - _insert_args => [ subject => '{ $company_name } payment history', - body => <<'END', -{ $payment_history } -END - ], - }, ]; }