2012/2/20 andrei <[email protected]>: > Hello! I need an example how to send html email with attachment. > > I can send text email with attachments (by setting attachments=[]). > I can send html email without attachment (by setting text/html content- > type in headers dict). > > But it seems to me there is no way sending html email with attachment.
Look at web.py source: https://github.com/webpy/webpy/blob/master/web/debugerror.py#L318 Anand -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
