Hello,
I've built an automatic mail to send from time to time to some usors. The mail is dispayed when i run a macro and then i send it. I'm having few questions however.
The code looks like that
set InfoMail as ...
infomail.subject = ...
infomail.body = ....
infomail.display
However, i would like, if possible, to se the from field as "information.team@isp.com' for example and i can't manage this.
Also in the body of the mail i would also like to have an attachement, automaticaly added when i run the macro.
So,
1)How can i add exactly what i want in the 'from' field and 2)how can i attach using vba a file, in a certain place in the body of the message?
I've built an automatic mail to send from time to time to some usors. The mail is dispayed when i run a macro and then i send it. I'm having few questions however.
The code looks like that
set InfoMail as ...
infomail.subject = ...
infomail.body = ....
infomail.display
However, i would like, if possible, to se the from field as "information.team@isp.com' for example and i can't manage this.
Also in the body of the mail i would also like to have an attachement, automaticaly added when i run the macro.
So,
1)How can i add exactly what i want in the 'from' field and 2)how can i attach using vba a file, in a certain place in the body of the message?