Package sage :: Package server :: Package notebook :: Module mailsender
[hide private]
[frames] | no frames]

Module mailsender

source code

nodoctest



Classes [hide private]
  MailMessage
Represents an email's data.
  SMTPInput
A message to be sent off to an SMTP server.
  MailClient
  SMTPClientFactory
Variables [hide private]
  application = <twisted.python.components.Componentized instanc...
  _from = 'moretti@u.math.washington.edu'
  _to = ['wstein@gmail.com']
  _id = 'sage.math.washington.edu'
  subject = 'Progress'
  body = '\nWilliam,\n\nI\'m sending this to you from Twisted. I...
  data = <sage.server.notebook.mailsender.MailMessage instance a...
  m = <sage.server.notebook.mailsender.SMTPInput instance at 0x1...
Variables Details [hide private]

application

Value:
service.Application("SAGE SMTP Client")

body

Value:
'''
William,

I\'m sending this to you from Twisted. I think I\'m ready to try to pl\
ug this in
from SAGE, as soon as Yi has the login stuff working (which he almost \
does.)

...

data

Value:
MailMessage(_from, _to [0], subject, body)

m

Value:
SMTPInput(_from, _to, data.as_string(unixfrom= False), _id)