Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 23, 2012 06:51 AM by Young Yang - MSFT
Member
7 Points
6 Posts
Feb 21, 2012 10:19 AM|LINK
How to implement mass mailer?
Any examples and ideas please...
Tech: <100.000 mail's per day.
All-Star
134960 Points
21632 Posts
Moderator
MVP
Feb 21, 2012 11:01 AM|LINK
system.net.mail - if you have host with this spec
1 day = 86400 seconds.
Sakhapov Ildar Tech: <100.000 mail's per day.
Contributor
4141 Points
931 Posts
Feb 21, 2012 11:09 AM|LINK
Exactly what is your requirement?
Means do you want know the method of mass mailing or technical things for supporting this?
Feb 21, 2012 11:17 AM|LINK
Yes, I want to know the method.
I have an idea like: WebRole+AzureQueue<->WorkerRole<->third-party SMTP Server
Sorry, I have bad english. :(
28 Points
7 Posts
I'd suggest evaluating services with an API to which you can integrate in .NET eg. http://sendgrid.com/ and http://mailgun.net/.
Feb 21, 2012 11:19 AM|LINK
Thank's!
But where I can find any information about azure host?
ignatandrei system.net.mail - if you have host with this spec 1 day = 86400 seconds. Sakhapov Ildar Tech: <100.000 mail's per day. That means < 2 email per seconds - it's ok if you find host.
Feb 21, 2012 11:23 AM|LINK
AndyBUK I'd suggest evaluating services with an API to which you can integrate in .NET eg. http://sendgrid.com/ and http://mailgun.net/.
No, our service may be make over 1.000.000 per month. Expensive yet.
21343 Points
1818 Posts
Microsoft
Feb 23, 2012 06:51 AM|LINK
Hi
Maybe you can use some third party SMTP server, like Amazon SES. If you want to use Azure, you should create a WCF role, use this role to invoke the SMTP server, then you need a client to call this service. Maybe you can refer to this thread: http://social.msdn.microsoft.com/Forums/sr/windowsazuretroubleshooting/thread/5bfa781c-8cb9-4f3e-8c9d-609a2d4d581a.
Hope this helpful Regards Young Yang
In addition, if you want to know more about Azure, I think you can post the question to the Azure forum, maybe you can find more help from there.
Regards Young Yang
Sakhapov Ild...
Member
7 Points
6 Posts
How to implement mass mailer?
Feb 21, 2012 10:19 AM|LINK
How to implement mass mailer?
Any examples and ideas please...
Tech: <100.000 mail's per day.
ignatandrei
All-Star
134960 Points
21632 Posts
Moderator
MVP
Re: How to implement mass mailer?
Feb 21, 2012 11:01 AM|LINK
system.net.mail - if you have host with this spec
1 day = 86400 seconds.
That means < 2 email per seconds - it's ok if you find host.Sum8
Contributor
4141 Points
931 Posts
Re: How to implement mass mailer?
Feb 21, 2012 11:09 AM|LINK
Exactly what is your requirement?
Means do you want know the method of mass mailing or technical things for supporting this?
Sumit Pathak
------------------
ThisPost = Helped == True ? "Mark As Answer" : "Elaborate your problem in more details"
Sakhapov Ild...
Member
7 Points
6 Posts
Re: How to implement mass mailer?
Feb 21, 2012 11:17 AM|LINK
Yes, I want to know the method.
I have an idea like: WebRole+AzureQueue<->WorkerRole<->third-party SMTP Server
Sorry, I have bad english. :(
AndyBUK
Member
28 Points
7 Posts
Re: How to implement mass mailer?
Feb 21, 2012 11:17 AM|LINK
I'd suggest evaluating services with an API to which you can integrate in .NET eg. http://sendgrid.com/ and http://mailgun.net/.
Sakhapov Ild...
Member
7 Points
6 Posts
Re: How to implement mass mailer?
Feb 21, 2012 11:19 AM|LINK
Thank's!
But where I can find any information about azure host?
Sakhapov Ild...
Member
7 Points
6 Posts
Re: How to implement mass mailer?
Feb 21, 2012 11:23 AM|LINK
No, our service may be make over 1.000.000 per month. Expensive yet.
Young Yang -...
All-Star
21343 Points
1818 Posts
Microsoft
Re: How to implement mass mailer?
Feb 23, 2012 06:51 AM|LINK
Hi
Maybe you can use some third party SMTP server, like Amazon SES. If you want to use Azure, you should create a WCF role, use this role to invoke the SMTP server, then you need a client to call this service. Maybe you can refer to this thread: http://social.msdn.microsoft.com/Forums/sr/windowsazuretroubleshooting/thread/5bfa781c-8cb9-4f3e-8c9d-609a2d4d581a.
Hope this helpful
Regards
Young Yang
Feedback to us
Develop and promote your apps in Windows Store
Young Yang -...
All-Star
21343 Points
1818 Posts
Microsoft
Re: How to implement mass mailer?
Feb 23, 2012 06:51 AM|LINK
In addition, if you want to know more about Azure, I think you can post the question to the Azure forum, maybe you can find more help from there.
Regards
Young Yang
Feedback to us
Develop and promote your apps in Windows Store