Problem:
Sometimes, multiple users may run the different program on the same
GPU if the VRAM is enough.
But the original program only get the first username on the webpage
so that we may lose some users.
Solution:
For one servers, I get all GPU's name and all usernames on this line
on the webpage.
So I will return a dict contains all GPU names and username on every
GPU.
- add debug mode. if in the debug mode, it will send the mails without
any CD time. And it only use my Gmail account as the receiver so that
the other admin will not receive this DEBUG mail.
- send the mail with HTML header so that we can use <pre> label to show
the ascii emoji
- the filter with detecting multi card in the same server, but only
retrive the first user in the list.
- get Gmail private code with the enviroment variables.