Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Email signature attachments

  • 4 Antworten
  • 0 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von david

more options

Hello! I've added a custom signature to my email, an image that acts as a link to an online catalogue. However, this link is somehow attaching 2.5mb with every email sent as if the actual catalogue is being sent back and forth every time. Naturally this is adding up quickly and slowing down my emails. I'll attach the code here so you can see what I mean, it is merely a link embedded. Is there any way around this? The image itself is small and should be the only thing attached to these emails. Any direction with this would be great! Thank you

<font size="-1" face="Leelawadee"><font size="-2">Click below to view our Ocean Flyer</font> </font>

 <a href="https://www.firetheimagination.ca/pricelist/Ocean_Flyer.pdf"></a>
Hello! I've added a custom signature to my email, an image that acts as a link to an online catalogue. However, this link is somehow attaching 2.5mb with every email sent as if the actual catalogue is being sent back and forth every time. Naturally this is adding up quickly and slowing down my emails. I'll attach the code here so you can see what I mean, it is merely a link embedded. Is there any way around this? The image itself is small and should be the only thing attached to these emails. Any direction with this would be great! Thank you <p><font size="-1" face="Leelawadee"><i><font size="-2">Click below to view our Ocean Flyer</font></i> </font></p> <a href="https://www.firetheimagination.ca/pricelist/Ocean_Flyer.pdf"><img moz-do-not-send="false" src="https://i.imgur.com/jidGUFv.png" alt="" width="210" height="auto" border="0"></a><br>

Alle Antworten (4)

more options

You didn't share the size of the image. And where is any HTML that references the image?

more options
  • <font size="-1" face="Leelawadee"><font size="-2">Click below to view our Ocean Flyer</font>
    *

</font>

 <a href*="https://www.firetheimagination.ca/pricelist/Ocean_Flyer.pdf"*></a>*

the code won't send properly.... I'm not sure how else to send it. I'll add some stars or something so that it doesn't automatically disappear.

Geändert am von marketing71

more options

Well, your problem is your image is 2.1meg, and graphic images increase somewhat when reformatted to be processed through SMTP server. If resized to 250px and converted to jpg, the size would reduce to 13k, a small fraction of the original image size. However, even at 250px, it is a large graphic to be in a sig. You may wish to consider just HTML with a touch of color and omit the graphic, as that eliminates the issue completely. Good luck.

more options

I think you may need to preceed with and end with for all HTML to appear.