Skip to content

Allow constructing mails from a "template mail". #4

@Avaq

Description

@Avaq

Something like:

template = new Mail()
.from "The Sender of the Mail <sender@example.com>"
.subject "Sending mails"

new Mail template
.to john
.send()

new Mail template
.to harry
.send()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions