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.
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?
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.
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.
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:
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....
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) ....
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:
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?
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.
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:
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....
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.
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.
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).....
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?
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
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.
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)
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.
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.
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.
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?