Sending html mail

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Geoff Berrow

    Sending html mail

    A client wants to send out a mail in html including graphics. The idea
    is that it looks like a personalised coupon that they can print off.
    I've had a look at http://phpmailer.sourceforge.net/ and the html
    example seems pretty straightforward but it doesn't give much
    information on the graphics. Should the images be sent as attachments
    and simply referenced in the html or am I completely off track here?
    --
    Regards,

    Geoff Berrow
  • Geoff Berrow

    #2
    Re: Sending html mail

    Message-ID: <4r09l2lq40n6pg ftl2b1c7a3hmte7 5k3sl@4ax.comfr om Geoff
    Berrow contained the following:
    >A client wants to send out a mail in html including graphics. The idea
    >is that it looks like a personalised coupon that they can print off.
    >I've had a look at http://phpmailer.sourceforge.net/ and the html
    >example seems pretty straightforward but it doesn't give much
    >information on the graphics. Should the images be sent as attachments
    >and simply referenced in the html or am I completely off track here?

    It's ok, I RTFM.
    --
    Geoff Berrow (put thecat out to email)
    It's only Usenet, no one dies.
    My opinions, not the committee's, mine.
    Simple RFDs http://www.ckdog.co.uk/rfdmaker/

    Comment

    • P@

      #3
      Re: Sending html mail

      You can also use the PEAR's Packages
      You'll need the Mail_Mime Package.
      That's pretty easy :D

      Geoff Berrow a écrit :
      Message-ID: <4r09l2lq40n6pg ftl2b1c7a3hmte7 5k3sl@4ax.comfr om Geoff
      Berrow contained the following:
      >
      A client wants to send out a mail in html including graphics. The idea
      is that it looks like a personalised coupon that they can print off.
      I've had a look at http://phpmailer.sourceforge.net/ and the html
      example seems pretty straightforward but it doesn't give much
      information on the graphics. Should the images be sent as attachments
      and simply referenced in the html or am I completely off track here?
      >
      >
      It's ok, I RTFM.
      --
      Geoff Berrow (put thecat out to email)
      It's only Usenet, no one dies.
      My opinions, not the committee's, mine.
      Simple RFDs http://www.ckdog.co.uk/rfdmaker/

      Comment

      Working...