MemphiS Posted September 14, 2007 Share Posted September 14, 2007 Is it possiable to send images in mail? instead of just boring text..? Link to comment https://forums.phpfreaks.com/topic/69271-solved-php-mail/ Share on other sites More sharing options...
aim25 Posted September 14, 2007 Share Posted September 14, 2007 Yes. just replace the text with html. Like instead of www.google.com //do <a href="http://google.com/">Click here</a> Link to comment https://forums.phpfreaks.com/topic/69271-solved-php-mail/#findComment-348084 Share on other sites More sharing options...
redarrow Posted September 14, 2007 Share Posted September 14, 2007 use html <img src="http://www.what_ever.com/image.jpg" /> Link to comment https://forums.phpfreaks.com/topic/69271-solved-php-mail/#findComment-348085 Share on other sites More sharing options...
aim25 Posted September 14, 2007 Share Posted September 14, 2007 And for images <img href="image url" /> Link to comment https://forums.phpfreaks.com/topic/69271-solved-php-mail/#findComment-348086 Share on other sites More sharing options...
MemphiS Posted September 14, 2007 Author Share Posted September 14, 2007 haha.. ok didnt realize it was going to be simple html Thanks for your responces Link to comment https://forums.phpfreaks.com/topic/69271-solved-php-mail/#findComment-348089 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.