Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Functions
wowf.lib.mailer Namespace Reference

Functions

def send_mail
 Send an email to the given recipients.

Function Documentation

def wowf.lib.mailer.send_mail (   subject,
  recipients,
  template,
  variables = None,
  extra_headers = None,
  attachments = None,
  sender = None 
)

Send an email to the given recipients.

Parameters
templatePath to email template
variablesDictionary of variables to pass to the template
attachmentsFiles to attach to the email
senderEmail address of sender, if not the default sender

Definition at line 22 of file mailer.py.