How to open an email attachment using html - html

I want to open a attached .html in a mail using html.
I have a responsive html email and added there a link to open it in a browser. But instead of hosting the email on a server I have the same .html attached to the mail.
Is there a way to link it directly to the attachment?

I don't know if there is a mail client that is capable to act like a web browser. one is an email client, one is a browser both with special abilities.
using thunderbird/outlook/... as a web browser simply is not meant to be. although you could access your mailserver with a browser ...

Related

maito command in anchor tag is not working anymore

href="mailto:johndoe#xyz.com"
The above code snippet on an anchor tag should open a default mail client on any system but now it's going to an external URL "https://sso.secureserver.net/?realm=pass&app=ox&saas=0&region=am2"
You can try with any of the old web pages you've built, It goes to this URL all of a sudden.
Does anyone know why?
Its really weired
It must be a redirection set from your browser/OS. Check what is your default email client in browser.
So as most of you guys said it was configured in my mail setting's / prefrences. So google chrome was set as default mail client and it went to the godaddy URL.
I followed https://support.apple.com/en-in/HT201607 to get it fixed and everthing is working smooth now! Thanks Everyone!
How to change your default email app
Make sure that the other email app is installed. Although you might be able to use a web browser for email (webmail), a web browser isn't an email app.
Open the Mail app.
Choose Mail > Preferences, then click General.
Choose an email app from the ”Default email reader” menu.

Showing images in HTML email

I'm sending an HTML email with linked images, like:
<img src="https://www.test.com/image.jpg">
When I open them on my iPhone Mail app it doesn't show the images, even though I have Mail set to auto-load images. Every other email I open auto-loads images. When I open them on my Mac Mail client they do load. Is there anything special I have to do in my HTML to get the images to load? I looked at my source compared to emails that I can see the images and they appear to be doing the same thing. Any ideas?
Thanks
It turns out this occurs if you use "HTTPS" for image links. Once I changed them to HTTP the images loaded fine. Thanks

The tel URI for Telephone Numbers in mobile mail services (Gmail,Yahoo Mail, Thunderbird etc.)

I have created a web page with a tel scheme link, this links works fine when the web page is opened in the mobile browser.
I want to send this webpage as a mail body like a e-mailer, using emailtheweb.com where it captures the webpage and sends it as the webpage in e-mail body.
When i open the mail in my gmail app on android or ios and click the link created with the tel scheme functionality it wont work. Rather it redirects me to the link in a web browser of mobile example: www.xyz.com/tel:+000000000
Is there a way to achieve this functionality? Where after clicking the link in the gmail app it can call the number?
Thanks in advance. :)

HTML: cannot open client e-mail app

for some reason, the following code doesn't work. I don't understand where the issue is. I just want to open a client e-mail app to send an e-mail.
Send an email to a friend
Safari visits the page "mailto:enter-friend#address-here.com?subject=Pa0Website&body=This%20e-mail%20has%20been%20sent%20to%20inform%20you%20about%20%20website:%20"
Chrome doesn't do anything
I haven't tested on other browsers so far.
Thanks
You don't get to decide how the client deals with a mailto link. Each user/browser can do what it wants with those links. For instance, I have my chrome setup to open GMail when I click mailto links. Apparently you have yours setup to not do anything. Here's a random link running down how to do something like this on your system - http://bnee.com/2008/09/make-mailto-links-open-in-gmail-in-google-chrome-browser-windows-xp-and-vista/

Best way to open mailto: TAG in gmail

Can any one please let me know that, i need to open a gmail Compose Mail popup via mailto TAG. It always open the Outlook Express for new mail.
There is actually a plugin for chrome which lets you do this:
http://skaelede.hu/?e=chromemailer&lg=en
The mailto: syntax of a hyperlink will open the default email application on your machine. There is no way you can force it to open gmail. You can use a regular link though, without the mailto: syntax.