We are trying to send the calender event to clients as the event and not an attachement to an email. We use the getoutput function to store the data to a string and set the email body to the string. when the email arrrives it is an email with the tags displayed and not the actual event. I figure it has something to do with the headers? Can you help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i don't think there is anohter way than as an attachment to work in all e-mail clients. but if outlook can to is, just take a look at such an email send by outlook to see what the body has to look like.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We are trying to send the calender event to clients as the event and not an attachement to an email. We use the getoutput function to store the data to a string and set the email body to the string. when the email arrrives it is an email with the tags displayed and not the actual event. I figure it has something to do with the headers? Can you help?
i don't think there is anohter way than as an attachment to work in all e-mail clients. but if outlook can to is, just take a look at such an email send by outlook to see what the body has to look like.