Jak utworzyć podpis e -mail HTML na iPhone'a lub iPada

Jeśli jesteś uzależniony od e-maili, szczególnie w celach biznesowych, z tego poradnika dowiesz się krok po kroku, jak utworzyć podpis e-mail w formacie HTML dla iPhone'a lub iPada.

Podpis biznesowy w formacie HTML powinien zawierać: imię i nazwisko, stanowisko w organizacji, nazwę firmy, logo firmy, dane kontaktowe Twoje i firmy (telefon, e-mail, adres internetowy).

W większości aplikacji pocztowych, takich jak Outlook, Podpisy HTML dodawane są poprzez wpisanie kodu HTML w polu podpisu. W przypadku iPhone'a lub iPada jest trochę inaczej, ale w obu przypadkach potrzebny jest podpis HTML.

Jak utworzyć podpis e -mail HTML na iPhone'a lub iPada

Jak powiedziałem powyżej, najpierw musisz wykonać podpis HTML (jeśli już go posiadasz, możesz pominąć tę część tutoriala).

Utwórz podpis HTML

W moim przykładzie zrobiłem Podpis e-mail HTML dla iPhone'a coś prostszego, co obejmuje: zdjęcie (lub logo firmy), ikony sieci społecznościowych z linkiem, imię i nazwisko, funkcję, numer telefonu, adres e-mail i adres internetowy.

Podpis e-mail HTML dla iPhone'a
Podpis HTML

