Your private email sending app
Explore the archives »
View Demo · Report Bug · Implement Feature
Send mail is a web application for sending emails, which basically consists of sending emails quickly and simply, the website is responsive.
Some of the topics learned and covered during the construction of the project were: Packagist, PHPMailer, Namespaces, etc.
The technologies used in this project were:
To start using Send mail we have some prerequisites:
You are planning to use Gmail, as the application does not yet support other types of SMTP services.
If you accept access to less restricted applications in your Gmail, don't worry here, the application is safe and you can only activate this functionality when sending your emails via Send mail.
Enter a valid email and password so that no errors occur when sending emails.
And to keep the application safer and prevent any type of data leak, whenever you use Send mail, fill out both forms correctly, as we do not store or retrieve user data in any database, cache , cookies... You must always fill in the login and password fields when using the app.
Now that you have completed the configuration, let's send the emails:
There's not much of a secret, in the first form fill in login and password with the email you configured in step 1.
Access the second form, and in the 'To' field fill in the recipient's email (who will receive your email)
In the 'Subject' field, fill in the subject (head of the email).
And in the 'Message' field, fill in the message (body of the email) you want to send.
Click 'Send message' and check if you were taken to the success page, I recommend sending an email to yourself as a test :D!
This is an example of how you can give instructions on how to set up your project locally. To get a local copy up and running, follow these simple example steps.
XAMPP, Git(opcional)
# Clone este repositório dentro de xampp -> htdocs
$ git clone https://github.com/GilbertoASJ/Send-mail.git
# Ligue o servidor Apache e o banco de dados MySQL no xampp
# Abra o navegador em localhost
# Navegue até Send-mail e veja o projeto rodar
Contributions are what make the open source community an incredible place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
git checkout -b feature / AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature / AmazingFeature
) Distributed under the MIT license. See LICENSE
for more information.