A problem has appeared in 1309 (don't know about 1301 - I skipped it)
I have a document template containing some jpeg images as part of the header. underneath I have the usual mix of text and attribute values as in
Dear <<Member.firstname>>
<<Bulkemail.text>>
Yours sincerely <<LoggedInMember.firstname>>
In 4.8 (1283) everything worked fine. In 4.9 (1309) all the reciients get is a completely blank email
Nothing has changed in the code
The log file contains the following
Executing action BulkEmail.HTMLmessgae=bulkemailmessage (the name of the document template)
The value of FirstName in members could not be resolved
Failed to fill document template bulkemailmessage with data
The calling process is very simple
Pick one or more from [queryname]
If bulkmail.hml='Yes' then SEND BulkEmail to Members ELSE SEND BulkText to Members
As I said - it was all working fine in 4.8 Now the ELSE bit works and plain vanilla text emails are being sent (so I know the PICK is working, but the HTML version does not
(any misspellings or capitalisations are purely a result of speed typing errors - the actual code is fine