add msgclass to initial msg_template, #38500
authorMark Wells <mark@freeside.biz>
Wed, 7 Oct 2015 23:21:39 +0000 (16:21 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 7 Oct 2015 23:21:39 +0000 (16:21 -0700)
FS/FS/msg_template/InitialData.pm

index a4e27fd..dbb9f40 100644 (file)
@@ -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