|
-
Aug 23rd, 2004, 10:34 PM
#1
Thread Starter
Addicted Member
Formating formmail
i'm using formmail.pl to send email, the emails send fine.. but i have to have this form work for a clinet, and i don't want to present it the as key = value pairs like it is currently being emailed.
currently it email something like
**********************************
Below is the result of your feedback form. It was submitted by
() on Monday, August 23, 2004 at 22:57:41
---------------------------------------------------------------------------
title: Mr.
name: deed
addr: 339 Street
**********************************
i want to be able to format the look of the email. is there a way i can do that?
thanx in adv
--770
-
Aug 24th, 2004, 07:15 AM
#2
Frenzied Member
Your best bet would be to use an HTML format to send the email. And to do that you're going to need something that can do it on the server side (read: not Javascript). PHP can easily do this, and I'm sure Perl has some way of doing it, but if you're stuck with nothing more than Javascript, I'm afraid you don't have any options of making it prettier.
-
Aug 24th, 2004, 12:36 PM
#3
Thread Starter
Addicted Member
yes, i'm using perl...and not php. i've tried looking this up on google as well, and i didn't find anything.
well if i was to get the html format a try, how would i go about doing this?
--770
-
Aug 25th, 2004, 07:08 AM
#4
Frenzied Member
I've never used perl before, so I'm not sure with that. You have to include the correct email headers and setup all your to/subject/body fields and such.
This seems like a good start: http://perl.about.com/library/weekly/aa042302d.htm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|