Wordpress Post Template

aditd

New member
I'm going to receive some info via email ( like: name, address, job, email, etc ).
I want to make from each email I receive a post. So I need to make a standard template for the description area so that I could enter only the data that is new in each email.

The question: where can I / how can I make something like this?
Yes a table code in html I think would be an option but I don't know how to write the code for it.
 
First get your contact pludgin or form mailer or whatever you prefer that will handle the form you wish to use to gather that information and standardize the massage that you will get in your inbox.

Then set up a unique email address that you will use for ONLY the purpose of posting to your site. This should be a brand new email address and fairly complicated to avoid spam. Make sure you dont give it to anyone because anything sent to it will be posted on your website.

Now get the form above to send mails to the email address above.

Go to wordpress in the admin section Settings >>Writting>>Post via Email and configure that section and you will have this achieved.
 
Maybe I didn't expressed my self well.
I don't need an automatic solution to post from emails.

Let's make it like this:
I have the same fields ( 8 in total ) with different entries.
How to I make something standard ( the template ) in a wordpress post so that I will only have to enter the this "different entries".
 
If you read my comments above it should do exactly what you want. If you are not familiar with standardizing form plugin mails its pretty easy but you can PM and I will help you further. You should be able to achieve what you need with that guide and every post will have your 8 fields neatly integrated into the form mail with the standard message you set. EG Dear {name} your {email} has been subscribed to {forum} for a period of {time} etc etc
 
Top