Manage Contact
To manage your menu contact content view on the landy theme, you can follow the step :
You can open
Content Manager
in your badaso dashboardSelect item
Landy Theme
and choise `Fill Content' in Action buttonYou can edit text of contact content in item title,subtitle and description
Input your logo image and text contact content to the contact content form
Set your email address as email receiver to get message from visitor your website. You can set in
.env
onLANDY_MAIL_RECEIVER
This step to configuration email testing use smtp in
.env
file.
MAIL_MAILER=smtp
MAIL_HOST=smtp_server_address
MAIL_PORT=smtp_port
MAIL_USERNAME=smtp_username
MAIL_PASSWORD=smtp_password
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="your_email_account_smtp"
MAIL_FROM_NAME="${APP_NAME}"