Skip to content

Instantly share code, notes, and snippets.

View LuisAlejandro's full-sized avatar
🇻🇪

Luis Alejandro LuisAlejandro

🇻🇪
View GitHub Profile
@LuisAlejandro
LuisAlejandro / send-mail.py
Created April 15, 2020 04:40
This is a python script to send a multipart email message
# This is a python script to send a multipart email message
# Replace these variables with its values:
# from_address = ""
# to_address = ""
# server_url = "" <--------------- You can use smtp.gmail.com
# server_port = ""
# password = ""
#
# You should write your message in the text variable and the html variable (for an html version of the message)
//
// This file is part of ZenProfits.
// Copyright (C) 2021, Luis Martínez.
//
// Please refer to AUTHORS.rst for a complete list of Copyright holders.
//
// ZenProfits is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.