Public API
/api/method/frappe.email.get_contact_list
frappe.email.get_contact_list ()
Returns contacts (from autosuggest)
frappe.email.get_system_managers ()
No docs
frappe.email.sendmail (recipients, sender=, msg=, subject=[No Subject], attachments=None, content=None, reply_to=None, cc=(), message_id=None)
send an html email as multipart with attachments and all
frappe.email.sendmail_md (recipients, sender=None, msg=None, subject=None, attachments=None, content=None, reply_to=None, cc=(), message_id=None)
send markdown email
frappe.email.sendmail_to_system_managers (subject, content)
No docs