mailto problem - need to autosend w/>256chars

P

Peter Bassett

I thought this would be an easier task than it has become.

I have a form for the user to enter resume information. There are several
fields. I need to email this information to the Recruiter. Ithought I could
just concatenate all the fields into "body" and send it off in a
Response.redirect command a la

RedirectStmt = "mailto:" & "(e-mail address removed)" & "?subject=" & _
Request.QueryString("fullname") & " Resume" &_ "&body=" & body

But I do not want to see the email client pop up. I want this to
automatically be sent. Also, I have read that the mailto limit is 256 chars
which is of course wxceeded with all the resume info.

How can I auto-send the resume and also have the body be any size?

Thanks!
Pete
 

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,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top