HeyItsDizzy
New Member
- Joined
- Apr 11, 2018
- Messages
- 20
As stated is there a way in the form of a Macro that I can use to send an email and use a preset signature other than the default one, preferably would like to enter text in the body of the email as well without that affecting the loss of signature in the email as most email macros do?
comething allong the lines of
MOCK CODE;
Email Send
.to = "Email adress"
.cc = "additional email"
.subject = "you are amazing!"
.body = "[ENTER MY TEXT HERE]" & apply SignatureTitle: 'YouRule' (the you rule signature is preset in outlook)
END CODE
comething allong the lines of
MOCK CODE;
Email Send
.to = "Email adress"
.cc = "additional email"
.subject = "you are amazing!"
.body = "[ENTER MY TEXT HERE]" & apply SignatureTitle: 'YouRule' (the you rule signature is preset in outlook)
END CODE