vba - URL to compose a message in Gmail with attached files -


i'm writing vba program send excel file gmail through chrome.

i don't use cdo command because, since last year, need activate "less secure apps" on gmail account. users not agreed that.

thus, try open chrome, , write email, using this:

https://mail.google.com/mail/?view=cm&fs=1&to=someone@example.com&su=subject&body=body&bcc=someone.else@example.com 

how add file method?

i don't think there url that, instead use .


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -