This is a discussion on Forms within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello, I created a couple forms for my site, I then purchased the proper program to make my forms work. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I created a couple forms for my site, I then purchased the proper program to make my forms work. When I submit the form, I recieve the email, only problem is that the email contatins html source code instead of displaying it in web format. Also the attachments are not being sent correctly, all the attachments appear as thousands of text characters within the body of the email. Almost like they are not being decoded. I checked and rechecked the form and my php program but they look fine, Am I missing something? I am not getting a lot of feedback from the person I bought the program from as of yet, want to see if I can fix it myself. -- Thanks, Nick |
|
|||
|
COuld it be that your mailreader does not support html format text ? Are you
able, within that reader, to view other emails sent in html format? I would jsut make sure of that first. -Ike "Nick Pavlovich" <nickpavlovich@surewest.net> wrote in message news:10cihb9jseki313@corp.supernews.com... > Hello, > > I created a couple forms for my site, I then purchased the proper > program to make my forms work. When I submit the form, I recieve > the email, only problem is that the email contatins html source code > instead of displaying it in web format. > > Also the attachments are not being sent correctly, all the attachments > appear as thousands of text characters within the body of the email. > Almost like they are not being decoded. I checked and rechecked the > form and my php program but they look fine, Am I missing something? > I am not getting a lot of feedback from the person I bought the program > from as of yet, want to see if I can fix it myself. > > -- > Thanks, > Nick > > > |
|
|||
|
Yes im using outlook express, I even recieve the demo
emails from this company in html and they work fine. but when I put their software on my server it sends my email the source code without decoding it for some reason. Everything seems to be exactly as they have it set up on their server, now im wondering if something is different on my server, something I need to change. -- Thanks, Nick Pavlovich The Dollar Book Store http://stores.ebay.com/thedollarbookstore "Ike" <rxv@hotmail.com> wrote in message news:d0Eyc.6635$Y3.6163@newsread2.news.atl.earthli nk.net... > COuld it be that your mailreader does not support html format text ? Are you > able, within that reader, to view other emails sent in html format? I would > jsut make sure of that first. -Ike > > "Nick Pavlovich" <nickpavlovich@surewest.net> wrote in message > news:10cihb9jseki313@corp.supernews.com... > > Hello, > > > > I created a couple forms for my site, I then purchased the proper > > program to make my forms work. When I submit the form, I recieve > > the email, only problem is that the email contatins html source code > > instead of displaying it in web format. > > > > Also the attachments are not being sent correctly, all the attachments > > appear as thousands of text characters within the body of the email. > > Almost like they are not being decoded. I checked and rechecked the > > form and my php program but they look fine, Am I missing something? > > I am not getting a lot of feedback from the person I bought the program > > from as of yet, want to see if I can fix it myself. > > > > -- > > Thanks, > > Nick > > > > > > > > |