Form Mail With Attachment

I just need a form that sends to an email address and sends an attachment.

1. I have tried php: matt wrights script and jacks form mail.
(set to multipart form data: they send the mail, but still dont send the form attachment.)

2. I have tried using pure asp upload and the cdont mail object.
and that wont work with the imail smtp. ( i think I need to use cdo's or .net?)


If anyone has a form with attachment script that works with iis and imail email server.

View Replies


ADVERTISEMENT

E-mail Attachment

I'm using ASP to generate an e-mail with attached files and send them out to
clients. Typically, when we send out e-mail through our mail server, there
is a disclaimer that is auto appended to the end of our e-mails. I don't
know how this is set up (not a network guy and a relatively new employee).
For some reason, this disclaimer is attached as a text file to any e-mails
that I send programmatically. Any idea what's causing this or how to solve
this problem?

View Replies View Related

ASP To PDF On The Fly - As An E-mail Attachment?

Does anyone know of a product that would allow me to create a PDF from an ASP page on the fly, but instead of displaying the PDF to the user, simply write the PDF to a file?

(My goal is to subsequently pick up the PDF and attach it to an e-mail to the user.)

I�ve been unable to find a product that can achieve this.

View Replies View Related

Mail With Attachment

I want to create a form with Fields of Name/ Email ID/ Comments/ and Attachment.I want to receive mail with single attachment through that form.Is anybody have an idea how to create such ASP code form.

View Replies View Related

CDO Mail With Attachment

Im using CDO to send a message. This message includes an attachment file which the user locates on their system system using a browse button. The location of this file is then stored in a variable which is later called upon when it comes to sending the email.

The problem is that instead of trying of attaching the file from the clients computer, it checks for the file on the server........ I was wondering if there was an equiv to the server.mappath which i could use in this instance? Code:

View Replies View Related

Create Mail With Attachment

how to create a form with attachments?

View Replies View Related

ASP Mail Document As Attachment

I have an ASP script that send mail to recipients:

inside it have:

1. link to a document stored on my server
2. same document as attachment

Problem:

sometimes the when you try to open the attachment it opens as gebberesh, and word ask you to choose encoding (offcourse no encoding fits).

In the same time when you try to open this document via link to a server it opens fine....

View Replies View Related

Sending Attachment With Mail

I use the following code to attach a file to my mail

Dim objMail
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From = Request("email")
objMail.Subject = "subject"objMail.AttachFile Server.MapPath("./Uploads/"&file_name)

objMail.To = "xyz@xyz.com"
objMail.MailFormat = 0
objMail.BodyFormat = 0
strBody="hai"
objMail.Body = strBody
objMail.Send


I attach files from the folder uploads which r uploaded there by the user. The problem is that when i recieve the attachment i get a .dat extension with it for eg ;if i attach a.txt i recieve a.txt.dat....

View Replies View Related

How To Send E-mail Met Attachment Image

How I send e-mail with attachement image. I send e-mail with cdo.message. but I have deffiecult to send attachment image.

Here is my code: ....

View Replies View Related

How To Send Attachment Using ASP Mail - CDO Object

<FORM id=FORM1 name=FORM1 action=Upload.asp method=post
encType=multipart/form-data>
File 1:<INPUT type=file name=FILE1>
Description 1:<INPUT name=DESCR1><BR>
<INPUT type=submit value=Upload!>
</FORM>

How to attach the file selected in Input type=file .

how to attach that file & send mail using CDO in ASP..

View Replies View Related

How I Send E-mail With Attachment Image

How I send e-mail with attachment image. I have made 2 file test.asp and test1.asp
test.asp called test1.asp en attachement 2 images. It does not work because the attachment image.

How I can solve this problem. herewith my code (test.asp and test1.asp) ....

View Replies View Related

Mail Insertion Hack On Send Mail Form

I'm using CDO to send mail to the site owner from ASP pages with forms.
Recently one of my forms is occasionally sending email with what seems
to be an insertion which is replacing the plain text part of the email
with something else. Looking at the server sent email source, the
hacked emails have the following:

View Replies View Related

Form Email Attachment

I have a asp form which has a file field and a Send email button. I want user to use the file field to select an attachment path to be send out as email. How can I do that?

View Replies View Related

Email Form With Attachment.

i have a form. data is written to mssql and confirmation is sent to a user and receiving partly. also form need has a field which selects a file and sends it with confirmation to email. The problem is this: i can send email and write to DB but not attachment
or i can send attachment but does not write to db.

View Replies View Related

Sending Email Attachment From An Asp Form

I am trying to send an email attachment using an asp VBscript from a .asp form. The script appears to be working fine however no email comes through to the recipient. I have tried the script without the attachment and it works fine. Code:

View Replies View Related

Create Email Form With Attachment With Cc And Bcc Address?

I want to create form in which user specify his details. But that mail should be take cc address from database and also that form have one attachment field.

Mail body must be in html format. Attachment and "from" his email field compulsory....

View Replies View Related

Form To E-mail

I have an html page with a form on it. I need the information that a user fills into the form to be sent to an email address via an asp file....

View Replies View Related

Form To Mail In Asp

i need componets/scripts to use in my forms

i want users to fill the form & i'd like to get the same data via mail.

same as feedback/suggestions forms on other sites.

for my asp pages : i want script &/or component

for my jsp pages : i want servlet &/or script

i'd like to have tutorial/example files for the same if you can provide.

plz give me requested package i need it very urgent.

i've used CDONTS.dll but it requires local SMPT which i dont want to use,

tell me the another way or tell me how to give mailhost name using CDONTS

View Replies View Related

E-mail Form

is it possible to create a form so that when it is submitted, the data on the form will be sent in the body of an e-mail to a specified address?

View Replies View Related

Form-Mail

I have a contact form, that needs to be sent as email. However, I would like that email to be received with elements of the contact form in order and not as code in between. Personally I would put it into a DB. But My client uses a server that supports ASP but not access db. Go figure. and the current form made in PHP does not work for some reason. Is there a way to parse the email in ASP so it is organized.

View Replies View Related

Form -> Mail

I normally code in PHP but need to be able to send the contents of a form in asp. the thing is, i really don't know where to start and have got completely lost in all the different scripts I have found.

Does anyone have a script which does this?I need to get the contents of the form to be sent in an e-mail in such a way that it is lisible for a complete stranger.

View Replies View Related

Submit Form Via E-mail?

I have made an html form which I would like to send by e-mail. When the recipient receives the e-mail form, I would like them to be able to fill it out and click the Submit button which will submit to an ASP page. This ASP page contains the code to submit the form data to a database. The page works fine when viewed through a browser, but the form will not submit in Outlook 2002 (I haven't tried other mail programs).....

View Replies View Related

Mail Info From A Form

I have .asp page that have a form. When form is submitted it's stored in Database.
How can I make it also send an email like to some spesific address when the form is submitted?

I already have .asp file that is some sort of a mailer and it works. But what should that button Submit have to pass parameters into that .asp and still continue what it would be doing?

View Replies View Related

Form To Mail Checkboxes

I'm sure questions like this irritate the hell out of experts but I'm more designer than programmer. Please could someone help me to create a form that will allow users to tick check boxes then have this info sent to an email address. I've managed to create text fields that work (which is a miracle in itself) but check boxes have me stumped.

I have an asp server script called confirmation.asp

<%
DIM strEmail, strName, strAddress, strTel, strMobile, strTrade, strCurrent, strRenewal, mail, reply, objMail
strEmail = request.form("Email")
strName = request.form("Name")
strAddress = request.form("Address")
strTel = request.form("Tel")
strMobile = request.form("Mobile")
strTrade = request.form("Trade")
strCurrent = request.form("Current")
strRenewal = request.form("Renewal")

mail = "email@email.com"
reply = request.form("Email")
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From = reply
objMail.Subject = "FM Green Insurance Request"
objMail.To = mail
objMail.Body = "Email: " & strEmail & vbCrLf & _
"Name: " & strName & vbCrLf & _
"Tel: " & strTel & vbCrLf & _
"Mobile: " & strMobile & vbCrLf & _
"Trade: " & strTrade & vbCrLf & _
"Current: " & strCurrent & vbCrLf & _
"Renewal: " & strRenewal & vbCrLf & _
"Address: " & vbCrLf & strAddress

objMail.Send
Set objMail = nothing
%>

and fields like this on my form

<td>Email: </td>
<td><input type="text" name="Email" id="Email" size="50" /></td>
</tr>......

View Replies View Related

ASP Form To Mail Error

I have an ASP script that collects information from a form on my site and
sends it as an email. The ASP script is calling CDONTS.DLL which is
registered on a win2k3 server with Exchange server running.

When submitting the form there is an error when it comes to the 'mail.send'
part of the script. I have given all the necessary folders the correct
permissions as per microsoft however I still get the same errors.

I believe it is something to do with permissions because if I disallow
anonymous access to the site and access it through the local network as a
logged in user the script works fine.

View Replies View Related

E-mail Contact Form

I am looking for a good e-mail contact form script for my bands website. Does anyone happen to know of any good free scripts for me to check out?

View Replies View Related

Form Mail Script

Does anyone have a form to mail script that works on a WIN2K server running IIS 5?

View Replies View Related

Form To Mail Script

I have searched for a decent asp form to email script, but cannot find one that is suitable. What I need is: Email results to a specified email address (dont want this to be a hidden input for spam reasons)

A thankyou page

an error page (validation)

Does anyone know of any good ones?

View Replies View Related

Chilisoft Asp Mail Form

i get code samples for servers running windows/IIS. the problem is that the server with my site is an aapche with chiliasp-3.5.2L-C3. i cannot figure out the syntax to take the input from the html form and mail it to a specified address.

View Replies View Related

Cannot Get Form To Send Me E-mail

I am struggling to set up a form that would allow me to recieve an e-mail from someone submitting an e-mail address for my sites newsletter. My host does have ASP and it is enabled on my site. It says there is a problem with line 122 on the thank-you.asp page but I am not seeing it. Click here to go to the page with the form on it.

View Replies View Related

Form Mail Security

I'm having trouble with spammers getting through my mail script. I've heard of FormMail for php but I need a solution for ASP. Any suggestions? I don't know how to stop these guys from using my forms to spam.

View Replies View Related

Attach A File With Mail From Form

I'm trying to get my users to attach a local file to the mail they sending me from my page.

My form code is: ....

View Replies View Related

Should Be An Easy Form To Mail Question

I've searched the forum for the answer to this..it's probably on here somewhere but in a different guise to my particular question and I don't know enough to figure it out.

If I have a basic form to mail ie

strEmail = request.form("Email")

and

mail = "me@me.com"

can I simply do this to get my form to be sent to 2 email addresses?

mail = "me@me.com, you@me.com"

View Replies View Related







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