PDA

View Full Version : Pop3 comp. using classic Asp


tsbarnes
06-07-2005, 08:29 PM
Hey guys,

Has anyone ever used a pop3 compnent to check email through code? I am using IPWorks Pop3 compnent and what I am wanting to do is take that email that is received and update my MS SQL Db. The problem I am seeig is when I receive the message it is not keeping the email format... for example:

<><><><><><><><><>><>
Your Name,

I can help with these.

Email me at yourname@youremail.com
<><><><><><><><><><><>

Instead the message looks like this...

<><><><><><><><><>><>
Your Name, I can help with these. Email me at yourname@youremail.com
<><><><><><><><><><><>


basically it puts the entire message on one line etc...

Anyone had any experience with this?

Any help is appreciated,

Thanks,
Thomas S. Barnes

miranda
06-07-2005, 08:32 PM
Have you tried using the <pre></pre> tags to display the message?

tsbarnes
06-07-2005, 08:35 PM
no I haven't. let me try that... thanks!

tsbarnes
06-07-2005, 08:58 PM
Miranda,

That worked..... thank you very much!

Thomas S. Barnes

miranda
06-08-2005, 08:38 PM
You are welcome