Actual From-Name With CDONTS Mailer

I'm trying out a simple CDONTS mailer and I'd like to see an actual from-name in the received e-mail (rather than the e-mail address). How would this be done??

View Replies


ADVERTISEMENT

CDONTS Mailer Limitations

I'm looking to manage an email list with SQL server and send out newsletters. Does anyone have an idea of the limitations of sending emails with CDONTS.MAIL object? How long would it take to send out 1000 emails via asp. I guess there are many variables with that, but that's say there were no attachments and we have 15k emails. These news letters really will only be sent once a month or so. But lets say our list grows to 10000 users or even 100,000. Is that a good idea to send 100,000 thousand emails through an asp page? I wouldn't think so .

View Replies View Related

CDONTS Vs SMTPsvg.Mailer

I'm developing a newsletter module in ASP... I've worked with two mailing objects

1- SMTPsvg.Mailer
2- CDONTS

Please share your experience and suggest me one of them which one is more efficient. keep in mind that it will be a loop to send mail to two thousand members.

View Replies View Related

How Not To Display Actual URL

I have seen some of the website will display same url even if we go to inner
pages. In status bar we can see the url before click of the link but when
trhe page loads the addressber url still remain the same.

How can We do that using ASP? Is it some URL masking concept? (I think using
frames we can do that, But I am sure that website did not used frames).

View Replies View Related

Images Actual Size

I am putting together a website for a photographer. There will be a section where his clients can select various sizes of picture to order. I would to be able to display the images the actual size depending on the clients screen size and resolution. Is this possible?

I know that the server receives info on the resolution of the client computer, but that isn't quiet enough if you don't know the size of their monitor. OR the pixels per inch w * h of the client computer? It doesn't need to be 100% perfect - there are those monitor controls that let you stretch and compress the active area of the monitor but most people will be within some reasonable range.

View Replies View Related

Display Actual Code

I have an administrative page that allows users to enter HTML which is then stored in a database. I would like the user to be able to view code extracted from the database without having the HTML rendered.

View Replies View Related

How Can Update My IIS 5.0 To 5.1 Or Other More Actual Version?

How can update my IIS 5.0 to 5.1 or other more actual version? I have installed the last service pack 4 and still I have the IIS 5.0 on windows 2000 professional/server in my machines.

View Replies View Related

CGI Mailer To ASP Mailer

I currently have a CGI mailer that is running but not executing mail because there isn't an open relay between the mail and web servers, if I was on unix and had sendmail I would be right I think.
Now Im looking at going down the ASP route, would I need to open up a mail relay to get an ASP mail script to send mail? In this configuration?
I am running this on a Windows 2003 machine and looking at CDONTS.

View Replies View Related

ASP E- Mailer

I am having a heck of a problem getting this script to email correctly. A form generates all the values, and the script sends off confirmation email- except I don't get any of the confirmation emails I don't get any errors either. I've tried multiple email addresse
(in network, out of network, etc.)

Here is the code: ....

View Replies View Related

Asp Mailer

I tried sending a mail with an attachment . I am able to attach a .jpeg as well as .pdf file to the mail but the prob is when i try to attach and send a .doc file . i am storing the path of the file selected thru a browse option and then attaching that file to the mail with mailer.addattachment. It gives the correct path but does not attach the .doc file.

View Replies View Related

ASP Form Mailer

I have attempted to write an .asp script to post form data to my e-mail, however when I tried to move it into a separate file, I no longer receive it... or it might be the for..next loop I tried to use. Code:

View Replies View Related

SMTPsvg.Mailer

I know that the SMTPsvg.Mailer component is used to send mails from ASP
Page.
Can any body tell me where can I get the Component for download or Do I need
to purchase the component?
Is this Component is better than CDO ?

View Replies View Related

Form Mailer

I have only dundas and the free softartisans.com mail installed on my server.
Am wondering, who i could run mailer script that supports both html and graphics ?

View Replies View Related

Using SMTPsvg.Mailer

I have entered the following code and it works fine. The domain names and e-mail addresses have been changed to protect the innocent.....

View Replies View Related

Use Mass E-mailer

I tried using the one listed here http://www.aspfree.com/c/a/ASPCode/...rom-a-database/ but I keep getting an error which I've posted but haven't found an answer for yet. Does anyone know of any other one that I can use. I basically want to be able to pull a list of the emails out of my db and send an email to those addresses.

View Replies View Related

Using Mailer On LocalHost

I have used Mailer successfully on websites before. This time, I am trying to run my Mailer code on localhost, with IIS. This line, which in general works, is now generating an error message:

set Mailer = Server.CreateObject("SMTPsvg.Mailer")

What I've tried so far:

set Mailer = Server.CreateObject("SMTPsvg.Mailer")
set Mailer = Server.CreateObject("CDONTS.NewMail")
set Mailer = Server.CreateObject("localhost")

I don't know if I should be trying something else, if I have to do something beyond the actual code, or if it is simply not possible to have mailer working on iis/localhost.

View Replies View Related

Display An Image From Access, Stored As Location Name Not Actual Image.

I have a client who has had a ASP site with an Access database for several years. It stores information for the used cars on his lot. I have stored text in the database that points to the location of the image for each record. Each record will have a thumb image that is supposed to display in a list of vehicles available then the user can select an item from this list and a new page displays with the information and the regular size image. So far everything has worked fine exept for the display of the images which are stored in a separate directory called veh-photos. All I get are image place holders. I am using Dreamweaver 2004 and and Access 2000 for the database.

Following is the code to list vehicles: ....

View Replies View Related

