Hi,
I solved a couple of issues:
1) I didn't see PMEmail is a JsonObject. Now I understand why selector
textBody: is not known by the system but it's valid.
2) The "NameLookupFailure: cannot resolve 'api.postmark.com'" is because
PMInterface class>>
defaultApiUrl
^ 'http://api.postmark.com/'
instead of:
PMInterface class>>
defaultApiUrl
^ 'http://api.postmarkapp.com/'
** Can anyone who has access to the project change it? **
With that change it works
Dave
--
View this message in context:
http://forum.world.st/Problems-with-Postmark-in-Pharo-2-0-with-and-without-Seaside-tp4730959p4730968.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.