Closed marksamp closed 7 years ago
@MarkSamp @rcdmk I was happened same error. But I can solve it.
I wrote follow code.
JSON.Add "To", RecordSet("to_email_adress")
I think it will set Json that key name is "To"(Type String) and value name is "XXX@gmail.com"(Type String).
But I confirm value parameter type. It is not String
type. It is Field
type object.
So, I rewrite own code to follow code.
JSON.Add "To", CStr(RecordSet("to_email_adress"))
Hi. Thank you for your report.
I've already done some adjustments about this issue some time ago and thought it was solved.
I will do something about this soon.
Hi everybody. First thank you for this amazing code. It´s helping me a lot!
Anyway, i´m getting this weird error:
When i´m running this code:
Am i doing something wrong?
Thanks in advance!