An open API service indexing awesome lists of open source software.

https://github.com/pro2s/symfony4-contact-form


https://github.com/pro2s/symfony4-contact-form

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Symfony Contact Form

### A basic Contact form App With Symfony 4

This contact form can send emails using Gmail, SMTP and Cloud.
I will recommend give a look on the Symfony website in the [documentation](https://symfony.com/doc/current/email.html) that describes how to send an email using Gmail, SMTP and Cloud services

__Symfony version__: 4
__Symfony skeleton__: website-skeleton
__Template engine__: Twig
__Frontend framework__: Bootstrap 4 (Bootstrap CDN)

![Image](https://monosnap.com/image/n9plfLkFgJH9eJVUI742caY3dKO5Rg.png "Image")

## Installation

``` bash
# Install dependencies
composer install

# Edit the .env file (or .env.local) to update MAILER_URL option, ex:
MAILER_URL=smtp://

:?encryption=tls&auth_mode=login&username=&password=

# Now let's fire up the web server and take a look on this contact form:
php bin/console server:start
```