|
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 |
|||
|
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 |
|||
|
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 |
|||
|
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 |
|||
|
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 hallow Thank You For Your valuable Comments.its working nicely. |
|||
|
« Next Oldest | Next Newest »
|
| 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 |
|
User(s) browsing this thread: 1 Guest(s)





