Problem regarding hyperlink

cirilio

New Member
Hi,
I probably did something wrong, a shortcut or something else, but now in the preview, all the hyperlink I have created in my message in HTML, point at my own files and not on the internet anymore.

Example:

Message HTML:
<a href="http://www.blablabla.com>here</a>

In the preview:
the word "here" points at
file:///private/var/folders/y0/vz5sxgrs0tl9z36qd2ms0vd40000gn/T/TemporaryItems/20111208185417/http%3A%2F%2Fblablabla.com

What's wrong?

Best regards,

Cyril
 

stanbusk

Administrator
Staff member
Have you entered a URL for MLM in the MaxBulk Mailer preferences? If so, what URL?
 

stanbusk

Administrator
Staff member
Edit lm.php and replace all:

cpanel_Login();

with

cpanel_Login( False);

There are 3.
 
Top