Using BCC For Mailing List / Newsletter

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


ADVERTISEMENT

Asp Mailing List

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

Mailing List

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

Mailing List

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

SMS Mailing List

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

Mailing List

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

Automatic Mailing List

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

ASP Mailing List Software

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

Creating A Mailing List Using ASP

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

Attachments From Mailing List

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

Double Opt In Mailing List

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

Mailing List Form

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

ASP Form Fills In Newsletter. How To Save Newsletter?

I have a form that collects data fro a newsletter. Data is passed via form variables and dislplayed on in the newsletter. I am trying to nit use a database due to space concerns. How do I save the newsletter page after the form has been ccompleted?

View Replies View Related

Newsletter

I want to know if there is a free newsletter template or tutorial in asp.

View Replies View Related

Newsletter

my new client need a newsletter script for its website. So far my experimentation havent been quite successful, so any help is welcomed.

View Replies View Related

Jmail Newsletter

I am currently trying to code a newsletter script with asp using jmail. I've seen hundreds of examples on the net that accomplish this but there is only one problem they all use a do while statement that sends one email at a time. When I do this the server times out because my list is so long. So I have been trying to write a scrip that uses the BCC function to send one email to everyone at once. Unfortunatly I can't seem to get it to work. Does anyone have any ideas how I can do this?

View Replies View Related

Newsletter System

Created a basic ASP/ADO/Access 2000 Newsletter system using JMail.
Basically client has 300+ subscribers and wants to send 1 newsletter email
to them all every 1 - 2 months.

Missed my client's call to say it wasn't working, but having checked with my
ISP (FastHosts), they have some kind of embargo on the amount of emails that
can be sent every 10 seconds.

View Replies View Related

Electronic Newsletter

We currently create an e-newsletter for our members on a weekly basis. I do know some ASP, and have done a lot with what I know. BUT what I would now like to do is find out if there is any good way using ASP or an ASP script that I can extract a URL and email it to people.

Basically we can't afford to continue using b-central to mail our newsletter, so what I am hoping to do is find a script that will allow me to email the contents of our newsletter to people on our subscriber list (as well as to manage that list).

I have found many listserv scripts, but what I can't find is one that actually grabs the content of URL X and turns that in to a HTML email message.

That is what I am looking for. Preferably a free package, if there is such a thing, if not an inexpensive solution (under $200).

View Replies View Related

Template For Newsletter

I need to create a template for an online newsletter that will auto-generate
page number (with current page not hyperlinked) and previous and next
buttons (no previous on first page and no next on last page).

Does anyone know of any quick asp code that will do this? I don't think
that it'd be too hard to do, but I'm very new at asp. Code:

View Replies View Related

Receiving Newsletter

I have made my own newsletter system and its working perfect but the problem is that when i mail an HTML code news letter like this :
Code:

<html>
<head>
<title>New Page 1</title>
</head>
<body>
<p>
<a href="http://www.mysite.com/sample.htm">
<img border="0" src="http://www.mysite.com/ms_newsletter.gif" width="595" height="842"></a></p>
</body>
</html>

when i send the newsletter then this image is only comming for the Hotmail users and not for the Yahoo or Gmail account holderrs

View Replies View Related

Newsletter Script

if anyone had any good recommendations on a good newsletter/mailing list script. My site is slowly gaining new members everyday and needs someway to email them important updates/newsletters. I have tried creating one myself but run into problems when trying to send out a large quantity. So I’ve decided to find a script to do this in order to save me time.

View Replies View Related

Send Newsletter

how can i send newsletter(Html including images) to any one email address. Email must come from database.

View Replies View Related

Newsletter Script

I usually work with PHP but have taken on an optimzation job where the guy has an aSP site and will be installing a newsletter as part of the make-your-site -more-useful process.

Does anybody know of a decent, really, really simple, newsletter ecript in ASP, that has (or is possible to translate to) a Spanish interface, and is easy to install?

View Replies View Related

Auto-Newsletter

I once found a script that would automatically notice changes on your site, and then auto-matically send a newsletter to your users notifying them of the changes, and giving a short description. I know how to do everything but get the changes and summarizing them. Anyone know of such a script (that's free)?

View Replies View Related

Unsubscribing To A Newsletter From Email

I've seen in the bottom parts of the newsletters there's a link to unsubscribe, something like this http://www.something.com/z/r/?LEzMbJy0TAzMLEzsTIw=

when I click, the link takes me to a webpage and my email address is already there in the form just to click 'unsubscribe'. How do get the email address to unsubscribe??

View Replies View Related

HTML Newsletter - Practical

I am setting a newsletter feature on a server that has about 80 near identical websites all different clients. Each client has a password protected control panel for their site. If I set up their sites to collect email addresses for newsletters how do I then going about enabling my clients to send the newsletters to these email recipients. Is it practical to write a script that loops through the emails What if there are 300 emails

View Replies View Related

Sending Email/newsletter

Currently,i've done up something like a newsletter that is being sent to all users in the database. My problem now is how do I hide the rest of the recipients' address and show only the address of the recipients? Say for example, I sent this mail to user A, B and C.

However when A views her mail, she only sees her address. I know this sounds absurd but I'm just following orders. I cant user Bcc in this instance because this is like a mass emailing thingy. Can anyone assist me? I know I can make use of while loops but I'm a beginner in ASP,quite clueless on what to do. Code:

View Replies View Related

Template Selection/ Newsletter

At the moment i'm working on a template based newsletterscript and this a testscript to get some variables. This is actually working for one record but i want it to get al the records where the Newsid = "1" e.q.

It's not necessary to print/ write the results but this is just testing.

Actually the following part should be a select case... depending on the value of the column = template e.q "1" he should display this record in another format. Code:

View Replies View Related

Not Showing Newsletter Section If Db Is Empty

I have a newsletter form with 8 article sections. The resulting newsletter displays the sections in a specific format. However, if the user only has 6 articles, how can I prevent section 7 and 8 from being dispalyed as blank sections?

View Replies View Related

Sending Formatted HTML Newsletter

I want to build a system that sends formated HTML newsletter. Like the one we recevive from microsoft. How do we include the whole page with the pictures and style in an e-mail

I am using CDOSY

Do those developers use HTMLBody property or something else

View Replies View Related

Newsletter Sending With Aspemail Or Jmail

Is there a way to send a newsletter to 14.000 addresses using an web-sending email aplication like Jmail, ASPemail or others? Ill tell you the whole problem, my friends. Im responsable of sending the newsletter, and my life is travelling from one city to another.

I dont have any notebook, so it would be very helpful if I could make (or use another's) aplication in where, using a user & pass, I could enter to a site and run "send" and then quit.

View Replies View Related

Newsletter Submit Field Not Working With Hotmail

I am sending a newsletter and within newsletter I am inserting data into database.
The email works fine with yahoo mail and outlook but in the hotmail I am facing
problem which is:

I am clicking on the submit button but it is not doing anything.

View Replies View Related

Asp.net Direct Mailing

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







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