Asp FormMail Filtered As JUNK

How can I send asp formmail (im using ASP form mail BETA) without it being filtered as junk?

View Replies


ADVERTISEMENT

CDOSYS Always Filtered To Junk Folder

I am trying to set up a CDOSYS email to send mail to my customers from my website. I have no problems sending either plain text or HTML mails (ish) from the code I already have. The main issue i am having is that the mail will always be filtered into the junk mail folder on outlook 2003 and hotmail. (they are the only two I am testing).

Is there a way to prevent this from happening? I know one solution would be to ask the customers to set the "from" email address as "known" but for my scenario, this is not really going to be sufficient. You may have noticed I had an "ish" next to my HTML mails. I have found that when the mail using images is recieved in outlook, it converts the mail to plain text by default, but hotmail just rejects it all together.

I often get mail from other websites (newsletter etc etc) and they dont seem to be filtered, plus if there are any images in the HTML email that is sent to me, outlook gives me the option to download them if I would like to. How do I get this sort of system in place?

View Replies View Related

Junk Mail

I created an Email sender to get emails out of my database, and send it! But when they get the Email it goes into Junk Mail, which most people dont read. Just wondering is there a way of sending the Email, and for it to NOT go into junk mail?

View Replies View Related

Junk Characters In Downloaded Excel Sheet(.csv) File

We have an issue where we need to allow the user to download Japanese data into an excel sheet in CSV(Comma separated value) format.

But the Japanese data comes as junk in the excel sheet,the Unicode format is not being set.

The code in the asp page is as follows,you can put this code in a .asp file and call this from the URL.

It asks for the file download,and when you download, the japanese characters comes as junk in the excel sheet. Code:

View Replies View Related

Formmail.asp

I found what looks like a great ASP alternative to Matt's Script FormMail.pl. I downloaded the code from BrainJar.com. There are only four variables that must be set to make the code work: referersmailCompsmtpServerfromAddr
I did what the code instructed me to do but the code won't work. I'm getting an error message on submission that says:

"Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument

/scripts/formmail.asp, line 408"

I have attached both the .ASP code that I am using and the html code so hopefully a wonderfully smart programmer can give me some assistance. Code:

View Replies View Related

FormMail.asp

Some people have been reporting to me that they can't submit info using FormMail.asp when they have a personal firewall enabled. They're getting "No referer" errors. I believe the firewall programs are blocking the header info. How can I fix/work around this?

View Replies View Related

Formmail Query

At the moment i has a quote form and it sends the details back to me. using frommail.

I was wondering how i could then send an e-amail to the person that filled in the quote thanking them....

View Replies View Related

ASP Formmail / Autorespond

I'm trying to use a form where a site visitor can chosse several items and submit their e-mail address. The form should then send the visitor the items they selected as e-mail attachements and mail the form's contents to the website owner's e-mail.

Can anyone recommend a way to do this using ASP.

I have access to aspFusion's advSMTP component on my hosting service, but neither they nor aspfusion provide any documentation with examples of how to use it.

View Replies View Related

FormMail Not Working

I've used this script many times before, but for some reason it isn't working. I need another set of eyes to look over it. What's happening is, the page will submit and attempt to goto the thankyou page, but it never makes it through the form process.Files are attached. You'll probably have to replace some lines with your own server info.

View Replies View Related

FormMail.asp Results

My formmail.asp results get mailed to me, with a bunch of extra characters like +'s and %'s in them..so that I can hardly read the results. I know absolutely zero about ASP but I really need this fixed.

If anyone is feeling bored..maybe you could help me out..I dont know what the problem is, but I'd just like to send the script to someone for fixing.

View Replies View Related

Formmail Referrer Blocked

I am running into the same problem. Has a fix been found for this yet? I guess I will just comment out the referrer check until this is addressed. I can't run the risk of turning customers away because the forms don't work.

View Replies View Related

Formmail :: The SendUsing Configuration Value Is Invalid

Can someone please help with this, I am receiving this error from my simple form:

CDO.Message.1 error '80040220'
.
The "SendUsing" configuration value is invalid

/scripts/formmail.asp, line 19

Here is the asp script I'm using:......

View Replies View Related

Formmail.asp And 500 Internal Server Error

I've just tranferred a clients website to differnet windows hosting server and his formmail.asp no longer works. When the submit button is pressed it creates a 500 internal server error.

View Replies View Related

ASP Formmail W/ Courtesy Reply Back?

Can anyone help me with asp code for my form that enables sending a confirmation/courtesy e-mail back to the form submitter?

View Replies View Related

Formmail Email Page Won't Work After Windows 2000 Update

I'm using formmail.asp which is an emailing utility. Basically, the user
fills out a request page, clicks "Submit" and the page posts to formmail.asp
which emails the user information.

I'm running IIS5 on a Win2k server box and recently ran the Windows Updates
(the last time I do that). Anyway, that emailing form doesn't work now on
any of the sites I host. Any ideas?

View Replies View Related

Variable-variable=junk

im trying to subtart one quantity from another then stick the answer in to an update statment, but all i get is an error in syntax message

variable math bit=
qty=request.form("oqty")-Request.form("qty")

sql =
sSQL="Update spares SET spares.location='"&request("location")&_
"',spares.machine='"&request("machine")&_
"',spares.part_desc='"&request("part_desc")&_
"',spares.part_number='"&request("part_number")&_
"',spares.qty='(" & qty & ") "&_
"',spares.min_qty='"&request("min_qty")&_
"',spares.updated_by='"&session("name")&"' WHERE(spares.id)=" & form_id

View Replies View Related







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