• Welcome! The TrekBBS is the number one place to chat about Star Trek with like-minded fans.
    If you are not already a member then please register an account and join in the discussion!

Creating an HTML Input Form (need advice!!)

Danoz

Rear Admiral
Rear Admiral
Hey Friends!

Need some thoughts on the best way to go about this.

I'm going to have a lot of emails that are going to be pretty similar, with some key text changed (name, locations, information) etc. I want to set this up similar to a mail merge, but with a front-end form that will shoot out the final HTML I need on the next page.

Anyone know the best way I could go about coding this? Seems like it should be pretty simple -- if I can create the form in such a way that the output is set to place at specific locations in the HTML...

Or is there a program / utility that already does this?

Thanks!
 
If you have command-line access to a system mail utility (e.g. sendmail), this sounds like something you could script pretty easily just by feeding an input file with the variable fields in it (names, email addresses, any custom text, etc.) and having it generate and shoot out all the emails in one go.

What are you going to do with the final HTML, just copy and paste it into a mail client or what?
 
If you are not already a member then please register an account and join in the discussion!

Sign up / Register


Back
Top