plugins/shop/share/db/data/shop_mail_events.data.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
  1 => [
    'id' => '1',
    'event_id' => '1',
    'from_email' => null,
    'from_name' => null,
    'subject' => '',
    'html' => 'Hello {nick}, thank you for registering with us!
Your account e-mail is: {email}
Your password is: {password}
Yours,
{advert_name}
Please visit us at {advert_url} db',
    'active' => '0',
  ],
];