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
ADVERTISEMENT
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
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
I want to know if there is a free newsletter template or tutorial in asp.
View Replies
View Related
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
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
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
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
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
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
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
how can i send newsletter(Html including images) to any one email address. Email must come from database.
View Replies
View Related
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
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
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
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
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 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
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
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
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
Im running a simple mail system program which emails newsletters to a database list of 3000+ users.
The program loops through a database containing the emails and sends them out using ASPEmail.
My question is, is there some way i can validate each email address so that if there are invalid characters e.g. the space in "blah @blah.com"
it will skip the record and continue the loop.
At the moment i have a working program however, whenever the program comes across an invalid email address it stops at that record and prevents the program from emailing any further.
View Replies
View Related
I am having a problem formatting an email message which comes from a form.
I am currently having difficulty with the <br> tag which I am using for line spaces within my email. I am getting an expected statement error message which is pointing to the line which is underlined below. I can't think what is causing this.
The code for my processing page is below:-
View Replies
View Related
1. I want users to type in their email address on a textfield, and after users press the "Submit" button. The info will automatically go to another person's email to receive a compliment, suggestion, etcetera.
2. Another is how to include the message written on a textarea of a form with the ASP code supplied below: Code:
View Replies
View Related
how to write to check verification valid email thru nslookup or mx record or dns record. Is it possible to do that. Is there any tutorial from sitepoint, previously found it but i lost the link.
example to check assume test@domain.com is not a real email, abc@domain.com is real email
how do u check it.
View Replies
View Related
i used the following script but it won't send the email. any suggestions why?
<%
Dim TBdy
Dim MyCDO
CR = Chr(13)
Set MyCDO = Server.CreateObject("CDONTS.NewMail")
MyCDO.From = "person@something.org"
MyCDO.To = "allstar@aol.com"
MyCDO.Subject = "collegebound info"
TBdy = Request.Form("cb_name")
MyCDO.Body = TBdy
MyCDO.Importance = 1 (Normal)
MyCDO.Send
Set MyCDO = nothing
%>
View Replies
View Related
Just starting to play with scripts, and need a little guidance. I want to check to make sure that the email addresses users enter in a form are identical before it will allow them to submit. here's what i have:
the variable for the second email address is EmailFrom2
'validation
Dim validationOK
validationOK=true
If (Trim(EmailFrom)="") Then validationOK=false
If (validationOK=false) Then Response.Redirect("emailerror.htm?" & EmailFrom)
If (Trim(Name)="") Then validationOK=false
If (validationOK=false) Then Response.Redirect("nameerror.htm?")
If (Trim(CityState)="") Then validationOK=false
If (validationOK=false) Then Response.Redirect("citystateerror.htm?")
If (Trim(SchoolName)="") Then validationOK=false
If (validationOK=false) Then Response.Redirect("schoolnameerror.htm?")
View Replies
View Related
here is the script i use:
Set myMail=server.CreateObject("CDO.Message")
myMail.Subject="subject"
myMail.From="me"
myMail.To=request.form("email")
myMail.TextBody="hello"
myMail.Send
set myMail=nothing
this script sends emails to some addresses but not others--and its based on the email service it's sending to. for instance, hotmail email addresses get the email, but mail.com email addresses dont get the email. i have tried sending it to other email hosts, too, and still, some work, some don't. what is going on here?
View Replies
View Related
I am using CDONTS component to send email in ASP.
The code is some thing like this:
Dim Mail
Set Mail = Server.CreateObject("CDONTS.Newmail")
mail.From = "abc@hotmail.com"
mail.to = "xyz@hotmail.com"
mail.subject = "Test Email Subject"
mail.body = "This is Email body message"
mail.send
Now the question is that this code will use the Default Virtual SMTP Server in IIS, but I want to use my ISP's SMTP server. please tell me how to do this. I have used my ISP's email server in Outlook express and it is working fine. Please do not suggest to use "CDO" or "CDOSYS" to use for sending emails because I must have to use "CDONTS".
View Replies
View Related
has anyone got a function or subroutine which will remove blank out or remove email addresses.
i've wrote a function which will remove valid email addresses, it's pseudo addresses such as "blah @ blah.com" or "blah_at_blah_dot_com" or "blah_at_blah_._com"
the function is basically to stop users posting an email address in a message.
View Replies
View Related
I've created an com+ application for sending emails with multiple attachments.The component looks like this:
Public Function SendMail3(toAddr, whoAddr, docSubj, docMsg, ByVal docType As Integer, Optional cc = "", Optional bcc = "", Optional sFolder = "", Optional user = "")
On Error GoTo MailErr
Set oFlds = oConf.Fields
oFlds(cdoSendUsingMethod) = cdoSendUsingPort
oFlds(cdoSMTPServer) = SMTPSrvr
oFlds(cdoSMTPServerPort) = SMTPPrt
oFlds(cdoSMTPAuthenticate) = cdoBasic
oFlds.Update
Set oMail = New CDO.Message
oMail.From = whoAddr
oMail.To = toAddr
If (cc <> "") Then
oMail.cc = cc
If (bcc <> "") Then
oMail.bcc = bcc
If oFSO.FolderExists(sFolder) Then
Set oFolder = oFSO.GetFolder(sFolder)
For Each oFile In oFolder.Files
If InStr(oFile.Name, "_" & user) > 0 Then
oMail.AddAttachment oFile.Path
FileSize = Format((FileLen(oFile) / 1024) / 1024)
SumSize = SumSize + FileSize
oFSO.DeleteFile (oFile)
End If
Next
End If
End If
End If
If ((docType Mod 2) = 0) Then
oMail.TextBody = docMsg
Else:
oMail.HTMLBody = docMsg
End If
If (SumSize > 10) Then
ErrorStrMail = "Attachment size too large!"
GoTo MailFlee
End If
oMail.Subject = docSubj
Set oMail.Configuration = oConf
oMail.Send
MailFlee:
Exit Function
MailErr:
ErrorStrMail = Err.Number & ":" & Err.Description
Resume MailFlee
End Function
When I call this component from an asp page,I don't get any error,but the mail doesn't work.....did I do something wrong?
View Replies
View Related
I have set up an interactive database with a .asp page requesting information to include an email address. After receiving a response and viewing the database no email address is entered. How do I set up my table to except an email address?
View Replies
View Related
can you use free email accounts (hotmail. yahoo) too send emails with CDO?
View Replies
View Related