Using server for send-later activity - SOLVED workaround but in need of proper settings #525
Closed
jakubstaszak-com
started this conversation in
Ideas
Replies: 2 comments
-
Two things:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, thank you for your answer.
Yes, it's part of workaround. I was able to set a sending frequency on a laptop to 1 year (in minutes, of course). If some random message happens to get double-sent once a year, it's not a big deal. Though setting it to 0 seems to better solution, I'm applying it right now.
Wow, OK, I must have missed that part looking for a solution and I'll give it a thorough read this week. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
due to my needs I run thunderbird on a mini server, that runs 24/7 anyway, maintaining multiple background tasks.
I also encounter a lot and lot of problems when Send Later was scheduled to send a message when my laptop was shut down.
A folder gets corrupted, a message has some weird body-issues, I get multiple error messages (sometimes as many as 50 or so) when opening thunderbird, messages are not sent but are placed in Sent folder, or they are sent but not in a folder etc.
I therefore want to run send later on a server -- as a sending service, as well as run it on my laptop as a scheduling service.
I've noticed that's not the default behaviour of Send Later, but I think it should be possible to set it that way.
First issue to solve is a profile
Good thing my server profile is an exact copy of my laptop profile. Server is sending the messages just fine.
Another issue to solve is for laptop sendlater to not send messages, only work as a scheduling service.
Unfortunately, there's no trigger to do that, but I was able to set a sending frequency on a laptop to 1 year (in minutes, of course). If some random message happens to get double-sent once a year, it's not a big deal.
I think, it would be best for server-running Send later to be able intercept client-added messages from any profile and catch them for server's particular profile.
That way, not only does it require minimal configuration (tick a Server side checkbox in settings) but also prevents any double-sent messages, as well as allows client-PCs to sendlater their messages, that weren't intercepted by the server, on a default Send later behaviour.
Beta Was this translation helpful? Give feedback.
All reactions