Architecture :: Create Scheduled Task That Auto Send Mails

Aug 24, 2010

i bought a hosting plan that allows me to send about 500email/per hour but my client wish to send about 2000 or 3000 email at a time. is there a way to split them and 500 email per a time automaticly without the need of reloging again every hour. my hosting plan doesn't allow me to create a sql jop or send mails via Sql Server.

View 6 Replies


Similar Messages:

Create Auto Task To Delete Files From Folder?

Jan 16, 2011

im looking for help dealing with some task. im wondering if there is any code that can automatic delete all files and folders in server folder. I have folder call "uploads" and i want to: first option - delete all the folders and files that in that folder in some day and hour every week (lets say every sunday at 3 am), and if its not possible, option 2 - to trigger that process with button (delete all folders and files in "uploads" folder after click that button.

View 5 Replies

Site - Scheduled Email Task?

Mar 1, 2011

Im about to develop a site which will need 2 types of email function: the first will be simple enough, just a realtime email using system.net.mail when certain conditions are met in the underlying DB. the second is to send out an email at the end of each day covering everything that happened during the day. WOuld that have to be set up as a scheduled task?

View 3 Replies

Web Forms :: How To Add Task In Windows Scheduled Tasks

Mar 14, 2011

How can I add a Task in Windows Scheduled Tasks using Asp.Net.

View 3 Replies

Execute Code In Scheduled Task Of Windows?

May 28, 2010

How to execute asp.NET code in scheduled task of windows?

View 5 Replies

Windows Shared Hosting - Custom Scheduled Task?

Mar 9, 2011

I have a windows shared hosting and i need to run some scheduled c# executable every day for create sitemap, send newsletter,etc...The provider tell me that i can't run executable for security reason.Whay can i do?The provider suggest me to buy a VPS, but do not think it makes sense to spend more money just to run some scheduled task.

View 3 Replies

C# - How To Invoke A Windows Scheduled Task Or A Batch File On A Server Different To The IIS Server

Sep 7, 2010

I have a asp.net web site, I would like a page on that site to be able to invoke a Windows Scheduled task or a batch file on a server different to the IIS server?

Is it possible?

View 2 Replies

Controls :: Send Scheduled SMS Automatically From Website

Jul 18, 2013

I am a .net developer. I am developing an application in which i need to send scheduled sms to users mobile number which is stored in database(SQl Server 2008) automatically.

I have already buy sms gateway. How can I do this. Is there any way to call a asp.net page automatically periodically.?

View 1 Replies

Architecture :: To Create A Function To Send An Email To All Users In A Particular Role?

Jan 20, 2011

I'm comfortable sending emails to individuals in ASP.NET, but recently have needed to create a function to send an email to all users in a particular role.

A couple of problems I'm having are:

My shared hosting allows 200 emails per hour. Although not an issue at the moment it could be very soon, so how can I 'throttle' my application to not send out more emails then I'm allowed to?

If want to loop through the emails and send the messages in the background of my app. Rather than have a situation where logging off or closing the browser stops the process. point me in the direction of some articles about this type of thing, my searching so far hasn't given me great results.

View 2 Replies

Send Mails To Different People Within The Organization

Feb 19, 2010

In every organization there will be mail access project. I want to know the sample application. Can u please tell me the sample application. I know how to send the mails from asp.net page, by using one email id. means by setting the mailer host, username and password details in web.config file. But i need to send from different email id's to different id's.

View 3 Replies

Unable To Send Automated Mails

Feb 25, 2010

I am not able to send mails thru my ASP.net pages. If I host site with 172.0.0.1 IP on other hosting server then it will work but if I set the 202.71.148.84 IP provided by my Hosting Provider that time I can't if any other information is required to address this issue.

View 2 Replies

Web Forms :: How To Send Email Reminders To Members On Scheduled Date From Database

Mar 30, 2013

i wnat to sechdule message on asp.net. Like if i create a messge reminder to registerd members so they recive messge on paricular date time.

View 1 Replies

Send Automatically Mails To Registers Members By Day

Jan 18, 2010

im wonder if someone can give me direction to articles / solutions to something im tryin to do. I have membership registration for my site. I want to build some email engine that send automaticly mails to registers members by day. for example: the user is register to the site after that he get email, that OK i know how to do that. but i want the site will send another mail after a day, another email after 2 days and another email after 7 days.

View 2 Replies

How To Send Smtp Mails In Worker Role

Apr 15, 2010

Provide me some samples how to send smtp mails in worker role

View 1 Replies

Web Forms :: How To Send Mails Without Giving Authentication

Apr 17, 2012

I want to sent mails from my application, from address may be any domain and  to address also any domain.But in my application i already registered my domain name(mail.bsl.co.uk) in web.config file.the mails are going from that domain(xyz@bsl.co.uk) to other domains.But i want to sent mails from gmail,yahoo etc to other domains.

View 1 Replies

Web Forms :: Send Upto 360 Mails After That It Is Not Sending Emails?

Jan 30, 2010

I have a requirement of sending 3000 Emails one by one with an attachment of around 100KB, I was using System.net.mail namespace with our company mail server.my program will send upto 360 mails after that it is not sending emails,and it is not giving any exception.what is the solution to my problem.

View 13 Replies

Configuration :: How To Send Bulk Mails Smtp Server Code

Oct 1, 2010

I want some tips regarding sending mail ,I want to send bulk mail from my web application in c#. so ,what should be the best code for this and also what should be the best configuration used in the smtp server. because my current system fails to send 100 mails out of 400 mails in smtp server. I aslo used theading for sending this mail in batch of 30 mails in every 20 minute but it is not working . I want solution of both in my c# code and smtp and also is there any new solution in new technology like web services or any other option .

View 1 Replies

Architecture :: Schedule A Task With Windows Scheduler And Vb Script?

Sep 21, 2010

I need to schedule a task in my system with windows task scheduler and vbscript(or js also).

I want to send an http request for an aspx page in my project fom the vbscript file .This aspx page contains some database related operations.

That means when the task scheduler is started it should update my project db.

I got this link for reference

[URL]

But it is not working for me.

Can i use javascript instead of vb script?

My project is in C# and backend is sql server express 2008

View 3 Replies

Web Forms :: Send An Email From Hosted Site Task?

Feb 24, 2011

The host I use for our site lets us schedule a task, we can pointo the site and a file on the site. I'm not clear on how to make the file I point to actualy do something like run a stored procedure or send and smtp email or run some code in my app.

View 3 Replies

Web Forms :: How To Auto Delete And Auto Create Table Data

Jun 6, 2010

I have a simple online web system where it possible for the visitors to "play around" with the system. They can like create categories and products and so forth. Everything they create are stored into a database.

What I want is to be able to reset this database with my default values (table data) every n hours.

So for example if we have a bunch of users that have played with the system and created new things. Then I want to be able to make some kode that deletes all data in the tables in this database and fill it with default data. The default data can come from a backup file, or another database with same tables structure or whatever.

I want this task to be done every day at 12 pm or every n hour.

Is this possible (by forexample scheduled webservice tasks or just something as long as it is simple).

View 8 Replies

Create A Task That Will Run Once A Day On The Backend Of A Website?

Mar 2, 2010

While the economy has been in the shitter, I've written possibly the most coolest site EVER for unemployed developers looking to buzzword-ify their resumes. (Don't hate the player, hate the game.)

