Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

link in emails not working


Genius

Recommended Posts

Posted

HI ,

could someone please assist me with links in my e-mails they do not seem to work, yet the full path name comes but you cannot go to the site with that link...

 

any ideas..

Posted

Did you set:

 

Use MIME HTML When Sending Emails true?

 

in admin

 

(if so, try what happens if you set it back to false)

Posted

HI , yes i have set my

USE MIME HTML when sending Emails to TRUE,

I also have E-mail Linefeeds to CRLF

and my E-mail Transport Method is smtp.

 

May be could there be something in my code?

 

this is an example of what i have in my tell a friend page:

 

      $email_body .= sprintf(TEXT_EMAIL_LINK, tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $HTTP_GET_VARS['products_id'])) . "<br><br>" .
                    sprintf(TEXT_EMAIL_SIGNATURE, STORE_NAME . "<br>" . HTTP_SERVER . DIR_WS_CATALOG . "\n");

Posted

I have the links working but i now have a very strange problem , when i first send a tell a friend e-mail , the e-mail does not come to the friend, but if i send it again it goes... any ideas

Posted

Just add to this, when i change the

 

Use MIME HTML When Sending Emails true?

 

to false and then back to true.. my layout gets messed up and everything is clusted.. and then i loose the link any ideas.

 

many thanks

Posted

I am having the same problem again.. i am getting the emails with no link..

I am using html e-mails and set to sendmail rather than smtp...

 

I get my orders fine in a html with links.. but it's just the tell a friend one.

 

any help will be great... thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...