jonturgeon
jonturgeon
Hi Chris, yes to both your questions. My webapp both needs to send and receive emails. The email content is sort of structured data (it is a position reporting system...
Hi again, I used this site to get my initial POJO's http://pojo.sodhanalibrary.com/Convert I fed it the sample response from the relay webhook documentation. Just thought it might be nicer to...
Hi again, although I have been whacking away at Java for years, I am completely new to SparkPost and I would not want to put something out with that little...
Attached are my work in progress beans and below is the code I use to populate them //Stripes puts the JSON response in the parameter map String relayJSON = this.getContext().getRequest().getParameterMap().entrySet().iterator().next().toString();...