I have little Lotus Script or Notes/Domino knowledge but I have a procedure, copied from somewhere a long time ago, that allows me to email through Notes from VBA. I normal
I like it just the way it is. However, I had to change
dbString = "mail\" & Application.UserName & ".nsf"
to
dbString = "mail\" & Application.CurrentUser & ".nsf"
First comment: I wish I didn't have to have Lotus Notes open at the time of sending.
Second comment: I wish I could change who the e-mail is from (ie, if I'm sending a report to 50 people, I want it to be from a generic address, rather than my work address)