Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Emailing Images – HTML

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #183650
    TC
    Participant

    Hello guys.

    I need to send images in emails.
    I found a php script that lets me do this using the HTML URL <img src= way and I have some questions about that.

    1. If I’m sending emails using the HTML <img src= tag does that mean if the original images get moved before the recipient opens the email will the images not be available?

    I’m not sure how it works.

    For example, I have an image gallery and I’ll be writing a script which allows me to select
    multiple images then email them to another person.

    After I email them I may delete them or move them to a saved folder which makes their path in the email incorrect.

    The other person may not open the email for days or weeks and I want to make sure she gets them.

    I’m also looking into email attachments but so far I haven’t figured that out yet.

    Thanks for your advice guys!

    #183710
    TC
    Participant

    Hi Doc.

    Thank you for your reply, that’s what I figured even though I tested using the url and then moved the images and they still showed in the email.

    I guess now I have to try to work out sending email attachments just to be safe!

    :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.