Forum

Add Outlook Signatu...
 
Notifications
Clear all

Add Outlook Signature to Email

3 Posts
3 Users
0 Reactions
234 Views
(@mike12345)
Posts: 1
New Member
Topic starter
 

Hi 

I Downloaded the Attach PDF to Email Code off this Web Site

I am trying to input the Signature before the Text in the Email

Can anyone help with this 

 

I beleive i need to have a bit of code in this section 

-------------------------------------------------

With OutlookMail

.Display
.To = Email_To
.CC = Email_CC
.BCC = Email_BCC
.Subject = EmailSubject & CurrentMonth

.Body = "Hi" & vbNewLine & vbNewLine & "" & ActiveSheet.Range("S3") & "" 

.Attachments.Add PDFFile

If DisplayEmail = False Then

.Sen

End If

-------------------------------------------------

Regards Laugh Mike

 
Posted : 18/06/2018 7:57 pm
Philip Treacy
(@philipt)
Posts: 1633
Member Admin
 

Hi Mike,

If you have a default HTML sig already set up you can modify just one line of code

With OutlookMail

.Display
.To = Email_To
.CC = Email_CC
.BCC = Email_BCC
.Subject = EmailSubject & CurrentMonth

.HtmlBody = "Hi" & vbNewLine & vbNewLine & "" & ActiveSheet.Range("S3") & .HtmlBody

.Attachments.Add PDFFile

 

Enter any message you like before the final & .HtmlBody

Cheers

Phil

 
Posted : 19/06/2018 7:07 pm
(@mstuart)
Posts: 1
New Member
 

Try Sigsync Office 365 email Signature, Its server side email signature. You can configure it once, you will have a consistent, tamperproof email signature for all your users. It grabs all of the user data from our Active Directory. You can use it for branding, advertising, and disclaimers.

It is very reliable and easy to use, I find that from a signature customization perspective, Sigsync is far the best. I've been able to set up a single signature for an entire organization.

 
Posted : 07/05/2021 12:10 pm
Share: