معرفی شرکت ها


FlashMail-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A fast, simple, yet poweful way to send emails, with less than 10 lines of code
ویژگی مقدار
سیستم عامل -
نام فایل FlashMail-0.0.1
نام FlashMail
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dhanush Eashwar
ایمیل نویسنده dhanush.eashwar@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/FlashMail/
مجوز MIT
FlashMail - The simplest and fastest Python email module out there! With Flash, you can send emails, with text, optional attachments, and even HTML modification, all with less than 10 lines of code; which have normally have been accompished with more than 25 lines. Overview The FlashMail Python module was written with speed, and simplicity of use in mind. It provides these key features that no other python email module provides - Fast - Send emails with less than 10 lines of code - Powerful - Custamize your emails, with attachments, and HTML modification - Easy - Great for beginners, and really simple, and easy to understand How to use it? Read the detailed information below to find out how easy it is to get started sending emails with this powerful python module Downloading it To download FlashMail, install via pip. pip install FlashMail Utilizing it's power The first step is to import it import FlashMail send_to_mail = "who_are_you_sending_this_to@gmail.com" yours = "your_email@gmail.com" password = "your_password" subject = "email_subject" message = "email_message" # Optional Vars html_message = "your message in html. Add bolding, and other modifications, with html" filename = "your filename" FlashMail.send_email(send_to_mail, yours, password, subject, message, email_message_html=html_message, filenames=[filename]) Now navigate to the link below, and turn less secure app access on. The module is completely safe to use. Then run the code! https://myaccount.google.com/lesssecureapps Change Log ========== 0.0.1 (7/30/2020) ------------------- - First Release


نحوه نصب


نصب پکیج whl FlashMail-0.0.1:

    pip install FlashMail-0.0.1.whl


نصب پکیج tar.gz FlashMail-0.0.1:

    pip install FlashMail-0.0.1.tar.gz