Skip to content

Instantly share code, notes, and snippets.

@willrte
willrte / python_email.py
Created June 7, 2018 14:20 — forked from srv89/python_email.py
Python code for sending HTML email (Attachment + Multiple Recipients )
__author__ = 'srv'
import smtplib
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
from email.mime.application import MIMEApplication
username = '' # Email Address from the email you want to send an email
password = '' # Password
server = smtplib.SMTP('')
@willrte
willrte / SOI1-HEPPNER-F_.idea_SOI1-HEPPNER-F.iml
Created May 22, 2018 09:55
projet de mai SIO1 pour la société heppner F
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>