Macro for custom email signature

I want to have a macro that I can use to simply insert my signature on email messages that I write. I want it to be in a particular color and font. The color and font will be different from the color and font of the text in the message. It is not for documents. I just want the convenience of not having to type out my name every time in the different font.


[Re-Titled by Moderator]

MacBook Pro 14″, macOS 14.7

Posted on Feb 2, 2025 8:29 PM

Reply
1 reply

Feb 5, 2025 3:59 AM in response to RMSikeCom

Can't you simply set different signatures in Mail and then pick the needed one for every new message created?


Alternatively, to speed up a little bit the process, you can create a Script which triggers Mail and creates a new message with a predefined subject, content and signature:


tell application "Mail"
	set newMessage to make new outgoing message with properties {subject:"Subject", content:"Content", message signature:(signature named "Signature")}
	activate
end tell


Replace Subject, Content and the Signature (the name of a preset signature in Mail) according to your needs.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Macro for custom email signature

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.