I try to figure out how I can implement the GMAIL API with PHP.
My Application should only create draft/send messages.
I was successful to create a draft and send it with the gmail api.
My problem is, I should send, after some time is passed, another mail. But not create a new mail message/thread but use the existing thread.
It should work, because when i create a draft, i've already a messageID.
Have anyone an idea. I don't found a anything at GoogleApi and on youtube.
Best regards.