Skip to content

Sending ICal emails (Symfony Mailer) #47279

Closed
@cbutton74

Description

@cbutton74

Description

An extra option like html or text but with ICal, so email invites can be sent from Symfony Mailer based application.

Example

$email = (new Email())
->from('hello@example.com')
->to('you@example.com')
->subject('Time for Symfony Mailer!')
->ical($icalcontent)
$mailer->send($email);

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