API Ref bug about the mailto protocol
Actually, the correct usage of mailto protocol should be mailto:youremail@example.com instead of mailto://youremail@example.com Closes-Bug:#1697449 Change-Id: I24135c4c6d6f6a8a15da4a33e38e1a518bddee50
This commit is contained in:
parent
154cfa390b
commit
2cf1cd7bba
@ -1,5 +1,5 @@
|
||||
{
|
||||
"subscriber":"mailto://test@gmail.com",
|
||||
"subscriber":"mailto:test@gmail.com",
|
||||
"ttl":3600,
|
||||
"options":{
|
||||
"from": "Jack",
|
||||
|
Loading…
Reference in New Issue
Block a user