diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index 880f9109f..d60082b53 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -2000,7 +2000,7 @@ class DatabaseSeeder extends Seeder Template::create(['id' => '5', 'variable' => '0', 'name' => 'This template is for sending notice to agent on new ticket creation', 'type' => '5', 'message' => '
Hello {!!$ticket_agent_name!!},

New ticket {!!$ticket_number!!}created 

From
Name: {!!$ticket_client_name!!}   
E-mail: {!!$ticket_client_email!!}

{!!$content!!}

Kind Regards,
{!!$system_from!!}
', 'set_id' => '1']); Template::create(['id' => '6', 'variable' => '0', 'name' => 'This template is for sending notice to client on new ticket created by agent in name of client', 'type' => '6', 'message' => '
{!!$content!!}

{!!$agent_sign!!}

You can check the status of or update this ticket online at: {!!$system_link!!}
', 'set_id' => '1']); Template::create(['id' => '7', 'variable' => '1', 'name' => 'This template is for sending notice to client on new registration during new ticket creation for un registered clients', 'type' => '7', 'subject' => 'Registration Confirmation', 'message' => '

Hello {!!$user!!}, 

This email is confirmation that you are now registered at our helpdesk.

Registered Email: {!!$email_address!!}

Password: {!!$user_password!!}

You can visit the helpdesk to browse articles and contact us at any time: {!!$system_link!!}

Thank You.

Kind Regards,

{!!$system_from!!} 

', 'set_id' => '1']); - Template::create(['id' => '8', 'variable' => '1', 'name' => 'This template is for sending notice to any user about reset password option', 'type' => '8', 'subject' => 'Reset your Password', 'message' => "Hello {!!$user!!},

You asked to reset your password. To do so, please click this link:

{!!$password_reset_link!!}

This will let you change your password to something new. If you didn't ask for this, don't worry, we'll keep your password safe.

Thank You.

Kind Regards,
{!!$system_from!!}", 'set_id' => '1']); + Template::create(['id' => '8', 'variable' => '1', 'name' => 'This template is for sending notice to any user about reset password option', 'type' => '8', 'subject' => 'Reset your Password', 'message' => 'Hello {!!$user!!},

You asked to reset your password. To do so, please click this link:

{!!$password_reset_link!!}

This will let you change your password to something new.'." If you didn't ask for this, don't worry, we'll keep your password safe.

Thank You.

Kind Regards,
".' {!!$system_from!!}', 'set_id' => '1']); Template::create(['id' => '9', 'variable' => '0', 'name' => 'This template is for sending notice to client when a reply made to his/her ticket', 'type' => '9', 'message' => '

{!!$content!!}

{!!$agent_sign!!} 

Ticket Details

Ticket ID: {!!$ticket_number!!}

', 'set_id' => '1']); Template::create(['id' => '10', 'variable' => '0', 'name' => 'This template is for sending notice to agent when ticket reply is made by client on a ticket', 'type' => '10', 'message' => '
Hello {!!$ticket_agent_name!!},

A reply been made to ticket {!!$ticket_number!!}

From
Name: {!!$ticket_client_name!!}
E-mail: {!!$ticket_client_email!!}

{!!$content!!}

Kind Regards,
{!!$system_from!!}
', 'set_id' => '1']); Template::create(['id' => '11', 'variable' => '1', 'name' => 'This template is for sending notice to client about registration confirmation link', 'type' => '11', 'subject' => 'Verify your email address', 'message' => '

Hello {!!$user!!}, 

This email is confirmation that you are now registered at our helpdesk.

Registered Email: {!!$email_address!!}

Please click on the below link to activate your account and Login to the system {!!$password_reset_link!!}

Thank You.

Kind Regards,

{!!$system_from!!} 

', 'set_id' => '1']);