Never done this but you can use the MemberImported event. This will give you access to the membe object so you can basically hack anything you wan including an email system. Make sure you disable the email option in CMSImport otherwise the email will be send twice.
One thing you don't have access to is the generated password. I have thought adding the plain text password in the event but this can cause a security issue since everyone can subscribe to the imported event.
Members Import Email Template Questions
Hello there,
Your CMSImport plugin is good, it does the job... however I was wondering if there is any way to:
Best Regards,
Will
Sorry for formatting... the forum editor killed my message and throws an error when I edit.; nice!
// Will
Hi Will,
Never done this but you can use the MemberImported event. This will give you access to the membe object so you can basically hack anything you wan including an email system. Make sure you disable the email option in CMSImport otherwise the email will be send twice.
One thing you don't have access to is the generated password. I have thought adding the plain text password in the event but this can cause a security issue since everyone can subscribe to the imported event.
Hope this helps you a bit.
Thanks,
Richard
is working on a reply...