-
Hi, I am trying to use sample outlook timeline with small changes, it prepares a draft but does not send the mail. I set up a local AD lab environment, the user ghost uses is administrator. Tried after turn off the defender and firewall also. Here is the timeline. What am I doing wrong? Could you help please? {
"Status": "Run",
"TimeLineHandlers": [
{
"HandlerType": "Outlook",
"Initial": "",
"UtcTimeOn": "00:00:00",
"UtcTimeOff": "24:00:00",
"Loop": "True",
"TimeLineEvents": [
{
"Command": "create",
"CommandArgs": [
"CurrentUser",
"[email protected]",
"[email protected]",
"",
"test subject",
"Ghost test",
"PlainText",
""
],
"DelayAfter": 900000,
"DelayBefore": 0
},
{
"Command": "clickrandomlink",
"CommandArgs": [],
"DelayAfter": 900000,
"DelayBefore": 0
}
]
},
{
"HandlerType": "Outlook",
"Initial": "",
"UtcTimeOn": "00:00:00",
"UtcTimeOff": "24:00:00",
"Loop": "True",
"TimeLineEvents": [
{
"Command": "create",
"CommandArgs": [
"CurrentUser",
"random",
"random",
"random",
"Random",
"Random",
"PlainText",
""
],
"DelayAfter": 900000,
"DelayBefore": 0
},
{
"Command": "clickrandomlink",
"CommandArgs": [],
"DelayAfter": 900000,
"DelayBefore": 0
}
]
}
]
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi, thanks for checking out the project. What version of Outlook are you using? I suspect it is a newer version. There is a known issue with newer versions and the version of Redemption that we are using to manage certain Outlook functions. I am in the process of getting the library updated, this should be very soon hopefully. |
Beta Was this translation helpful? Give feedback.
-
Did you register Redemption? https://www.systoolsfaqs.com/outlook/register-redemption-dll.html |
Beta Was this translation helpful? Give feedback.
Finally solved the problem. I was using 64-bit ghosts with 32-bit office. Using 32-bit ghosts now works. That means it works on server 2022 too. Thank you so much.