Re: [GENERAL] Problem saving emails to database.

2010-04-25 Thread Raymond O'Donnell
On 25/04/2010 18:31, Andre Lopes wrote: > Let me explain the problem... I'am sending text emails, and to break the > lines of the message I use "\n". The first problem was to stores the > "\". To INSERT "\n" I need to write "\\n". When I do a SELECT I see "\n" > but when I dump the database in the

[GENERAL] Problem saving emails to database.

2010-04-25 Thread Andre Lopes
Hi, It is the first time that I store emails in a database to send them later... Let me explain the problem... I'am sending text emails, and to break the lines of the message I use "\n". The first problem was to stores the "\". To INSERT "\n" I need to write "\\n". When I do a SELECT I see "\n" b