Jeśli chcesz zacząć od tego szablonu podpisu, kod HTML wygląda następująco:

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Email Signature</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Montserrat">
<style type="text/css">
	img { outline: none; text-decoration: none; border: none; }
	p { margin: 0px !important; }
	a { color: #000 !important; text-decoration:none !important; }

	@media only screen and (max-width: 480px) {
		.heading-one {
			font-size:16px !important;
			line-height:18px !important;
		}
		
		.heading-two {
			font-size:12px !important;
			line-height:14px !important;
		}
		
		.paragraph {
			font-size:10px !important;
			line-height:11px !important;
		}
	}

	href>a { color:#000; text-decoration: none !important; text-decoration: none; }
</style>
</head>

<body>
<!-- EDIT BELOW IF YOU AREN'T OUTLOOK USER -->
<!--[if !mso]><!-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tbody>
		<tr>
			<td valign="top" style="display:inline-block; min-width:100px; max-width:100px; padding-right: 20px; padding-bottom: 10px;"><table width="80" border="0" cellspacing="0" cellpadding="0">
				<tbody>
					<tr>
						<td style="display: block; height: 100px; text-align: center;"><img src="img/model.jpg" width="100" height="100" alt=""/></td>
					</tr>
					<tr>
						<td style="background: #305dbf; padding-top: 10px; padding-bottom: 10px; text-align: center;"><table border="0" align="center" cellpadding="0" cellspacing="0">
							<tbody>
								<tr>
									<td style="padding-right: 15px;"><a href="http://www.facebook.com/" target="_blank"><img src="img/icon-facebook-0.png" width="12" height="12" alt=""/></a></td>
									<td style="padding-right: 15px;"><a href="http://www.twitter.com/" target="_blank"><img src="img/icon-twitter-0.png" width="12" height="12" alt=""/></a></td>
									<td><a href="http://www.linkedin.com/" target="_blank"><img src="img/icon-linkedin-0.png" width="12" height="12" alt=""/></a></td>
								</tr>
							</tbody>
						</table></td>
					</tr>
				</tbody>
			</table></td>
			<td valign="top" style="display:inline-block; min-width:300px; max-width:400px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tbody>
					<tr>
						<td style="padding-bottom: 10px;"><span class="heading-one" style="font-family:'Montserrat', Arial, sans-serif; font-size:16px; line-height:18px; font-weight:600; color:#000; text-transform:uppercase;">John Doe</span><br><span class="heading-two" style="font-family:'Montserrat', Arial, sans-serif; font-size:14px; line-height:16px; font-weight:500; color:#000; text-transform:capitalize;">Creative Director</span></td>
					</tr>
					<tr>
						<td style="padding-bottom: 7px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tbody>
								<tr>
									<td width="16" style="padding-right: 5px;"><img src="img/icon-phone-10.png" width="16" height="16" alt=""/></td>
									<td><span class="paragraph" style="font-family:'Montserrat', Arial, sans-serif; font-size:12px; line-height:14px; font-weight:400; color:#000;">858-272-3400</span></td>
								</tr>
							</tbody>
						</table></td>
					</tr>
					<tr>
						<td style="padding-bottom: 7px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tbody>
								<tr>
									<td width="16" style="padding-right: 5px;"><img src="img/icon-email-10.png" width="16" height="16" alt=""/></td>
									<td><a href="mailto:[email protected]" target="_blank" style="color:#000; text-decoration: none !important; text-decoration: none;"><span class="paragraph" style="font-family:'Montserrat', Arial, sans-serif; font-size:12px; line-height:14px; font-weight:400; color:#000;">[email protected]</span></a></td>
								</tr>
							</tbody>
						</table></td>
					</tr>
					<tr>
						<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tbody>
								<tr>
									<td width="16" style="padding-right: 5px;"><img src="img/icon-website-10.png" width="16" height="16" alt=""/></td>
									<td><a href="http://www.yourwebsite.com" target="_blank" style="color:#000; text-decoration: none !important; text-decoration: none;"><span class="paragraph" style="font-family:'Montserrat', Arial, sans-serif; font-size:12px; line-height:14px; font-weight:400; color:#000;">www.website.com</span></a></td>
								</tr>
							</tbody>
						</table></td>
					</tr>
				</tbody>
			</table></td>
		</tr>
	</tbody>
</table>
<!--<![endif]-->

<!-- EDIT BELOW IF YOU ARE OUTLOOK USER -->
<!--[if mso]>
<table border="0" cellspacing="0" cellpadding="0">
	<tbody>
		<tr>
			<td width="100" valign="top" style="padding-right: 20px; padding-bottom: 10px;"><table width="80" border="0" cellspacing="0" cellpadding="0">
				<tbody>
					<tr>
						<td style="display: block; height: 100px; text-align: center;"><img src="img/model.jpg" width="100" height="100" alt=""/></td>
					</tr>
					<tr>
						<td style="background: #305dbf; padding-top: 10px; padding-bottom: 10px; text-align: center;"><table border="0" align="center" cellpadding="0" cellspacing="0">
							<tbody>
								<tr>
									<td style="padding-right: 15px;"><a href="http://www.facebook.com/" target="_blank"><img src="img/icon-facebook-0.png" width="12" height="12" alt=""/></a></td>
									<td style="padding-right: 15px;"><a href="http://www.twitter.com/" target="_blank"><img src="img/icon-twitter-0.png" width="12" height="12" alt=""/></a></td>
									<td><a href="http://www.linkedin.com/" target="_blank"><img src="img/icon-linkedin-0.png" width="12" height="12" alt=""/></a></td>
								</tr>
							</tbody>
						</table></td>
					</tr>
				</tbody>
			</table></td>
			<td width="400" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tbody>
					<tr>
						<td style="padding-bottom: 10px;"><span class="heading-one" style="font-family:'Montserrat', Arial, sans-serif; font-size:16px; line-height:18px; font-weight:600; color:#000; text-transform:uppercase;"><font face="'Montserrat', Arial, sans-serif !important;">John Doe</font></span><br><span class="heading-two" style="font-family:'Montserrat', Arial, sans-serif; font-size:14px; line-height:16px; font-weight:500; color:#000; text-transform:capitalize;"><font face="'Montserrat', Arial, sans-serif !important;">Creative Director</font></span></td>
					</tr>
					<tr>
						<td style="padding-bottom: 7px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tbody>
								<tr>
									<td width="16" style="padding-right: 5px;"><img src="img/icon-phone-10.png" width="16" height="16" alt=""/></td>
									<td><span class="paragraph" style="font-family:'Montserrat', Arial, sans-serif; font-size:12px; line-height:14px; font-weight:400; color:#000;"><font face="'Montserrat', Arial, sans-serif !important;">858-272-3400</font></span></td>
								</tr>
							</tbody>
						</table></td>
					</tr>
					<tr>
						<td style="padding-bottom: 7px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tbody>
								<tr>
									<td width="16" style="padding-right: 5px;"><img src="img/icon-email-10.png" width="16" height="16" alt=""/></td>
									<td><a href="mailto:[email protected]" target="_blank" style="color:#000; text-decoration: none !important; text-decoration: none;"><span class="paragraph" style="font-family:'Montserrat', Arial, sans-serif; font-size:12px; line-height:14px; font-weight:400; color:#000;"><font face="'Montserrat', Arial, sans-serif !important;">[email protected]</font></span></a></td>
								</tr>
							</tbody>
						</table></td>
					</tr>
					<tr>
						<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
							<tbody>
								<tr>
									<td width="16" style="padding-right: 5px;"><img src="img/icon-website-10.png" width="16" height="16" alt=""/></td>
									<td><a href="http://www.yourwebsite.com" target="_blank" style="color:#000; text-decoration: none !important; text-decoration: none;"><span class="paragraph" style="font-family:'Montserrat', Arial, sans-serif; font-size:12px; line-height:14px; font-weight:400; color:#000;"><font face="'Montserrat', Arial, sans-serif !important;">www.website.com</font></span></a></td>
								</tr>
							</tbody>
						</table></td>
					</tr>
				</tbody>
			</table></td>
		</tr>
	</tbody>
</table>
<![endif]-->
</body>
</html>

Najłatwiej jest utworzyć folder na podpis. Kopiujesz ten kod do edytora tekstu lub HTML, a następnie modyfikujesz go swoimi danymi. Na koniec zapisujesz go z rozszerzeniem .html.

Obok pliku HTML tworzysz folder img w którym umieścisz elementy graficzne. Obraz i ikony. Identyfikujesz te elementy w swoim kodzie HTML. Przykład: <img src="img/icon-email-10.png".../>.

Po dostosowaniu podpisu otwórz plik HTML w przeglądarce. Wynik powinien być podobny do obrazu na początku tutoriala.

Jak dodać podpis HTML na iPhone'a lub iPada

Aby podpis był otwarty i czytelny dla odbiorców, musi być hostowany na serwerze internetowym lub w serwisie cloud który umożliwia przesyłanie plików HTML i grafik.

Złożyłem swój podpis adres internetowy.

Podpis e-mail w Internecie
Podpis e-mail w Internecie

Po utworzeniu podpisu HTML i udostępnieniu go online następnym krokiem jest dodanie podpisu HTML do kont e-mail na iPhonie lub iPadzie.

Samouczek dotyczy kont e-mail dodanych do aplikacji Mail obecny na wszystkich urządzeniach iPhone, iPad i Mac.

1. Otwórz “Settings“, a następnie przewiń do “Mail“.

2. W opcjach “Mail“, otwierasz “Signature“.

Jak utworzyć podpis e -mail HTML na iPhone'a lub iPada
Jak utworzyć podpis e -mail HTML na iPhone'a lub iPada

2. Otwórz łącze internetowe, do którego masz podpis i skopiuj całą zawartość. Możesz to zrobić w przeglądarce Safari na iPhonie lub iPadzie. Z funkcją Handoff (Uniwersalny schowek) jest włączona, możesz skopiować podpis HTML z komputera Mac lub MacBook.

Skopiuj podpis HTML
Skopiuj podpis HTML

3. Wróć do “Signature” i wklej (paste) skopiowaną treść.

Podpis HTML iPhone'a
Podpis HTML iPhone'a

Po tym kroku możesz powiedzieć, że nauczyłeś się tworzyć i dodawać podpisy e-mail w formacie HTML dla iPhone'a lub iPada.

Podpis HTML w wiadomości e-mail na iPhonie
Podpis HTML

Powiązany: Jak zrobić podpis HTML ze zdjęciem dla programu Outlook

Nie martw się, jeśli zauważysz, że w punkcie 3 tekst jest nieczytelny. Kolor tła zostanie skopiowany ze źródła podpisu HTML. Tak więc, jeśli odbiorca ma ustawiony motyw w interfejsie e-mail “ciemny”, Twoja wiadomość dotrze z białym tłem.

Pasjonując się technologią, z przyjemnością piszę na StealthSetts.com Począwszy od 2006 roku. Mam bogate doświadczenie w systemach operacyjnych: macOS, Windows i Linux, ale także w językach programowania i platformach blogowych (WordPress) oraz w sklepach internetowych (WooCommerce, Magento, Presashop).

Home Twoje źródło samouczków, przydatne wskazówki i wiadomości. Jak utworzyć podpis e -mail HTML na iPhone'a lub iPada
Zostaw komentarz