djones Posted February 5, 2008 Share Posted February 5, 2008 Is it possible to send meeting requests to outlook users using mail() via headers? If so does anyone know what the required header info is? Link to comment https://forums.phpfreaks.com/topic/89593-email-meeting-requests/ Share on other sites More sharing options...
monkeytooth Posted February 5, 2008 Share Posted February 5, 2008 im not 100% on this.. but try: Content-Disposition: inline; filename="vcard.txt" Content-Transfer-Encoding: 8bit Content-Type: text/calendar; name=calendar.ics; charset=utf-8; method=request; name="vcard.txt" for your headers.. if it works, best of luck to what you wanna do, if not.. Sorry lol... Link to comment https://forums.phpfreaks.com/topic/89593-email-meeting-requests/#findComment-459074 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.