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? Quote 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... Quote Link to comment https://forums.phpfreaks.com/topic/89593-email-meeting-requests/#findComment-459074 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.