i’m trying to set up a moblog for a iPhone user to post pics/text to a weblog in version 1.70
when i send an email to the address i have configured in the moblog, when checked i get “no valid emails were found”
i’m not sure if i’m getting how exactly i get the fields from the email to match the fields in my weblog… i thought i’d matched.
in the moblogging template i have the following code:
{field name="blog_body" format="xhtml"}
{text}
{/field}
{field name="blog_image" format="none"}
{images}
{file}
{/images}
{/field}
my weblog has custom fields “blog_body” and “blog_image”
the email i send does not post a new entry either. am i missing something?