December 8, 200421 yr Trying to get FMS7 Advanced new email function to work, but with no luck. In my XSLT stylesheet, this is what I'm trying: <xsl:variable name="email_status" select="fmxslt:send_email('[email protected][email protected]&subject=test&','reminder')"/> it returns 'false()' and no email is sent. Any ideas?
December 21, 200421 yr Author The syntax turned out to be ok. It was due to the email server configuration and - for once - the FMSA turned out innocent ;-) /J.
January 7, 200521 yr I'm trying to get this function working as well! What configuration changes were necessary? On an xsl page, I have entered <xsl:value-of select="fmxslt:send_email('code_here')"/> which returns false. I have added our SMTP server to the WP Admin Console. A tcpdump (with -vvv) doesn't show any activity (to the SMTP server). Brian
Create an account or sign in to comment