Hello -
I am testing the the OS X version of MaxBulk Mailer 4.4.1 for OS X. I used the "web page" format, supplied the URL and then sent the email. It didn't show up properly on Yahoo Mail, Gmail nor Hotmail.
It looks like the issue might be related to an HTML syntax error. The BASE HREF tag that is inserted into the web page is missing the closing bracket as showng below.
This is an issue even if I define the BASE HREF URL. Is there any way around this?
I am testing the the OS X version of MaxBulk Mailer 4.4.1 for OS X. I used the "web page" format, supplied the URL and then sent the email. It didn't show up properly on Yahoo Mail, Gmail nor Hotmail.
It looks like the issue might be related to an HTML syntax error. The BASE HREF tag that is inserted into the web page is missing the closing bracket as showng below.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Coalition Briefs</title>
<meta http-equiv="content-type" content="text-html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="http://www.cvmha.org/css_main.css" />
<BASE HREF="http://www.cvmha.org/coalition_briefs/enewsletter/"
</HEAD>
<body style="background: #eeeeee;">
This is an issue even if I define the BASE HREF URL. Is there any way around this?