mailer

Screenshot Software:
mailer
Mga detalye ng Software:
Bersyon: 0.7
I-upload ang petsa: 5 Jun 15
Nag-develop: Ryan Ginstrom
Lisensya: Libre
Katanyagan: 48

Rating: nan/5 (Total Votes: 0)

Ito merges sawa SMTP at email modules, tumatagal ng isang simpleng pagsasaayos bago ang pagpapadala ng email.
Usage:
Magpadala ng isang email na may isang attachment.
import mailer
message = mailer.Message ()
message.From = "me@example.com"
message.To = "you@example.com"
message.Subject = "My Vacation"
message.Body = open ("letter.txt", "rb"). read ()
message.attach ("picture.jpg")
sender = mailer.Mailer ('mail.example.com')
sender.send (mensahe)
Gamitin ang default arguments, maramihang mga tatanggap "
message = mailer.Message (Mula = "me@example.com",
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; Upang = ["spam@example.com", "eggs@example.com"],
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; Subject = "My Vacation",
& Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; attachments = ["picture.jpg"])
message.Body = open ("letter.txt", "rb"). read ()
sender = mailer.Mailer ('mail.example.com')
sender.send (mensahe)

Features :

  • Single klase upang magpadala ng payak na teksto, HTML email, at mga attachment
  • Auto Nakikilala uri attachment
  • Suporta para internationalized header

Ano ang bago sa release na ito.

  • ngayon maaari tukuyin ang uri ng MIME

Ano ang bago sa bersyon 0.5:.

  • Idinagdag kakayahan upang magpadala ng mga email na HTML na may mga kalakip

Katulad na software

Sendy
Sendy

10 Feb 16

PHP Fake Mail
PHP Fake Mail

5 Jun 15

Defuscate
Defuscate

6 Jun 15

Mga komento sa mailer

Mga Komento hindi natagpuan
Magdagdag ng komento
I-sa mga imahe!