Jump to content

Sending HTML Email With Relative URLs

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Raja Sekharan

Raja Sekharan

    Newbie

  • Members
  • PipPip
  • 13 posts
Hi,

I am using a PHP with PHPMailer class to send HTML e-mail. In my current project the images in the HTML are in relative paths. What should be done in order to get the images to load inspite of the relative paths?

Thank you,

Raj

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Don't use relative paths.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Really no way around it, except for WingedPanthers suggestion above.