The only problem is, it needs a scheduled task to run once a day to do some data mining. I spent many, many hours a few months ago researching solutions, but nothing seemed sure-fire.

If I have shared hosting and cannot remote in (e.g. mstsc and create a Schedule Task), how can I create a task that will run once a day on the backend of an ASP.NET website?

After all the research I did, I don't think it's possible. Per my last analysis, someone has to visit the site at least once a day to instantiate an instance of HttpApplication.

Does anyone have any solution to making sure an operation runs automatically, no matter whether anyone visits the site, and without anything but FTP access to the website?

Like I said, I've done A LOT of looking into this in the past, and it didn't seem possible. IF YOU HAVE EXPERIENCE implementing a solution, contribute your advice! But not postulating or conjecturing needed--it's far more nuanced and difficult than you're surely imagining.

View 5 Replies

Architecture :: Auto Update Not Working On 3 Tier Project?

Nov 16, 2010

When i create a new class on data layer,i can access that on business layer by creating object of that class.

but when i create a new "public class" on business layer i cant access that on presentation layer.

another thing is, after building business layer if copy Business.dll,Business.pdb,Data.dll and Data.pdb from business layer to presentation layer "BIN" i can access that class

View 4 Replies

Architecture :: Create architecture design For WCF Service?

Aug 10, 2010

I am try to create architecture design for WCF service.

We have WCF service that we have to expose to third party so then can request with xml and get back xml response.

The wcf service should do the following:

- Accept the request call with xml

- Check xml against the schema

- Parse the xml

- Authenticate the incoming xml by username and password that will be in xml

- Send back the response

If anybody can let me know what kind of design I can use or is there any pattern available that I can take it and then extend it as per my requirement.

View 2 Replies

Web Forms :: How To Send Auto Response Mail...

Jan 12, 2010

I am trying to send email on button click and i did it sucessfully...

but now i am try to autorespond of same mail.. here i will define my problem..

my aspx page code:-

[code]

View 5 Replies

Auto Send The Email Which Is Type In The Registration Form?

Mar 25, 2011

im doing a registration form and when i press submit i want to auto send the email which is type in the registration form..its in VB form..

here is my code

[Code]....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved