Stream: implementers
Topic: R4 Endpoint.address
Hanhong Lu (May 16 2019 at 18:36):
In STU3 Endpoint.address, we returns a direct address in an email format but it's not deliverable. This was fine when the datatype is uri, but in R4, the datatype changed from uri to url, and it's no longer valid. Any suggested solutions? Can we append "mailto:" to the direct address even if it's undeliverable?
Also just curious why changing uri to url?
Vassil Peytchev (May 16 2019 at 18:54):
Just for clarification, name@domain.tld is not a valid URN, so if that was what you are sending before, you still had a problem.
Grahame Grieve (May 16 2019 at 22:32):
a direct address is deliverable - you should use mailto:. It just requires a different channel; it's still SMTP
Last updated: Apr 12 2022 at 19:14 UTC