Sending Emails And Showing Progress

I need a way to show the client that the emails are being sent and how many are left. The way I want to do this, is by opening a window which will send the emails and display the status. The problem is how do I pass it the subject, body and so on. I don't want to use a querystring. I thought of doing it like so:

onSubmit = progress() - this will call a js script which will open the progress window
action = (the page that gets all the values from the form and sends the email)

Is there a way to update the popup window from the "action" page? for example: everytime an email is sent... increase a variable and send it to the popup window, and then close it when its done.

View Replies


ADVERTISEMENT

Sending Emails With Asp

I need some advice on how to write an email script in asp. I am farely new to asp but so far i have manage to understand most of the materials i've covered for this language except for sending emails from a form.

I've read the following tutorial ->URL twice, but i can't get the script working.

What am i doing wrong?

I am working on my personal box at home, do i need to have a mail server running? do i need to have addtional asp component install?

View Replies View Related

ASP CDO Sending Emails Twice

I have emails being created and sent using CDO and it is working well but, the email is being sent twice. I only call the .send once (per person) but it comes through twice.
Code:

View Replies View Related

Sending Many Emails

I have an exchange server, that I sometimes use to perform mail shots to
clients on our database, these can be upwards of 1000 at a time.
As we don't want different clients to see who we are working with we put
these mailshots in the bcc field of the mails.

This can sometimes cause a problem as we are getting alot of mails bounced
back. I would like to write a script to have these emails sent
out individually using the to: field of the mail. I have googled for
examples of doing this but haven't found anything useful yet

View Replies View Related

Sending Emails

Im searching around how to send emails but it doesnt seem to be working for me. They stay in the queue and research tells me that a firewall might be blocking them from being sent.

This is in the events log: "The remote server did not respond to a connection attempt."

Is there a way to send the email via the user's mail program?

View Replies View Related

Sending Multiple Emails

I have about 5000 emails in my database. I wrote a basic script that sends
an email to all of those email addresses. Usually I have to break it up and
only send 300-400 at a time so my script does not timeout.

I know I can up my timeout to 45 minutes if I needed to, so that they could
all be sent at once, but I do not believe that is a wise decision.

Does any know of any other ways to do this more efficiently?

View Replies View Related

Sending Bulk Emails

I have a Client Mailer page which basically sends emails off containing information specific to each client = email address found in the relevant database. I basically get this to simply loop through the client recordset (recordset.moveNext), and on each loop it sends an email to the relevant email address via CDOSYS.

Can I just check that this is ok, and this could :

a. Not have a maximum amount of clients this could send to, and basically be too much for the page to cope with if there were too many clients to loop through?

b. This could not cause some sort of Email block due to the server thinking it is spamming, etc.?

This was something someone mentioned, which I just wanted to check out!, as they suggested changing it to a Javascript refresh page, whereby it will send an email every 6 seconds for example by refreshing the page with Js, but I don't really want to change it to this unless I have to... as I was hoping the way in which I have it with the recordset loop, that it would be ok.

View Replies View Related

Sending Two Emails At A Time With CDO

I have an application form and as the user finishes the application form, an email is sent to the user to notify him/her that he/she has successfully been registered...what i want to do is that another email is sent to me at the same time to notify me that a new user has registered...is there a way to do it by only defining one CDO or do i need to create two CDO(s)...i mean:

Set objMail = CreateObject("CDO.Message")
Set objMail2 = CreateObject("CDO.Message")
.
.
etc...

can someone please advice me if this is the right way?

View Replies View Related

Need Help For Sending Emails By CDONTS

I am using CDONTS object to send emails to a person when he is registered with the web portal,but the problem is the mail is getting filtered as a spam or junk mail, and does not land in the Inbox,how to send this auto generated email into the inbox and not as a spam or bulk mail.

View Replies View Related

Sending Emails Trough Asp

i want to know how to send the form contents to an email id through asp without using "CDONTS" component coz my server does not support the component

View Replies View Related

Sending Emails With CDOSYS

I need to be able to send emails from my webserver using ASP and I am using CDOSYS to do this. I have set up my Global.asa file as follows: Code:

View Replies View Related

Sending Emails From An ASP Page

I have an ASP page that sends an email using JMail:

set msg = Server.CreateOBject( "JMail.Message" )

It works fine in my local server, but when I send my ASP page to Network Solutions it doesn't work. I guess it is because I can not run the JMail installation program at their server, therefor the object can not be created. Is there another tools I can use instead. Something that doesn't require installation, I guess.

View Replies View Related

Sending Bulk Emails

We are having large database of 3000 emailids and we want to send the newsletter to all these ids at a time. The program works for 20 to 30 email ids but when we are trying to send for 3000, the page cannot be displayed error is coming. When it is run in local system server.scripttimeout error is coming and the mail is going to 2000 mailids.

View Replies View Related

Sending Emails In Html Format

I am trying to send an email from an asp page in html format unfortunately when parenthese appear in the HTML code of the page to be emailed the ASP page reads them and trys to interpret them as ASP code

<div align="center">

any suggestions?

View Replies View Related

Sending Emails With CDONTs In Russian

I'm sending Russian text in an email generated from the website which displays in the email as ??

