Tagged Questions

2
votes
1answer
155 views

Does RFC 5322 allow reply-to header without any actual e-mail address? If so, what is its semantic?

Section 3.6.2 of RFC 5322 defines the reply-to header as: reply-to = "Reply-To:" address-list CRLF Where address-list is defined at section 3.4. When unfolding the ABNF grammar, I find ...
2
votes
1answer
112 views

Inserting > at the start of each line in reply e-mails

In my Rails app I have a mail section in which I want to append a > character at the start of each line when replying to a message. The challenge is, how do I know when to insert a > character ...
1
vote
1answer
62 views

How can i modify this applescript to apply to selected emails rather than selected mailboxes?

tho is my first post - glad to have found this community :) I'm afraid I have limited applescript knowledge but I discovered a script that will create a new message with recipients based on senders ...
1
vote
0answers
399 views

CRM 2011 / JScript: Creating/Opening an email reply from an Email ID or a SubGrid

I'm trying to create a button in a form which contains a subgrid of activitypointers, where some of them are emails. This button needs to open the email reply window to the email (The window you get ...
0
votes
2answers
21 views

Can you atribute a Reply to a Mail via the Mail Header?

Is it possible to include into the E-Mail-Header an information such as a client ID in a way, that if the person replies to this mail and even if the titel or content of the original mail is cleaned ...
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
3answers
146 views

PHP Form - Problem with reply e-mail

The contact form is working just fine but I can't figure how to setup the "reply mail". The PHP code is as follows: <?php // Get Data $name = strip_tags($_POST['name']); $email = ...
0
votes
1answer
136 views

Is there any Forum Software Which comes with Reply Via Email Features? [closed]

I am looking for a Forum Software in PHP (Open source Or Paid) which comes with Reply via Email feature. I know many forum software like vbulletin which has facility for user to Subscribe to Post / ...
0
votes
2answers
199 views

Reply by Email (like Facebook)

I am developing a PHP website where it is possible to make wall posts / comments. At this point, I already use PHP mail() to send a email to a person when something is posted on their wall. Here is ...
0
votes
2answers
202 views

How Can I Get The Email Sender Address

I'm developing a email manager application(like outlook) in C# and I want to do a reply function, but how I can get the email address of the user that sent the email that will be replyed? Thanks.
-1
votes
1answer
209 views

What does it mean when @naver.com emails return “Your mail was denied from the receiver” [closed]

I am sending many emails and I get many of these errors back from @naver.com users: Your mail was denied from the receiver I am wondering if it means that user marked it as spam or their service ...