I have a subject from an email that comes in to my rails 3 application like this :
I trying to then save this subject in my database(mongodb) as a string field using mail.subject but i get error 'String not valid UTF-8' ??
Anyone know how i solve this ?
thanks alot rick