Emailing Form Using AspMail

I am trying to email form contents using ASpmail. I have gotten the form to email the contents, however, when the email is received the contents are in a very random order. Is there a way to get the information in the email to appear in the same order in which the form fields appear on the form page?

View Replies


ADVERTISEMENT

Emailing Form Using ASP

I need the following code to send all fields in a text format to an email address directly from the Win XP IIS personal webserver. Code:

View Replies View Related

Emailing Sections Of A Form

I was wondering if someone could help me out. I have a form and what I want is to have only certain parts of the form be emailed out to certain people.

So say I have 2 sections of my form. I want section 1 to be emailed to person1@host.com and I want section 2 to be emailed to person2@host.com.

I already have a very crude code to send out an email for the entire form to 1 person. Can anyone help me with this?

View Replies View Related

Emailing Form Results

I was wondering, is it possible to send the results of a web form through email instead of storing it in a database ?

would it be done it such a way

Code:
<form ACTION="mailto:aymenz@company.com" METHOD="POST" ENCRYPE="text/html">

also can i use both: store in the database and email the results of this webform to 2 reciptients, the buyer and the seller

View Replies View Related

Emailing Form Results

I have a form with two textfields. When the user hits the submit buttom I want the server to email me the results from the textfieds. Can anyone help me with this?

View Replies View Related

Emailing The User After Form Submission (CDO)

I have these email forms (using CDO) that email the content of a form to different people in our organization. Now I'd like to also email the user after they initially submit the form to confirm that we've received their information and advise them of the next steps.

My problem is that I'm trying to create 2 email instances on 1 asp page I think... which I guess is 1 session?? I'm kinda lost. How can I generate two seperate emails from one form submission? Of course, my first attempt was to just copy the original email code and change the variable names... but that doesn't work... it gets stuck on setting up the CDO config.....

View Replies View Related

Processing & Emailing HTML Form Results

I have created a form in HTML with no problems, but I can't find any tutorials on how to (or whether I even can) have the results of what the user inputted into the form directly to me. I would also like to be able to have the results stored in an Excel Spreadsheet as well. I've found tutorials on how to send to addresses inputted into the form, kind of like a 'Thanks for Participating' sort of thing and I've tried to modify it to get it to work for sending me messages, but I just can't get it to work.

View Replies View Related

ASPMAIL

i have some old code on my page that didn't work for emailing a order to me in HTML format. but now it don't work as it just sends the email to me in ASPMAIl but i can't figure out in 3 lines how to make this ASPMAIL friendly?? can someone help me as i'm dumb with this stuff

Here is my code that sends my email to me. BUt i need help on the 3 lines that I REM out.. as i don't know how to make them in aspmail CODE:

View Replies View Related

CDO Vs. ASPMail?

Can CDO authenticate or will you need to use another mail transport like ASPMail?
I am trying to use ASP to send an email programmatically.

View Replies View Related

ASPMail

I have created a signup page that sends a randomly created password to the user when they sign up.

To send the email I am using ASPmail which is installed on my server, I have also set it so if an error occurs it says what it is. But it says that the mail is being sent but then it is never received by the user. Does anybody know why this is? Code:

View Replies View Related

ASPmail

Since 2000, I have built a web site for a client in ASP, using CDO mail. All has been well, and I have getting extension projects from them <g>. But while I was away on the holiday over Christmas, the "IT dept." has decided to rationalise all the web servers (ok)... and standardise on one mail component (ok)... and they have chosen and bought ASPmail without consultation with me.

This will break a lot of my code (syntax is very different)... and a junior in-house developer has been assigned the task of making my site work with the changes. he is struggling, not knowing my application very well, and it will take him a lot of time. Is this a bid for *control* by the pointy-heads.. or does ASPmail really have some good stuff going for it?

View Replies View Related

ASPMail

We have a client with a site hosted on Verio which is running ASPMail
4.x

I need to send an email to the client with an attachment, however, I'd
prefer not to create the attachment on the local drive first. I rather
create it in memory and then attach the memory images as a file to the
email.

Is that possible in ASPMail? The online docs are pretty sparse.

View Replies View Related

ASPMail

