Mailtools

Screenshot Software:
Mailtools
Mga detalye ng Software:
Bersyon: 2.1
I-upload ang petsa: 14 Apr 15
Nag-develop: Oliver Cope
Lisensya: Libre
Katanyagan: 4

Rating: nan/5 (Total Votes: 0)

Pagsusulat ng isang web application? Nais mo bang magpadala ng ilang mga email mula sa mga ito? Mailtools ay isang application na maaaring makatulong sa iyo na may na!
* Simple API para sa pagpapadala ng plain text message, HTML at mensahe sa mga attachment.
* ThreadedMailer ng mga email sa background at babalik kontrolin sa iyong aplikasyon agad, kahit na pakikipag-usap sa pabagalin remote na server.
* Temporary pagpapadala ng mga pagkabigo ay awtomatikong susubukan.
* Ang pagpapatakbo ng iyong application sa test mode? Ang RedirectMessages wrapper ruta ng mga email sa isang pagsubok na address at hindi sa live na mga email address.
Paggamit:
Paglikha ng isang simpleng SMTP mailer:
mula sa pag-import mailtools SMTPMailer
mailer = SMTPMailer ('127.0.0.1')
Mailer na ito ay i-block hanggang mensahe ay ipinapadala at hindi muling susubukan pagkabigo. Gamitin ThreadedMailer upang ayusin ang:
mailer = ThreadedMailer (SMTPMailer ('127.0.0.1'))
Pagpapadala ng plain text message:
mensahe = u'This ay isang plain text message '
mailer.send_plain (
& Nbsp; u'sender@example.com ',
& Nbsp; [u'recipient@example.com '],
& Nbsp; u'hi ',
& Nbsp; mensahe
)
Nagpapadala ng mensahe ng HTML:
mensahe = u'Look! HTML! '
mailer.send_html (
& Nbsp; u'sender@example.com ',
& Nbsp; [u'recipient@example.com '],
& Nbsp; u'hi ',
& Nbsp; mensahe
)
Pagdaragdag ng mga attachment:
mensahe = u'index.rst ay naka-attach sa mensaheng ito '
mailer.send_plain (
& Nbsp; u'sender@example.com ',
& Nbsp; [u'recipient@example.com '],
& Nbsp; u'hi ',
& Nbsp; mensaheng ito,
& Nbsp; mga attachment = ['index.rst']
)

Mga Kinakailangan :

  • Python

Katulad na software

NOCC
NOCC

17 Feb 15

Kolab
Kolab

28 Sep 15

Cerberus Helpdesk
Cerberus Helpdesk

28 Sep 15

Iba pang mga software developer ng Oliver Cope

frescoext-genshi
frescoext-genshi

20 Feb 15

Swab
Swab

20 Feb 15

fresco
fresco

20 Feb 15

Mga komento sa Mailtools

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