Okay, well turning all the fields to not being required worked, and now i am receiving the moblog and it is being posted to my channel entries.
Another question for anyone, i tried to set up certain parts of the email to fill in specific custom fields, but it is not doing that, everything is going into my text area field, along with all the tags from my email. I imagine it is something wrong with my email template, or the way my emails are being sent.
here are the examples, let me know if i have done anything wrong, I tried to follow the documentation as close as possible, but i’m sure i’m missing something:
Moblog Template:
{field name="current_position" format="none"}
{text}
{/field}
{field name="weather" format="none"}
{text}
{/field}
{field name="photo_caption" format="none"}
{text}
{/field}
{field name="blog_entry" format="<br />"}
{text}
{/field}
{field name="date_month" format="none"}
{text}
{/field}
{field name="date_day" format="none"}
{text}
{/field}
{images}
{file}
{/images}
Emails that i send:
{field:current_position}Key West, Florida{/field:current_position}
{field:weather}Sunny Skies, West Winds 15-20 knots. Waves 2-4 feet{/field:weather}
{field:photo_caption}Great view from Key West{/field:photo_caption}
{field:blog_entry}This is the Main body text of the email, i usually have 2-5 paragraphs. {/field:blog_entry}
{field:date_month}Jan{/field:date_month}
{field:date_day}25{/field:date_day}
So that is how i do it, but everything from the email is just entered into the field:blog_entry.
Any help would be appreciated.
Thanks
Nick