Error: SMTPsvg.Mailer

I'm using a block of ASP to allow a user to send a form via e-mail. However, someone keeps sending me spam through this form and they're using a bogus return address. I'm testing for a successful send, which should fail if the return address is not valid, but I'm still getting the junk.

The block looks like this:

Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
Mailer.RemoteHost = "smtp.xxx.com"
Mailer.FromName = Request.QueryString ("Name")
Mailer.FromAddress = Request.QueryString ("Email")
Mailer.AddRecipient "Web Mail", "PCT2@xxx.com"
Mailer.Subject = "P.C.T. E-mail"
Mailer.BodyText = UserString
if Mailer.SendMail then
Response.Write " - Sucessful - "
else
Response.Write " - Failed - "
Response.Write Mailer.Response
end if

Should this block be stopping bogus From addresses? Or do I need to be doing something different?

View Replies View Related

ASP Dundas Mailer Question

I am still finding my feet creating a website in ASP, and i'm trying to get
to grips with users providing feeback to my site.
my webhosts have the dundas mailer installed, and i am trying to get it to
work for me.

does it work in conjuction with regular html? can i add a <form> and text
fields? and then will all that get sent with the page? .....

View Replies View Related

Sending HTML Mailer With SWF

I am trying to send the following HTML mail thru the ASP CDO component.

This is the HTML mail i wanna send from Page 1:

Code:....

View Replies View Related

Sending HTML Mailer With SWF

I am trying to send the following HTML mail thru the ASP CDO component.

This is the HTML mail i wanna send from Page 1:

Code: .....

View Replies View Related

CDO.Message Vs SMTPsvg.Mailer

The code below is for SMTPsvg.Mailer

I need to convert it to CDO.Message

Can somebody tell me what to do?

Do I need to replace eg:
Mailer.FromName = "" with Message.FromName = ""

and

The objects FromName with From?

If that is the case, it's not that difficult accept for I don't know all the objects for CDO .....

View Replies View Related

Automatic Mailer On Date

Does anyone know how to setup an automatic mailer to members in a database at the end of the month?

View Replies View Related

Having Trouble With The Mailer.htmlbody Function

Basically the way it SHOULD work is a fixed sized window opens and displays two tables. The top table (id=fgWindow) displays the graphics; the bottom table has dropdown menus and text boxes.

I can make every item in the bottom window show up in an email (the Sub Button_Click), however I remain unable to get it to put the contents of the fgWindow table into the body of the email.

My only BIG question is, why won't it put the table that I have ID'd as "fgWindow" in the body of the email when I send it? Code:

View Replies View Related

How To Convert Escape Values In To Actual Values

i need to convert the escape values which are by mistake updated in DB.
example:

this is a sample text string
is updated in DB as
this%20is%20a%20sample%20text%20string

here %20 is the space.

like wise there are many entries for :,'

is there way that i can update all this in a update statement?
or use asp to to update the records?

View Replies View Related

Using Cookies In A Form Mailer To Review Data

I have an asp form mailer. when the form is submitted, it goes to a review page where the user can submit the mailer or print it out. the review page pulls the cookie information in fine. after its submitted, i get an email that just says:

Submit: Submit Form

here is the code on the review.asp page that brings in the code.

Code: ....

View Replies View Related

Multiple Field Form For This ASP Mailer Script

How do I convert this ASP mailer script to accept and mail multiple fields of a form. This will do one field only )iMesg.TextBody = Request.Form("body") and it works great. Code:

View Replies View Related

Displaying Image Using The Mailer Object In HTML Format

The code sends an automatic email, but the email is html format. At the top of the email i want to include an image.

Everything is working except the image is not being included, instead a box with a X appears.

Here is the code that i am currently using

Dim htmlMess ' THIS STORES THE HTML CODE

PHP Code:

View Replies View Related

Object Doesn't Support This Property Or Method: 'Mailer.Response'

Can somebody explain me why I get this error

Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'Mailer.Response'

/Mailform.asp, line 284


This is the piece of code it refferers to.....

View Replies View Related

Cdonts

I am not having any trouble getting cdonts to work, but damn is it slow. I have the importance set to 2, but sometimes it can take a whole day or more to get the email. Anyone, know how I can make this faster, or another freeware program to send mail faster.

View Replies View Related

CDONTS

I am trying to use CDONTS to send an email and have the code below.

Set Mailer = Server.CreateObject("CDONTS.NewMail")
Mailer.From = "scottfrancisfrancis@hotmail.com"
Mailer.To = "scott.francis@eleco.com"
Mailer.Subject = "Segment Order Confirmation"
Mailer.BodyFormat = 2
BT = "Add order details here"
Mailer.Body = BT
Mailer.Send
set Mailer=nothing

I have declared the Mailer variable earlier in the code, the page runs through without any problems and redirects as it should but no mail gets sent. Can anyone see what I am doing wrong?

View Replies View Related

CDONTs To CDO

We jsut transfured our webhosts to another company, and the new servers are Win 2k3, well our others were Win 2k. I did not know that 2k3 did not support CDONTs.
I use the CDONTs for all the mail forms on our site. Is there any good turorial that have that are about CDOs? ALl i can find are CDONTs and CDOs with CDONT objects so that has been no help.

View Replies View Related

CDONTS

want to use CDONTS to sent my email. and i read this exellent thread:
How to use CDONTS
I have all kinds of forms with different names and values on different pages. How can i include all the fields of a submited form if they change name from form to form (or better yet, from page to page)?
I think that i would have to count the items and then include them in the form. but i don't know if that would work and how to do it.

View Replies View Related







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