Mailing App Duplicate Problem...
I've written an email sending script to mass send to our database - some of
our subscribers are subscribed to multiple list, and so when selecting the
entire database, I want to ensure I don't have Duplicates.
To avoid this, I am selecting the recordset of all users, ordering by Email
address, sending the email, moving onto the next record and then starting a
loop to keep looping until the email address is different, but it doesn't
work... see example below... Code:
View Replies
ADVERTISEMENT
can i directly mail to hotmail or yahoo acount with any asp.net code.
i have an example like above but i need smtp adress for hotmail, i tried it for smtp.mail.yahoo.com but it didnt work and "authentication required" error accured
here is the code: ....
View Replies
View Related
I just took over maintaining an ASP codebase for sending out
newsletters by mail, as well as basic subscriber maintenance.
Thing is working ok today, with ~200 subscribers, but there are plans
on selling this 'solution' to clients with substantially higher
demands; at least in the low 1000's..
Would you consider asp suitable for this purpose? Would be a
definitive plus not having to use other technology, but i'm concerned
about timeouts and whatnot while sending out such a batch of mail.
Guess it could be made workable with tons and tons of logging, and
maybe generating a client redirect every X mails, to restart/keep the
script going?
Or is it perhaps possible to fork off a new thread and do this as a
real background task? I'm not too knowledgeable on ASP, and neither
was the guy who wrote this system in the first place, unfortunately.
View Replies
View Related
How can I call a report in Access from an ASP page?
1. Created mailing labels in access
2. Created shortcut to the mailing labels report and placed it in the web directory
3. This button used to work. Now it doesn't for some reason:...
View Replies
View Related
I am having problems e-mailing information gathered from a form.
Origionally Flash sent all the info to an asp file that e-mailed the content to me.
The problem is that the people running the server changed the server and I was informed that there is now no smtp mailer, or something like that.
I don't think the server supports other languages, I think the guy said it was a domino? server running windows.
I have tried writing simple html forms with php, but can't get anything to work.
View Replies
View Related
I want a simple asp mailing list which only collect email addresses i mean i didnot want it to send mails...only it can just collect emails for me...
View Replies
View Related
I have over 6,000 subscribers to my newsletter and am considering using CDOSYS to send the newsletter to them.This would create a multipart(text and html)version to be sent to everyone.
Whilst the HTML is only 8kb I have the feeling that creating a page which loops over 6,000 times to produce all those emails is not very efficient.or is it?
I don't exactly want to run a test and mail to almost everyone and then it fail/timeout/hang the server.
View Replies
View Related
I am currently designing a website using HTML and ASP. However as part of my website i will be collecting peoples email addresses and sending emails to them fairly regularly. Currently the E-Mail . address are being held in an access database after being inputted from the website.
if there is any way i can interface my website with Outlook or another E-Mail program to enable me to easily send the prewritten emails to the address list.
View Replies
View Related
I'm thinking about how to implement a web based SMS mailing list. The web users can subscribe / unsubscribe to the mailing list via the site and then the mailing list is used to send out SMSs containing latest offers etc.
Implementing the mailing list will be relatively simple, but I have never dealt with SMS within a site before, and was wondering if there are any ways of sending SMSs using ASP Classic.
(SMS = Short Message Service = Text Message)
View Replies
View Related
i have create mailing list system using dreamweaver. i'm using asp. the system should be able to print the recipient name and address. i want to print it in the label sticker. the problem is how to set it to print in specific location. the sticker have 3 columns and 8 rows.
View Replies
View Related
I want to know if there is a possibility of mailing the iis log files automatically,say on a daily basis. The problem i am facing now is that my web host is very busy and i need to send dozens of mails to remind him. Also tell me the security previlages needed to execute the script so that i can convey the same to my web host....
And last but not the least can we develop this script with windows nt workstation + iis 4 wihout smtp.
View Replies
View Related
I have created a Store front with .asp & access and I would like to setup something that emails all my users on my mailing list with a Dymanic email with the weeks specials.
But I would like it to happen automatically without any user interaction, say I would like to send it all the users @ 12.00am every monday.
How can this be done?
View Replies
View Related
I'm looking to start making some mailings based on email addresses that I already have in my SQL Server user database. Some mailings would be recurring, some would be one-time. The ability to import the addresses I have into the system, or read them directly from my database is ultimately important.
Does anybody have reccomendations for a particular program that will handle this?
View Replies
View Related
I'm building a website and I want to include a mailing list. I just
want a form where a user could enter their email address, so I could
send them more information. I assume that the best way to do this is
with ASP. Right now, I'm learning ASP by testing pages using Abyss
web sever with Active HTML. I have XP Home, so I can't use IIS. Here
are my questions:
1. Is ASP the best way to create a mailing list
2. Can I just use excel for the database - not access
3. How do I connect to the database. I've read about using ODBC, but
I think that would only work when the web server is on my computer. If
I got someone to host the site for me, I don't think that would work.
4. Is there an easy way to mail to the names in the database?
View Replies
View Related
I have been looking for mailing list scripts, but discover that they all seem to be for "newsletter" type lists rather than debating lists. Are there any that can be used to allow all subscribers to post?
View Replies
View Related
I am using aspEmail object (from aspEmail.com) to create a mailing list web app.
View Replies
View Related
What I need it to do is, after the user fills out the form, attaches their document and clicks submit it sends an email to a specific person.
I did this one time with PHP and followed a baby steps type of tutorial (Minus the attachment) so if anyone has something similar it would be greatly appreciated.
The backend is ASP website running on IIS6.0 on Windows Server 2003.
View Replies
View Related
i have created a page for users to enter their details into a table,i.e. name, e-mail address and password,i also want these + other details to be e-mailed to the user when he clicks the submit button,how is this done?
View Replies
View Related
Any body guide me about how to sent 1 lakh email at a time by using cdonts.newmail
View Replies
View Related
We have stored user registration information in an Access database, and we wish to develop an email with attachments like words document and pictures in jpeg/gif format and import the email address from the mailing list in the Access database and to send this to the user.
View Replies
View Related
Here's an example of using ASP, CDO and a Microsoft Access database to create a double opt in mailing list for subscribers. It lets the user subscribe and then sends them a confirmation email with a random url that has to be clicked to confirm the subscription.
I had a hard time finding a free example so I threw this together for other's searching for something to start their own with.
View Replies
View Related
What would be the best approach to sending a mass email out without clogging the server or running the risk that emails maybe lost (possibly due to a timeout).
Currently, I've been given the task with sending out a monthly newsletter to our customers (upon request of course). It is an easy task from what I can tell, simply bcc all the emails, set HTMLBody and TextBody and send it off. But, I will be sending this to 5000 clients and dont want any dropped emails.
Plus, is there a way to determine failed email address (due to bad domain names, bad email address, etc) and report it to the web application?
View Replies
View Related
I need to validate a form before
it is emailed to me. I don't really understand what email
functionality I have on the server (and the tech support might get
back to me in about 10 years). Right now all the current forms are e-
mailed using a method="post" action="http://www.website.com/cgi-bin/
mail?user@website.com", but I do not have any access to the script
that is e-mailing the form data.
What I would like to do is validate the form data and then e-mail it
directly, bipassing the mail script I'm currently using (the /cgi-bin/
mail?user@website.com), or validate the form data and pass it to the
current e-mail script.
View Replies
View Related
Designing mailing list to send out newsletter with asp, ie: page where admin presses send button to send out newsletter to all subscribers in database. I'm using JMail, but have following question:
Can I fill the BCC with all user's email and send once or is it better to loop through each user and send email one at a time? Guess worried about using BCC because of someone might gain access to all user's emails in the mailing list.
View Replies
View Related
I'm trying to make a really simple form so users can submit their email addr esses to join a mailing list. I am using the following code:
<html>
<title>mailing list form</title>
<body>
<form action="post.asp" method="post">
<input type="text" name="E-mail address">
<input type="submit" value="Join Mailing List">
</form>
</body>
</html>
View Replies
View Related
I am web admin for a school's website and now and again I have to send
emails to those who have signed the guestbook and have consented to this.
Now I have a distribution list within outlook but whenever I try to send
these emails I receive different errors e.g. 'too many recipients' Does
using CDONTs to dynamically send emails eliminate this problem? Are you
aware of any cheap programs out there that will meet my needs? I would also
like to be able to easily track and delete the emails that are no longer in
use...
View Replies
View Related
I want to store multiple mailaddress like home address and shipping address. Sometimes addresses will be more than two. I am thinking about storing the details as a dictionary object....
View Replies
View Related
i ve a project to build a complete mailing site like hotmale or yahoo.i ve not any idea of doing this..i am a APS/PHP developer but this is a totally new project for me.so i d be thakful if some1 gives me the idea of whole setup...what kinda setup i ve to build.like Which Mailing Server (Exchange Server) and complete setup.its 'd be nice if soem1 send me any URL where i can find any tutotrial on this kinda solution.
View Replies
View Related
I think you will have to go the way previously mentioned. Use an ASP form, upload the file to the server then attach it.
View Replies
View Related
when i want to insert my data into my table but i encounter the following error
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80040E2F)
Violation of PRIMARY KEY constraint 'PK_sDetail'. Cannot insert duplicate key in object 'sDetail'.
/fsearch/InsertTable.asp, line 153
sql = "Insert into sDetail values('" & semyear & "','" & sem & "','" _
& modulecode & "','" & tutorial & "','" _
& semday & "','" & startTime & "','" _
& endTime & "','" & location & "','" _
& roomno & "','" & tutor & "')"
oConn.execute sql 'line 153
how to solve this error can anyone help ?
View Replies
View Related
For example, now my 1st page is a search page, i use it to search for all records that has the same Business_unit, so it goes to a second page where a table of the records is shown.
Now this page has a link to a 3rd page, where i wan an exact duplicate of the second page, is it feasible, is there anyway to display the exact saem table on the 3rd page?
View Replies
View Related
I have a signup form.
I would like to be able to check for duplicate entries during the signup.
E.g. Check for duplicate
1. Usernames
2. Phone numbers
How could this be achieved ?
My code basically is two fold.
1. A recordset that checks
if not recordset.bof and not recordset.eof then
'do something. And redirect to say the value exists
end if
2. Run a SP to do an insert and authentication
View Replies
View Related
My table in the database may contain duplicate records, which means except
the primary key (auto_increment) field is unique, all or almost of all the
fields are with the same content. How can I select them to display and
delete them?
View Replies
View Related