Good day James,
My objective here is to send an e-mail with an attachment using a Gmail account.
I understand that to send an e-mail I am to set up my username and password in Options and then use SMTP actions. But then I am unable to send attachments with the e-mail. That is the first part of the problem.
The second part is, Gmail for almost a year now started using what they call "Modern Security Standards" which is their fancy way of saying that they now use oauth 2.0 authorization ". To solve this, we have to use Gmail api with oauth functions to get around it or if not possible then to configure the Gmail account enabling "Less Secure Apps" so that we can use SMTP with SSL/TLS.
I have been considering writing my own implementation of Gmail`s api with Gmail library for python. But I noticed Gmail actions in VC and it got me thinking that if VC is already using Gmail`s API for Gmail actions ("GetAllSummeries","GetAllTitles","GetCount", etc) then it would be much easier to implement this directly with more actions to enable sending an email.
My question is should I write my own code using Gmail`s API or should I wait for Gmail actions to have a "send" action with attachment ?
The reason why I am asking is because I know you already have a lot on your plate lately and I do not want to bother you with more
.