Bergare Posted December 8, 2004 Posted December 8, 2004 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?
Bergare Posted December 21, 2004 Author Posted December 21, 2004 The syntax turned out to be ok. It was due to the email server configuration and - for once - the FMSA turned out innocent ;-) /J.
Brian Paquin Posted January 7, 2005 Posted January 7, 2005 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
Recommended Posts
This topic is 7252 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