Search found 1 match

by Anthony
Thu Feb 15, 2018 12:06 pm
Forum: CalDAV / CardDAV / iSync
Topic: Create invite meeting with php mail()
Replies: 2
Views: 28755

Create invite meeting with php mail()

Hello, I would like to send an invitation to a meeting in php. I managed to create a .ics file that can be integrated into Zimbra, but I do not know how to create the invitation as it can be done in Zimbra. <?php $from_name = "webmaster"; $from_address = "webmaster@example.com"; ...