Some problems sending an email via form

P

Piet Puk

Hello,

I have 2 problems which I need some help with.

1. I have made a form which sends an email, but I can't seem to find a way
to make it an email with "High priority" (exclamation mark). Don't know the
english word for it so I hope you understand what I mean.

2. The following error occurs when I send the form:
Error opening template: f:\Inetpub\wwwroothttp:\www.bla.bla.com\bla\bla.htm
Cause: 3
I'm pretty sure the referal to the 'return page' (the page that gets
displayed after the form is posted) is correct.

Here some of the cod:e
<form action="http://www.bla.com/scripts/formmail.dll" method="POST">
<input type="hidden" name="form_template"
value="http://www.bla.bla.nl/bla/bla.htm">

I think the error is caused because I use the formmail.dll from another
domain, You can see 1 "bla" there in www.bla.com, but the return page is on
another domain www.bla.bla.com (2 "bla"s) (same server though).


Thanks in advance for any information you can give me!

Piet
 
B

brucie

in post: <
Piet Puk said:
1. I have made a form which sends an email, but I can't seem to find a way
to make it an email with "High priority" (exclamation mark).

add the X-Priority header to the email headers.

X-Priority: 4 (Low)
X-Priority: 3 (Normal)
X-Priority: 2 (High)

there are others like 'X-MSMail-Priority' but the above may be enough.
as they're non standard they may be ignored. also spammers use them a
lot so it may cause a spam filter to get a little upset and increase the
score enough in conjunction with other scores to kill the email.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top