Robert,
I changed my post from the User dierectory to here. Sorry for posting in the wrong forum. I was wanting to know what it would cost for you to modify the User Manager to allow me to send emails to a distribution list. So when I send an email, I would be able to choose a DNN role, and then have ALL of the emails be listed in the To: field of the email so the recipients could do a reply all and reply to the whole group. Possibly add a drop down that would say To: Distribution list, and allow me to set as default. Send 1 email to many people.
If you didn't want to customize, I was wondering what it would cost to get the source, and if you think it would be possible to do fairly easily with your module, or would there be quite a bit of re-write.
Thanks,
Kyle
Hi kkryger,
Thanks for moving your post to this forum.
If you purchase the source code, I think it would be fairly easy to modify the code to do what you need. The module is sending out one email per email address. I think you can use stringbuilder function to build the semi colon delimiter list of email addresses.
See this article for explanation: http://aspnet101.com/aspnet101/tutorials.aspx?id=15
The source code is avaiable for purchase from Snowcovered. If you decide to buy the source code, I'll point out where in the code I think you should touch.
Regards,
Robert.
I purchased the source code for the module. Can you please tell me what section that you think I need to modify.
Hi Kyle,
I am locating the code and will do a blog to show how. Are you proficient with asp.net/vb?
No. But I work with developers who are and can assist.
Please let me know where I need to look when you have it posted.