I am trying to create a confirmation email that is sent out when the client places an order, I have looked into ASPMail as recommended by my ISP and downloaded an eval version to test locally (IIS WIN2000pro) but when I run it it comes back saying this evaluation version has expired.

Which as you can imagine is not really helping my frustration levels. Anyways, would anyone happen to know where I can find a recent usable download of Evaluation ASPMail?If so please list it here.

View Replies View Related

ASPMail Error 503

I am converting my cdonts mailler to aspmail since we precured a mail server for bulk mailing and am having an issue.

the code is this..

View Replies View Related

ASPMail With Forms

I've got 4 forms that I'm working on. For some reason 1 is working and the other 3 are not and I cannot figure out why. I have a lot of code and it would not all fit on here, so if anyone knows anything about ASPMail, and thinks they can help me, I can email you the code to the forms.

View Replies View Related

Converting From ASPMail To ASPEmail

Has anyone converted from ASPMail to ASPEmail...?

1) I get the following error. Can you offer some insight?

2) Is there an equivalent to this line: Mail.ContentType = "text/html" ...? Code:

View Replies View Related

ASPMail Or JMail Script

I need a script that will send the form submitted data to an email address using PGP to ecrypt the data. I can find a lot of forms that are just sending a basic form but I can't find anything that has the encryption. Is the asp using JMail or the ASPMail a separate page from the actual encryption page or is everything done within the same page?

View Replies View Related

Is ASPMail Good For Mass Email?

