Thread: receiving email
View Single Post
  #3  
Old 13th March 2019, 15:21
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Default
you need to set your app name aka sitename in config\app.php
Code:
    /*
    |--------------------------------------------------------------------------
    | Application Name
    |--------------------------------------------------------------------------
    |
    | This value is the name of your application. This value is used when the
    | framework needs to place the application's name in a notification or
    | any other location as required by the application or its packages.
    */

    'name' => 'UNIT3D',
as for email theme can make it whatever you want here
Code:
resources/views/vendor/mail/html/themes/unit3d.css
as for email templates there here
Code:
resources/views/emails
__________________
Founder Of UNIT3D
Reply With Quote
The Following 2 Users Say Thank You to HDVinnie For This Useful Post:
l3on (13th March 2019), z3ro (13th March 2019)