Giter Site home page Giter Site logo

kalyanm45 / e-mail-sender Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 21 KB

This Flask application allows you to send emails through a simple web interface. It uses the Flask web framework, and emails are sent via Gmail SMTP. Below is a brief overview of the project:

License: GNU General Public License v3.0

Python 40.41% CSS 22.95% HTML 36.64%
email email-sender email-sender-tool python python-projects

e-mail-sender's Introduction

Flask Email Sender

This Flask application allows you to send emails through a simple web interface. It uses the Flask web framework, and emails are sent via Gmail SMTP. Below is a brief overview of the project:

Getting Started

Prerequisites

  • Python installed on your machine.

  • Flask and required dependencies installed. You can install them using the following command:

    pip install flask

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/flask-email-sender.git
    cd flask-email-sender
  2. Run the application:

    python app.py
  3. Open your web browser and go to http://127.0.0.1:5000/.

Usage

  1. Access the web interface by visiting http://127.0.0.1:5000/.
  2. Fill out the email sender, receiver, subject, and body fields.
  3. Click the "Send Email" button to send the email.

Configuration

In the app.py file, find the send_email function. Replace 'your_password' with your actual Gmail password. Note: It's recommended to use an application-specific password instead of your main Gmail password.

smtp.login(email_sender, 'your_password')

Important Note

  • This application uses Gmail's SMTP server. Make sure to enable "Less secure app access" in your Gmail account settings.
  • For enhanced security, consider using an application-specific password for SMTP authentication.

Contributing

Feel free to contribute by submitting issues or pull requests.

License

This project is licensed under the GNU General Public License v3.0.

Acknowledgments

e-mail-sender's People

Contributors

kalyanm45 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ashloverscn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.