The website is set to codepage 65001 and the charset to utf-8.

View Replies View Related

Sending Reminder Emails Automatically

I have an online classifeds website and would like to send automatic reminder emails to advertisers 3 days before their advertisement expires.

I am able to send emails via CDONTS from a form but are unsure how to extract the date details from the database 3 days from the renewal date and send an email to all relevant advertisers . I have an Access database attached to the web pages.

View Replies View Related

Sending Multilingual Emails From ASP Page

I wrote an ASP code to send email in ENglish and it works fine but when I try to use the same code to create an email message in another language, it doesn't work. (I tried to define the code page also but the email message just displays question marks in outlook express.

View Replies View Related

Progress Bar

I have a frameset,leftframe and rightframe. Leftframe displays links and clicking on these links the appropriate page is shown in the rightframe.The rightframe accepts some inputs and submits to another page (.asp page).This page creates a .PDF report.

When i click on a link for the first time and try to generate a report , the report is displayed, also the progress bar is shown. But when i reload the page and try to generate the report again , though the report is generated in PDF format, the progress bar is not shown. This happens when the PDF is integrated within the browser.

This does not happen when the PDF is shown outside the browser. Can anyone tell me how do i resolve this issue?

View Replies View Related

Progress Bar

I want to create a popup that shows up after I click a link and stays on top until the new page is loaded

View Replies View Related

Progress Bar

I would like to create a progress bar for file uploading stating the percentage left to complete upload. How can this be done? Any reference that I can refer to?

View Replies View Related

Progress Bar

Is it possible to do a progress bar of gauge bar in asp? If possible could someone show some sample code on it.

View Replies View Related

Progress Bar

know when you are uploading files, if there is a way to show a progress bar as the file is being uploaded?

View Replies View Related

Progress Bar

I have a website that lists Word docs and Powerpoint presentations. When a user clicks on the link the open/save dialogue pops up (as it should). I know that when a user chooses to Save the doc, the dialogue finds the file size and updates the estimated download time as it is downloading.

But how can I duplicate that 'progress' when the user chooses to only Open the file? I know that the browser's status bar shows the status of the page (i.e. loading) but my client would like a progress bar for this also.

View Replies View Related

Progress Bar

I have an ASP which is a form (get), and whenever I run it, even though its just sitting there waiting for input, the progress bar at the bottom of the page starts slowly climbing up. Why is it doing that ?

View Replies View Related

Progress Bar For ASPSmartUpLoad

I'm using ASPSmartUpLoad free component in order to upload files in a browser based way, but I would like to add a Progress Bar to my page during the big files uploading, I mean something like the small html windows that appear when you are "downloading" any file.
Please, Does anyone could indicate me a way or idea about to do this?

View Replies View Related

Show A Progress Bar

I have a ASP application which let user to download their reports in pdf format. I would like to show a progress bar, or change the mouse cursor to a hourglass while the user is waiting for the file. How to acomplish this? In the asp code, I use response.BinaryWrite to create the pdf file directly to the browser. How to detect when the file is ready?

View Replies View Related

Explorer Progress Bar

I am looking for explorer object of internet explorer progress bar. I
don't know if it accessible to read real time this control.

View Replies View Related

Progress Page

I need a search in progress page, so when a user clicks my search button they are then directed to a 'searching...' page with an animated gif.

The search in progress page needs to use 'GET' to go and retrieve the results of the search. Once the results come back they replace the search in progress page.

View Replies View Related

Displaying Progress

I have an ASP page - that will be making about 7 calls to a database. What I want is to show progress to the users so that they can tell each database call is in progress. The asp calling page works fine, but it only displays when the entire process has been completed. What I want is to be able to show dynimically - step 1 done; step 2 done; etc.

View Replies View Related

Progress Bar For Reports

I have some reports which run as SQL statements from an ASP web page. As some of the queries return about 4-5000 records, I would like a progress bar to be shown so the user knows that something is happening, does anyone have suggestions on how to do this or any sample code I can use?

View Replies View Related

Copy Progress Bar Possible

I m in the completion of a "backup script" from remote to local folder. However, i m using the fsobject to make this copy. Of course, when i run this on my local intranet, it s so quick that i don t have the time to realise what s going on and it s already copied on my local folder.

BUT, if i run the script on the Internet (since the file is something like 5Mb and up) i don t have any indication that the file has been copied on my local hard drive.
Is there a way that i could display some "waiting signs" (ierogress bar or else) while the copy takes place ?

srcfile = (Server.Mappath("../db/db.mdb"))
desfile = "c:01db.mdb"
fso.CopyFile srcfile,desfile,true

View Replies View Related

Login Progress Bar

I am using Commerce Server and during the login phase,it may take a while. I have been requested that if someone is in the progress of loggin in, to display an animated gif stating "Please Wait". I am not allowed to use frames (I know why) and have been asked to avoid JavaScript if at all possible.

Does anyone know how to check for an event, display a gif without waiting for the current function that manages the login to return before refreshing the page. I was looking at some client side event?

View Replies View Related

How To Create A Progress Bar In An ASP Page

I have an ASP page that updates a processes a large amount of data n' takes a couple of minutes. I want to create progress bar .

View Replies View Related







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