Questions tagged [email-signature]

17 questions
1
vote
3 answers

How to control where Outlook signature is created

I use code similar to the following VSTO C# to create an Outlook Signature: var signature = WordApplication.EmailOptions.EmailSignature signature.EmailSignatureEntries.Add("Signature Name", range); Seeing as I have multiple email accounts, the…
Matt Fitzmaurice
  • 1,319
  • 4
  • 19
  • 40
0
votes
2 answers

Formatting HTML email signature for Outlook Mac OS - what am I doing wrong?

I edited this html-only Codepen template to make an email signature for my office. I tried to import my HTML email signature into Outlook — I opened my index.html file in Chrome, selected my code with Cmd + A, copied it with Cmd + C, and pasted it…
0
votes
0 answers

Microsoft Outlook adding spacing to signature when sending email

I have created a HTML signature that looks fine when I copy and paste it into the signature creator in Outlook. Then when I click create a new message the signature still looks fine but then the email is sent it creates gaps underneath 2 parts. The…
CarbonCoder
  • 15
  • 1
  • 6
0
votes
2 answers

Using VBA to export an excel table to outlook but the signature is pasting above the range not beneath

I'm relatively new to VBA and I'm attempting to export a range of cells to outlook to send off in an email. I want whoever is running the macro to have their default signature pasted underneath the range however when running my code it pastes the…
0
votes
1 answer

Google Font in HTML isn't rendering on Safari

I'm trying to create a very basic HTML email signature. I want all of the text to display in Open Sans font, which I'm importing via Google Fonts. On Chrome it displays exactly as I want it: click here for image However on Safari and on my IOS…
0
votes
1 answer

How to insert signature (w pic) into Outlook invite containing HTMLBody in excel macro (VBA)

I've created an automation to send out outlook invites, the only thing I cannot manage to do is to get the signature at the end of the invite right. The picture does not display unfortunately. I'm a beginner in VBA, so I kind of put this together…
0
votes
0 answers

Apple Mail signature changes alignment of an element on Gmail

I'm trying to complete a quite simple e-mail signature, and I had to work on Apple Mail first. The following code works fine in Apple Mail and even on browsers, but Gmail changes the alignment of the div id="confidential", originally set to the…
Foka2
  • 1
  • 1
0
votes
1 answer

nodemailer my dkim key doesn't. work anymore

im sending otp email verification code to my users from my custom domain email with nodemailer package. I set dkim signature and it was working 3 months ago and my email was falling to incomebox. But some how after 3 months, when i try exactly same…
Kimse
  • 41
  • 1
  • 6
0
votes
0 answers

problem with copy to clipboard email signautre

I wrote a code in html CSS java script of a signature for an email, that I copy the signature and paste all the features of the CSS have gone except the display flex. its makes the image go up instead of being on the left side of the text.. what…
0
votes
1 answer

Combination of e-mail body & signature in mailtoURL link

I got a problem concerning building mailtoURL links - unfortunately i can't manage to combine the signature and the subject. I want to create a link to a new e-mail with pre-filled Mail-subject, recipient & mail-text. After i´ve created a shortcut…
Dorian Feyerer
  • 258
  • 5
  • 14
0
votes
2 answers

How to change outlook signatures automatically?

How to change email signatures automatically in outlook? I would like to change signatures in bulk in an automated way. I need to switch Outlook signatures automatically.
VHCCTI
  • 1
0
votes
1 answer

I need help formatting an HTML/CSS Email Signature

I used a free online HTML signature creator but now my always emails land in junk folders when I use the signature. I read online that the code needs to be formatted correctly to avoid being labeled as spam. Here's how the signature looks and should…
calebalo
  • 3
  • 3
0
votes
1 answer

Why is my html formatting not staying when I put my email signature into gmail?

I am trying to create a custom html email signature (for fun mostly) but I keep running into nonstop issues when it comes to the formatting staying when I copy and paste the html into my gmail signature. I initially made it with a stylesheet (which…
0
votes
1 answer

How to add signature to multiple emails?

I contact several colleagues across different departments and due to compliance the default email signature is to be used on all emails. I managed to produce a blanket email, using Excel VBA, that has the same body across all emails with changes…
0
votes
0 answers

how to add alternative text to images in VBS

we write outlook signatures with gpo to end users in our system with .vbs file. strlogo = "\\localhost\dc\scripts\logo.png" objTable.Cell(1, 1).Range.Text = objSelection.InlineShapes.AddPicture(strLogo) We use the above code to display our logo in…
kayra
  • 1
  • 2
1
2