Open flujan opened 7 years ago
Hi, I am acessing the shared mailboxes using act_as, it is possible to send a message using act_as to?
@flujan yes
opts = message.merge({ saved_item_folder_id: { act_as: "test@example.com", id: :drafts } }) cli.send_message(opts)
Hi, I am acessing the shared mailboxes using act_as, it is possible to send a message using act_as to?