send HTML newsletter as e-mail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
monkeynme
Forum Commoner
Posts: 28
Joined: Thu Aug 14, 2003 3:18 pm
Location: Colorado Springs, CO

send HTML newsletter as e-mail

Post by monkeynme »

I'm trying to send an HTML newsletter I created as an e-mail page (not attachment) with everything embedded. Is there some PHP code that will do this?
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post by magicrobotmonkey »

check out phpMailer
monkeynme
Forum Commoner
Posts: 28
Joined: Thu Aug 14, 2003 3:18 pm
Location: Colorado Springs, CO

phpMailer

Post by monkeynme »

i may not be fully understanding this, but it seems like phpMailer only allows me to create basic HTML pages to send. The letter I want to send is temporarily located at http://www.photostencil.com/announcemen ... tartup.htm.

Can this software send this type of page?
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post by magicrobotmonkey »

you can send an .htm file as an attachment, or read in the file and send it as text type html
Post Reply