Tagged Questions
4
votes
1answer
401 views
Sending Hebrew subject in php mail goes Klingon…?
I'm trying to send email with hebrew content/subject like so:
$to = 'email@email.com';
$subject = "איזה יום יפה היום";
$message = 'ממש יום יפה';
$headers = 'From: email@email.com' . "\r\n";
...
4
votes
4answers
2k views
accented words in email subject break spacing - how do I stop this?
We have a custom php email marketing app, and an interesting problem:
If the subject line of the message contains a word with accents, it 'swallows' the spaces between it and the following word.
An ...
3
votes
2answers
727 views
Spring mail support - no subject
I have updated my libraries, and now e-mails are sent without subject. I don't know where this happened...
Mail API is 1.4.3., Spring 2.5.6. and Spring Integration Mail 1.0.3.RELEASE.
<!-- ...
1
vote
1answer
140 views
How do I get Chinese characters into the subject line of an email message?
We have a simple lead generation system that lets people compose an email and send to their friends. Our end users can edit the subject line and text of the email. I'm having problems with ...
1
vote
2answers
909 views
C# Email subject parsing
I'm building a system for reading emails in C#. I've got a problem parsing the subject, a problem which I think is related to encoding.
The subject I'm reading is as follows: ...
1
vote
2answers
305 views
UTF-8 Subject line appears as question marks in Gmail
I am trying to send an email with Chinese characters in the subject line from my program to a gmail account, but the subject line appears as ????. This is how the subject line is encoded:
...
1
vote
1answer
1k views
How to Modify a Cronjob Email Subject
I am running a half dozen different cron jobs from my hosting at Hostmonster.com. When a cronjob has been executed I receive an email with the output of the script.
The email comes in the format of:
...
0
votes
1answer
29 views
Email systems: Should I strip (Re|Fw(d)?), or any word with a colon?
Do you have a recommendation on this?
I have seen the everything before the colon method used.
This could affect a situation re[2]:. If colon method was used. The reply would become Re: and the ...
0
votes
0answers
28 views
Extra spaces in e-mail subject using chilkat
We're using Chilkat mail for Visual C++ 8.0. We have a problem with decoding extra spaces in subject for some e-mails. The subject in these e-mails has got few encoded words like (two below):
...
0
votes
0answers
175 views
Umbraco Contour: Changing Suject line to different dictionary items
I having a serious issue with Umbraco Contour. I wish to send on 2 emails on submission with 2 different subjects with information gathered from the umbraco dictionary. The form and the email response ...
0
votes
2answers
144 views
Take control over email subject in rails
I need to change the subject of the emails on a low level.
What rails does is encoding the subject as quoted in whatever encoding is set.
What I need is to make it quoted but split into chunks of 64 ...
-1
votes
1answer
122 views
Need to modify one variable for a PHP mail form
I need to modify this PHP mail form to have the email subject include "New message from photography site" before the subject supplied by the visitor who submits the form. I don't know PHP and tried a ...
-1
votes
1answer
177 views
How to append beginng of body to subject of mail (body of new mail can be erased) and forward it using e.g. procmail?
see the title for the question. that is all.