An application for sending private emails.
This project is designed to send private emails using a simple PHP script. It serves as a study project to understand the basics of sending emails through a web application.
- Send private emails using PHP.
- Easy to configure and use.
- Ideal for educational purposes and understanding email functionalities in web development.
To configure the application, follow these steps:
-
Clone the repository:
git clone https://github.com/yanbrasiliano/send-email-api.git
-
Navigate to the project directory:
cd send-email-api
-
Open the
envio.php
script and fill in the required credentials as indicated in the comments within the script.
- PHP (version 7.0 or higher)
- A web server (like Apache or Nginx)
- Access to an SMTP server for sending emails
- Ensure that your web server is running and PHP is properly configured.
- Open the
envio.php
file in your web browser. - Fill in the form with the necessary details and send your email.
This project is intended for educational purposes. It is not a fully-fledged email service but a simple implementation to demonstrate how emails can be sent using PHP.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software.
Contributions are welcome! Feel free to fork the repository and submit pull requests to improve the project.