[android-developers] Re: I need to send smileys via mail
On 20 Apr, 07:36, "Febi.M.Felix Maliakkal" <febimfe...@gmail.com>
wrote:
> Hi,
Hello.
> If my url iswww.example.com/sender=21&receiver=34&msg="smiley to insert"
>
> then, how can i send smiley to the particular receiver using this url???
You can't, as mail (SMTP) is strictly ASCII plain text. It was
developed before HTML and the web.
You can code your mail message as a MIME encoded mail, which means
that you can send anything in the mail, like the message coded with
HTML and the smiley also sent as a picture. But then you are not
garantied that the message could be read by the reciever.
To solve that, you could send the messsage in two formats in the MIME
encoded message, the plain ASCII that all are garantied to be able to
read and as HTML-text mentioned above.
So, read up on MIME in mail and then send the message in ASCII and
HTML encoding.
Good luck
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home