AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

Creating custom reply from email

1 Posts
1 Users
0 Reactions
1,226 Views
Posts: 1
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@abfmalex)
New Member
Joined: 2 years ago
[#56851]

I am using postie to read in email replies and have the post to wpforo. 

 

I am having some trouble setting the author of the reply to the email account sending the reply.

 

I am currently using this to create a post. 

$wpforo->post->add(array(
'forumid' => $forum_id,
'topicid' => $topic_id,
'body' => $content,
'authorid' => $user_id,
));

Do I need to reference the author in another way? 


Share: