Search found 3 matches
- Tue Feb 26, 2008 7:09 am
- Forum: PHP - Code
- Topic: help please with php mail function script
- Replies: 5
- Views: 732
Re: help please with php mail function script
hi and thank you very much for your help but something is not good: is sending only the text body not the html body this images are not shown in the received email for example this images: img/logo.gif pics/logo_33.gif /nav/footer.gif when i tested i received only the text without the pictures do yo...
- Sun Feb 24, 2008 3:18 am
- Forum: PHP - Code
- Topic: help please with php mail function script
- Replies: 5
- Views: 732
Re: help please with php mail function script
use a <textarea></texarea> tag for a larger imput, you should be able to type in any html you want. and where do I have to put this? here? <input name="body" type="text" alt="Body of the email"> and in this way? input name="body" type="<textarea>bla bla b...
- Thu Feb 21, 2008 7:43 am
- Forum: PHP - Code
- Topic: help please with php mail function script
- Replies: 5
- Views: 732
help please with php mail function script
hello I need some help I have a script that is sending emails I need to put in the body a html page for example this is the script: <html> <head> <title>joke mail</title> <style> body{ background-color:#000000; color:#666666; font-family:"Courier New", Courier, mono; font-size:13px; } inpu...