🕺
LaravelSharedHosting
  • Some hints and best practices for deploying laravel on shared hosts
  • SiteGround Shared Hosting
    • Introduction
    • Prepare your Laravel project
    • Add a hosting account
    • SSH access to SiteGround space
    • Setup a mysql database
    • Adding a mail account
    • The master folder
    • Create a .env file
    • Connect your server to git
    • Create a deployment script
    • Link this site into your webserver
    • SSL Certificate
    • Setting up a CRON job
    • Running a Queue Worker
    • On-going deployments
    • Deploy from local development
    • Deploy using GitHub Actions
Powered by GitBook
On this page
  1. SiteGround Shared Hosting

Adding a mail account

If you need to send email from your server, one option is to create a mail account in your host Site Tools. You can create a mail account then set the credentials in your .env file so if you make an account, remember the details.

When setting the values in the .env file, remember that you must use the full email address for the sending account.

If you setup your site with a temporary domain name, you will not be able to configure email at this point. Come back to this once you assign a real domain name to the site.

PreviousSetup a mysql databaseNextThe master folder

Last updated 2 years ago