Posted on: 05/28/09 12:13am
By: jmacsnow
Is it going to be possible, or is there a way that a story can be emailed to a friend with html intact? I have searched the forums, alas.
Re: Sending html formatted story to friend
Posted on: 05/29/09 06:04am
By: 1000ideen
Have you tried sending the URL instead? E.g.
http://www.geeklog.net/article.php/summer-of-code-2009-update-1
Re: Sending html formatted story to friend
Posted on: 05/29/09 06:52am
By: ::Ben
Hello,
Yes it would be a nice feature to send story in html format with the plain text because with in some language you can not read the email
Ben a écrit: Test Email Story
------------------------------------------------------------
Rocket stoves le livre
31 mar 2009 - 13:26
par Pascal B.
Lorsque Pascal Dupuis m'a présenté le concept du rocket stove, un peu avant l'été dernier, j'ai tout de suite eu envie de l'expérimenter. J'ai donc construit un modèle extérieur destiné à la cuisine. C'est vraiment idéal pour la cuisson des pommes de terre, des poissons, des viandes, la stérilisation...pas de fumée, pas d'odeur, le début de la cuisson est instantané, pas besoin de braise, économie de combustible...
::Ben
Re: Sending html formatted story to friend
Posted on: 05/29/09 06:57am
By: ::Ben
jmacsnow,
You can make a characters replacement like in
this hack[*1] or hack the Com_mail function and set $html = true
function COM_mail( $to, $subject, $message, $from = '', $html = true, $priority = 0, $cc = '' )
::Ben
Re: Sending html formatted story to friend
Posted on: 05/29/09 10:13am
By: 1000ideen
So there is a bug in that email to friend? Did you report it?
I just wonder if it is usefull to send an html email, isn`t it easier or sufficient to send the link?
Re: Sending html formatted story to friend
Posted on: 05/29/09 12:12pm
By: ::Ben
Hello,
It is not a bug. By default the function do no use html for email.
::Ben
Re: Sending html formatted story to friend
Posted on: 05/29/09 01:04pm
By: jmacsnow
Thanks for your replies. I will try the hack, Cordiste, but it will probably take me longer to decode the French.

I am trying to rig up a special treat for my members. So, my work may go a bit deeper. I will get back to you in a little while.