August 1, 200817 yr Did you check - the value of the sendEmail variable? - the status of the fmxslt:send_email function with fmxslt:check_error_status() ? (see XML/XSLT CWP Guide, p. 66 and 77)
September 2, 200817 yr Author Thanks for that, it helped me to persevere. Turns out that if I change :- "fmxslt:send_email ($smtpFields,'invitation.xsl',/,true())" to "fmxslt:send_email ($smtpFields,'invitation.xsl',/,false())" it works, but I've no idea why. I know that means 'don't include images', but I'm not sure why trying to include the images would break it completely. Anyway, it works now, but I have to use full paths to images. I can't include images from the database. Would anyone have any idea why that would be?
Create an account or sign in to comment