[google-appengine] Re: sending mail with nicely formatted sender

2009-03-16 Thread xml2jsonp
Only 47 stars :-( More stars (please) the Universe is full :-) On Mar 15, 8:55 pm, manuelaraoz wrote: > please everyone star this issue, it must have a very simple fix and > it's very necessary > thanks > > Manuel --~--~-~--~~~---~--~~ You received this message be

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread manuelaraoz
please everyone star this issue, it must have a very simple fix and it's very necessary thanks Manuel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to go

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread xml2jsonp
starred :-) On Mar 15, 8:45 pm, Jarek Zgoda wrote: > Star this issue: > > http://code.google.com/p/googleappengine/issues/detail?id=677 > > On 15 Mar, 20:08, manuelaraoz wrote: > > > Hi there! > > > I've got my app sending mail from the address supp...@myapp.com > > > the problem is, when peopl

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread manuelaraoz
thanks... I'm sorry to know it can't be done :( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from thi

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread Jarek Zgoda
Star this issue: http://code.google.com/p/googleappengine/issues/detail?id=677 On 15 Mar, 20:08, manuelaraoz wrote: > Hi there! > > I've got my app sending mail from the address supp...@myapp.com > > the problem is, when people receive the emails, they see that they > appear as been sent from "

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread manuelaraoz
That didn't work... Any other idea? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, s

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread xml2jsonp
Try: "MyApp Team" On Mar 15, 8:15 pm, xml2jsonp wrote: > mail.send_mail(sender="da.@gmail.com", >   to="da.@gmail.com", >   subject="[IronBrowser] Apps Info Submitted", >   body="...") > > On Mar 15, 8:08 pm, manuelaraoz wrote: > > > Hi there! > > > I've got my

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread xml2jsonp
mail.send_mail(sender="da.@gmail.com", to="da.@gmail.com", subject="[IronBrowser] Apps Info Submitted", body="...") On Mar 15, 8:08 pm, manuelaraoz wrote: > Hi there! > > I've got my app sending mail from the address supp...@myapp.com > > the problem is, wh