Jump to content

htmlMimeMail


jkkenzie

Recommended Posts

Which line of code changes a link from http://mysite.com/pages/home.html  TO page/home.html  from the code below??

                  $mail = new htmlMimeMail();
  $mail->setFrom('From: '.SITE_NAME.'<NoReply@'.DOMAIN_NAME.'>');
  $mail->setReturnPath('From: '.SITE_NAME.'<NoReply@'.DOMAIN_NAME.'>');
  $mail->setSubject($htmlMess['Title']);
  $mail->setHTML($htmlMessage, null, MOD_ROOT_DIR);
  $mail->buildMessage();

 

Thanks in advance

Link to comment
Share on other sites

not sure, but I'll be honest with you, no1 will be able to give you a proper answer the code shown is very vague.. I can only give you an assumption and say that the value you're using to represent your url really isn't the full url and is just a relative path to the file '/page/home.html' not the absolute path which you are expecting

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.