I am trying to send out a mass email newsletter. I have 600+ subscribers in our SQL Server Database. Well, is ASPMail (Server Object's product) good for this? If so I have some concerns about the error handling and assuring people don't continue to recieve the same email. Does anyone have expierence with this? If so, what is your advice?

View Replies View Related

ASP Bulk Emailing

I am currently working on script which needs to be able to send personalized emails.

The number of emails needing to be sent at one time could be anywhere from 100 to 100,000.

I would like to provide this as a background process. IE The administrator clicks on the "Dispatch Emails" button, is able to continue with his work, and then sometime later a popup windows shows up telling him the emailing was successful.

The script is currently using a sendmail function using CDONTS. Will this be able to handle a large number of emails? What about being able to somehow have the sendmail functioning in the background?

I have never worked with ASP send mailing features before and I guess I am looking for suggestions as to how i should go about this.

View Replies View Related

Emailing Back To Someone Using Asp...

I've got a form which people will fill out on the web with information such as there name, email address etc.

Ive got it to email through to me but any ideas how i can also get it to email a message back to them based on the email address they place in the email field?

View Replies View Related

Emailing An ASP Page

I am having problems emailing an ASP page within the body of the email.Is there an easier way than using CDONTS to accomplish this?
Here is what i have so far:

objBody="/download.ASP"

Set objCDO = Server.CreateObjec("CDONTS.NewMail")

objCDO.From = "asj1297adv@yahoo.com"
objCDO.To = "asj1297adv@yahoo.com"
objCDO.Subject = "Testing"
objCDO.Body = objBody
objCDO.BodyFormat = 0
objCDO.MailFormat = 0
objCDO.Send

What i end up getting is an email with the following as the contents of the body "/download.ASP". Is there an easy way to assign an ASP page to a variable and send it through email.

View Replies View Related

Emailing With Attachements

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 mailing list from the Access database and to send this to the user .

View Replies View Related

Bulk Emailing

I need to send an email out to about 800 members of our organization once every month. I've been using a 3rd party listserver, but that's been cumbersome at best, trying to keep the two email databases in sync and all.

I know how to write an asp loop to query our database and send an email to each of the 800 recipients, but I'm not sure if this is the right approach. We have an sql-driven website that's tied in as well, so ideally what I want to do is use asp to grab some website data from the sql database, generate the email text, then cycle through our membership database sending it to each member. Is this a good method, or what would be a better approach?

View Replies View Related

ASP Batch Emailing

I need to send batch html emails out from a db mailing list (anything up to 1000 in one go).I am using CDOSYS and standard ASP. My problem is that it will error if I try to do any more that 5 every 30 seconds - this is fine when I send them out myself (I have a script to do this) but now I need a program which will allow users to send out batches and I want it to appear seamless.

View Replies View Related

Mass Emailing

I'm given a DB with everyone's particulars including emails which
I'm supposed to retrieve all their emails and do a mass reminder email.

Can someone give me some ideas as how am I supposed to go about doing it
using asp and vb as I'm quite new with the languages.

View Replies View Related

Emailing Attachments With CDONTS

i'm still kind of new to ASP all together but i need to make a web form which will email the information to a specified email address. i've gotten the form to work flawlessly. however, i would like to add an attachment field so the user can upload attachments for us. how do you code attachments? our server is currently using CDONTS.

View Replies View Related

XHTML Checkboxes And CDO Asp Emailing

I have the xhtml code below:

<label>Languages Spoken </label>
<input type="checkbox" name="chk_english" value="English" />
English
<input type="checkbox" name="chk_poruguese" value="Poruguese" />
Poruguese
<input type="checkbox" name="chk_french" value="French" />
French
<input type="checkbox" name="chk_spanish" value="Spanish" />
Spanish
<input type="checkbox" name="chk_italian" value="Italian" />
Italian

Could anyone tell me how to code in asp the CDO emailing sending stuff for check boxes.

I can do text, list boxes, radio buttons but im unsure how to link in a check boxes are they all stand alone elements liek text boxes?

View Replies View Related

Emailing The Selected Template

I have different templates for different companies to be sent to the customer. first i get all the templates from the DB by giving: Select templates from tempates;

Now i want the user to select one..may be we can have a radio button displayed near the textarea in which i will be displaying the templates from DB. Once the agent selects one of the templates to be sent,that template should be sent as an email to the customer.

How do i go on achieving this ,with good formatted template in the DB?

View Replies View Related

SMTPMail Emailing Question

I believe that the SMTPMail component is part of ASP.NET, although I may be wrong, but is there anyway of using it in normal ASP scripts??

I ask because I need to send an email via my script, to a preset email address and containing the same message each time it is sent, and I have my own SMTP server (linux based) which I would like to utilise.

I also cannot use CDOSYS for this, tried everything but cannot get it to work on my machine

Failing that, does anyone know of a freeware component that will enable me to put normal SMTP commands into my scripts, just so I can send an email to a specified address, containing a basic body and using the SMTP server I have.

View Replies View Related

Emailing Output Of An Asp Page

I need the ability to email the output of an asp page to someone. I've seen it around enough that I'm guessing it's pretty basic, but I haven't come up with the google search that'll get me what I need.

I know how to send an html email, but I can't figure out how to get the contents of that page into a variable. The pages I want to send are like this one: Code:

View Replies View Related

Emailing Search Results

I have a SQL statement that returns the following list:

Email | Client_ID | Search | Description
test@test.com | 1 | chevrolet | chevrolet, in new condition
test@test.com | 1 | chrysler | very nice chrysler, $ 500
mail@mail.com | 2 | chrysler | good chrysler as new

Email = e-mail address
Clienst_ID = ID of the client

Search = Keyword that a client entered in the database to search for Description = The result from the database based on the keyword. Code:

View Replies View Related

ASP Page Emailing Text File

I have an asp page that successfully writes out the form data to a text
file. I would like to use Blat (or other free email utility) to send
the contents of the text file to a user. The code to email is as
follows:

Dim stdout, shell, cmd
function ExecCmd(cmdline)
set stdout = wscript.stdout
set shell = createobject("wscript.shell")
set cmd = shell.Exec(cmdline)
do until cmd.status=1: wscript.sleep 5:loop
ExecCmd = cmd.stdout.readall
End Function

ExecCmd("blat .prodapp.txt -s "Product Info" -t Join Bytes!")

I am guessing that it may not like the two sets of double quotes. Is it
possible to do this? The company is not willing to spend $$$$$ on
actual sendmail package.

View Replies View Related

Attach File To Page For Emailing

I'm trying to build a page that the user can attach a file/s to and email them thru a form. I see plenty of info on how to actually code it to send with a variable - but how do you build a form that allows user go out and browse for a file? Then loads the path into a form?

View Replies View Related







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