Register | Login  
 
Forum Minimize
SearchForum Home
     
  WorkControl-UserManager Module  Feature Requests  Re: Allow the S...
 Re: Allow the Send Method to include TO: Distribution List
 
 4/23/2008 7:27:52 PM
kkryger
10 posts


Re: Allow the Send Method to include TO: Distribution List

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

 4/26/2008 8:47:12 AM
support
297 posts
www.workcontrol.com
4th


Re: Allow the Send Method to include TO: Distribution List

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.


WorkControl Technical Support
 4/30/2008 4:16:38 PM
kkryger
10 posts


Re: Allow the Send Method to include TO: Distribution List

Robert,

I purchased the source code for the module.  Can you please tell me what section that you think I need to modify.

Thanks,

Kyle

 4/30/2008 11:42:02 PM
support
297 posts
www.workcontrol.com
4th


Re: Allow the Send Method to include TO: Distribution List

Hi Kyle,

I am locating the code and will do a blog to show how.  Are you proficient with asp.net/vb?

Robert.


WorkControl Technical Support
 5/1/2008 7:59:00 PM
kkryger
10 posts


Re: Allow the Send Method to include TO: Distribution List

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.

Thanks,

Kyle

  WorkControl-UserManager Module  Feature Requests  Re: Allow the S...
Print