Sending email to users with roleshttp://forums.asp.net/t/1799895.aspx/1?Sending+email+to+users+with+rolesThu, 10 May 2012 02:01:46 -040017998954964542http://forums.asp.net/p/1799895/4964542.aspx/1?Sending+email+to+users+with+rolesSending email to users with roles <p>Hi,</p> <p>When my users register, they use an email, so I would like to send them an email grouping by role:</p> <p>Role1--------------------&gt;send email (transforming default.aspx to html.aspx) to their mail box</p> <p>Do you have any ready page or project related to this ?</p> <p>Thanks</p> <p></p> 2012-05-04T00:28:29-04:004968656http://forums.asp.net/p/1799895/4968656.aspx/1?Re+Sending+email+to+users+with+rolesRe: Sending email to users with roles <p>Please take a looking at this links:</p> <p><a href="http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-aspnet-to-send-email-from-a-web-site">http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-aspnet-to-send-email-from-a-web-site</a></p> <p><a href="http://code.msdn.microsoft.com/CSSMTPSendEmail-c241f55d">http://code.msdn.microsoft.com/CSSMTPSendEmail-c241f55d</a></p> <p><a href="http://www.codeproject.com/Articles/12511/Send-Email-in-ASP-Net-2-0-Feed-back-Form">http://www.codeproject.com/Articles/12511/Send-Email-in-ASP-Net-2-0-Feed-back-Form</a></p> <p>&nbsp;</p> 2012-05-07T08:55:07-04:004973251http://forums.asp.net/p/1799895/4973251.aspx/1?Re+Sending+email+to+users+with+rolesRe: Sending email to users with roles <p>thanks, it showing how to send email manually, do you know how to do it automatickly every 8h? (maybe with a timer)</p> 2012-05-09T17:48:49-04:004973256http://forums.asp.net/p/1799895/4973256.aspx/1?Re+Sending+email+to+users+with+rolesRe: Sending email to users with roles <p>You'd need to queue them and write a service or script a sql job for that. Is there some drawback to sending it right away?</p> 2012-05-09T17:56:14-04:004973453http://forums.asp.net/p/1799895/4973453.aspx/1?Re+Sending+email+to+users+with+rolesRe: Sending email to users with roles <p></p> <blockquote><span class="icon-blockquote"></span> <h4>DarthSwian</h4> Is there some drawback to sending it right away?</blockquote> <p></p> <p>Not's for me, but my boss want to get email when he's at home</p> 2012-05-09T21:31:49-04:004973586http://forums.asp.net/p/1799895/4973586.aspx/1?Re+Sending+email+to+users+with+rolesRe: Sending email to users with roles <p>You can send mail automatically using window service:</p> <p><a href="http://www.dotnetfunda.com/articles/article931-how-to-send-mail-automatically-for-every-five-minutes-using-csharp.aspx">http://www.dotnetfunda.com/articles/article931-how-to-send-mail-automatically-for-every-five-minutes-using-csharp.aspx</a></p> <p>and check this thread,may be able to find the&nbsp;ways that suits you</p> <p><a href="http://forums.asp.net/t/1430673.aspx">http://forums.asp.net/t/1430673.aspx</a></p> <p><a href="http://forums.asp.net/t/1269838.aspx">http://forums.asp.net/t/1269838.aspx</a></p> <p><a href="http://forums.asp.net/t/1202964.aspx">http://forums.asp.net/t/1202964.aspx</a></p> 2012-05-10T02:01:46-04:00