so, with trying to use an EmailAccount record (instead of System Settings, because thats what I'm doing in my real app) being a dead end initially, I actually used System Settings to setup my Google SMTP server. I got the same "delay" that I'd been getting before. So I went back to get OutgoinEmailAccount working and once I did, thats what my test results are based on - AND the video.

There's 2 things to see from this image:
1) the 1st 3 outgoing emails have a delay in them, because that sample program brought up a picklist, then sent the email.
But I was kinda timing it and it was 10 seconds PER email.
2) After my test, that "unsent" email stuff kicked in - sending many emails from earlier tests that were Queue when I couldn't log into Google cause of the varbinary(8000) issue.
You can see in the Timestamp in the front, they went out EVERY 10 SECONDS - matching the delay I'd seen earlier.
This is what would happen if I needed to send a notice to all customers in my database - 10 SECONDS EACH.
But this didn't happen for Suwandy on Unix, and didn't look like it would have happened on my 2 other servers.
For some reason, on this Upcloud, Modern, Win2012, SQL Server setup, emails are dragging when using Aware's mechanism.
As I stated before, if I use the GMAIL API to send emails its fast - but you have to encode BASE64 those emails, do more formatting - kinda a pain and for many emails Aware should be fine... but of course not for me ๐
STILL TRIGGERED BEN !!!
jaymer...