@extends('layouts.app') @section('content')

Email Settings Set a default message which you can customize when you email an invoice, statement or other document.


@csrf
Email Addresses
Email sender address, You can select logged in
users email or any email address of your choice

EMAIL TEXT BODY
A standard and unique email content for each document you sent.
Where is this message used? When you email a document from Salesoft Resto,
we'll put this text in the Message field. You can
then customize it before sending it to the
customer.

@endsection('content') @section('admin_css') @stop @section('admin_js') @include('admin.js.email-settings') @stop