Hi,
I have a simple question but i did not found an answer to it.
So hopefully you could help.
I have a registration form on my website.
But i need to attach an attachement to the e-mail when somebody registers.
My register call is basic.
[[!Register?
&postHooks=`registrationMail`
&submitVar=`registerbtn`
&activationResourceId=`8`
&activationEmailTpl=`MylgnActivateEmailTpl`
&activationEmailSubject=`registration – Approval/ registration step 1 of 2`
&submittedResourceId=`7`
&usergroups=`Customers`
&validate=`language:required,
type:required,
affliated:required`
]]
Love to know how i can attach an attachement.
Thanks...