Mail HTML page

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
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Mail HTML page

Post by user___ »

Hi guys,
I am creating a script that sends mails in HTML format but I need it do that from my laptop. I know it must connect to a server(Mail) but is there a way around. Else if there is not are there any free Mail servers online.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Swiftmailer has SMTP connection support. :idea:
youscript
Forum Newbie
Posts: 10
Joined: Thu Sep 13, 2007 3:22 am

sendmail

Post by youscript »

If you use unix or linux ,you can try sendmail.
Post Reply