G grafsoft Well-Known Member Licensed User Longtime User Oct 28, 2014 #1 Hi, I send an email with gethtmlintent, the body is this: <html><head></head><body><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_1.wav">Tag No. 1</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_2.wav">Tag No. 2</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_3.wav">Tag No. 3</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_4.wav">Tag No. 4</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_5.wav">Tag No. 5</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_6.wav">Tag No. 6</a><br></body></html> The Email I receive shows the texts, but the links do not work. Probably I make a stupid mistake. Leaving the head- and body-tags out does not help.
Hi, I send an email with gethtmlintent, the body is this: <html><head></head><body><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_1.wav">Tag No. 1</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_2.wav">Tag No. 2</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_3.wav">Tag No. 3</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_4.wav">Tag No. 4</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_5.wav">Tag No. 5</a><br><a href="http://www.grafsoft.at/a-tag/uploads/0_6003205c-3d7c-476c-bc95-a57cb90510a7_6.wav">Tag No. 6</a><br></body></html> The Email I receive shows the texts, but the links do not work. Probably I make a stupid mistake. Leaving the head- and body-tags out does not help.
Mark Read Well-Known Member Licensed User Longtime User Oct 28, 2014 #2 Copied the html and pasted to a file. Works fine in Chrome, including links! Copied the html and sent it as an email to myself. Didn't look good in thunderbird but the links worked. Time to look elsewhere I think. Upvote 0
Copied the html and pasted to a file. Works fine in Chrome, including links! Copied the html and sent it as an email to myself. Didn't look good in thunderbird but the links worked. Time to look elsewhere I think.
TomA Active Member Licensed User Longtime User Oct 28, 2014 #3 grafsoft said: The Email I receive shows the texts, but the links do not work. Click to expand... It may be the email client program that is the problem. What are you using? Upvote 0
grafsoft said: The Email I receive shows the texts, but the links do not work. Click to expand... It may be the email client program that is the problem. What are you using?
aeric Expert Licensed User Longtime User Oct 29, 2014 #4 How if you add doctype tag before the html tag? <!DOCTYPE html> <html> <head> ... Upvote 0
G grafsoft Well-Known Member Licensed User Longtime User Oct 29, 2014 #5 TomA said: It may be the email client program that is the problem. What are you using? Click to expand... MS Outlook. And most of my customers will use it too. Upvote 0
TomA said: It may be the email client program that is the problem. What are you using? Click to expand... MS Outlook. And most of my customers will use it too.
G grafsoft Well-Known Member Licensed User Longtime User Oct 29, 2014 #6 mark35at said: Copied the html and pasted to a file. Works fine in Chrome, including links! Copied the html and sent it as an email to myself. Didn't look good in thunderbird but the links worked. Time to look elsewhere I think. Click to expand... Thank you! Upvote 0
mark35at said: Copied the html and pasted to a file. Works fine in Chrome, including links! Copied the html and sent it as an email to myself. Didn't look good in thunderbird but the links worked. Time to look elsewhere I think. Click to expand... Thank you!
G grafsoft Well-Known Member Licensed User Longtime User Oct 29, 2014 #7 aeric said: How if you add doctype tag before the html tag? <!DOCTYPE html> <html> <head> ... Click to expand... Worth a try ... Thank you! Upvote 0
aeric said: How if you add doctype tag before the html tag? <!DOCTYPE html> <html> <head> ... Click to expand... Worth a try ... Thank you!