-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
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);