aditd Posted November 11, 2015 Share Posted November 11, 2015 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. Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted November 11, 2015 Share Posted November 11, 2015 The forum is for helping with code and not making it. If you do not know how to code should find a plugin or hire someone who can. Personally I would make a secure api or a script using GET parameters outside the wordpress loop. Only specific things can access it, anything can be passed via email so really need to sanitize/filter/escape and check it's exact data types are that you expect. Direct insertions into a database. Look into some functions and plugins made to do this. https://codex.wordpress.org/Post_to_your_blog_using_email https://wordpress.org/plugins/postie/ https://wordpress.org/plugins/post-by-email/ http://www.wpexplorer.com/publish-wordpress-posts-email/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.