rwoods Posted June 11, 2008 Posted June 11, 2008 Success! Invitations have been sent to the following people: ()
Martin Brändle Posted August 1, 2008 Posted August 1, 2008 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)
rwoods Posted September 2, 2008 Author Posted September 2, 2008 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?
Recommended Posts
This topic is 5926 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now