https://github.com/pro2s/symfony4-contact-form
https://github.com/pro2s/symfony4-contact-form
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pro2s/symfony4-contact-form
- Owner: pro2s
- Created: 2019-10-27T23:21:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T19:57:35.000Z (over 6 years ago)
- Last Synced: 2025-03-16T12:32:18.302Z (over 1 year ago)
- Language: PHP
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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)

## 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
```