go to post Joe Schra · Jan 19, 2021 Thanks Vice, that does seem to be the problem. I changed the security on the specific file and it did flow through.
go to post Joe Schra · Nov 20, 2017 Jeffrey this works!I will be making variations on this as we have 49 unique locations to populate automatically in the body of the email message. However, my test went through. To come full circle, if anyone else is looking for something like this... We are sending out "How are we doing surveys" after a clinical appointment with our Hospital and outpatient services. Based on a patient email, and the location in which they were seen, they will receive the survey (embedded in a URL).Thanks!
go to post Joe Schra · Nov 17, 2017 Thanks for your follow up Jeff! Hopefully today I can set this up in our TEST environment, I'll let you know the outcome.
go to post Joe Schra · Nov 17, 2017 Thanks Mark,I am just getting started with Ensemble so forgive me for being naïve...excited to give this a try!
go to post Joe Schra · Nov 16, 2017 When I am looking at the exampleClassMethod CreateTextMessage() As %Net.MailMessage{Set msg = ##class(%Net.MailMessage).%New()set msg.From = "test@test.com"Do msg.To.Insert("xxx@xxx.com")Do msg.Cc.Insert("yyy@yyy.com")Do msg.Bcc.Insert("zzz@zzz.com")Set msg.Subject="subject line here"Set msg.IsBinary=0Set msg.IsHTML=0Do msg.TextData.Write("This is the message.")Quit msg}My biggest hurdle is finding a way for the message to insert PID-13-4 (email address) into the "Do msg.To.Insert___"Anyone have any thoughts?
go to post Joe Schra · Nov 16, 2017 When I am looking at the exampleClassMethod CreateTextMessage() As %Net.MailMessage{Set msg = ##class(%Net.MailMessage).%New()set msg.From = "test@test.com"Do msg.To.Insert("xxx@xxx.com")Do msg.Cc.Insert("yyy@yyy.com")Do msg.Bcc.Insert("zzz@zzz.com")Set msg.Subject="subject line here"Set msg.IsBinary=0Set msg.IsHTML=0Do msg.TextData.Write("This is the message.")Quit msg}My biggest hurdle is finding a way for the message to insert PID-13-4 (email address) into the "Do msg.To.Insert___"Anyone have any thoughts?
go to post Joe Schra · Oct 25, 2017 Great thanks Jeffrey! I will take a look at the overview thank you for the direction.