Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mail sending with image
11-29-2007, 12:51 PM
Post: #1
mail sending with image
PHP-Mysql
1.How we can send a mail with images
2.images shuld be taking from the mysql-database
Find all posts by this user
Quote this message in a reply
11-29-2007, 12:55 PM
Post: #2
RE: mail sending with image
Generate an HTML page first and use this page for mailing and set the content type as text/html while you send the mail.

I hope this would work
Visit this user's website Find all posts by this user
Quote this message in a reply
11-29-2007, 03:48 PM
Post: #3
mail with image
I have tried this code for sending image.but i am not getting the image properly.i have attached the php file i have used.

can you help me


Attached File(s)
.php  mailsend.php (Size: 1.27 KB / Downloads: 2)
Find all posts by this user
Quote this message in a reply
11-29-2007, 04:28 PM (This post was last modified: 11-29-2007 04:29 PM by albinjoseph.)
Post: #4
RE: mail sending with image
I believe the way you are giving the image path is the problem. Instead of
PHP Code:
><img src="Images/hostel.jpg" 

You need to give the complete path of the image. ie, the absolute path. For eg:
PHP Code:
><img src="http://<serverName>/<path>/Images/hostel.jpg" 

This would solve your problem
Visit this user's website Find all posts by this user
Quote this message in a reply
11-29-2007, 05:22 PM
Post: #5
RE: mail sending with image
albinjoseph Wrote:I believe the way you are giving the image path is the problem. Instead of
PHP Code:
><img src="Images/hostel.jpg" 

You need to give the complete path of the image. ie, the absolute path. For eg:
PHP Code:
><img src="http://<serverName>/<path>/Images/hostel.jpg" 

This would solve your problem


hallow
Thank You For Your valuable Comments.its working nicely.
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  sending mail with attachment roopeshnp 1 1,327 09-26-2007 09:51 AM
Last Post: albinjoseph

Forum Jump:


User(s) browsing this thread: 1 Guest(s)