Tagged Questions
The email-formats tag has no wiki summary.
7
votes
2answers
1k views
Python mailbox encoding errors
First, let me say that I'm a complete beginner at Python. I've never learned the language, I just thought "how hard can it be" when Google turned up nothing but Python snippets to solve my problem. :)
...
1
vote
2answers
634 views
Does the character 96 HEX have any special meaning in internet protocols/formats?
sorry for the vague subject, the issue is such:
I create an event with invitees in google calendar; on the receiving side an email arrives as multipart, which, in its text/html block, has the ...
1
vote
4answers
68 views
Sending email as html
Dim objMail As New Mail.MailMessage("no-reply@mywebsite.com", ToEmail, "Password Reset", body)
...and the problem is that the message is sent as pure text including the <br> tags within the ...
0
votes
1answer
16 views
Change Outlook 2007 Send Options Programatically
We have several customers who have difficulty receiving PDF's from us via BPOS. In order to correct the problem, we have to change their "Send Options" from Outlook to Plain Text. What I would like ...
0
votes
1answer
197 views
Changing email format with javascript
I am sending emails via an html page using javascript and the outlook activex object (Outlook.Application) I am trying to change the format of the mail message to html but I don't know to what value I ...
0
votes
3answers
1k views
PHP mail formatting issue - Why do CRLF header line endings break HTML email in Outlook?
I'm using the PHP native mail() function to send HTML emails and have a formatting problem in the users most common email client - Outlook 2007 (in addition to some other email clients) - all the html ...