Page 1 of 1

No Reply-To email address

Posted: Tue Oct 17, 2006 9:23 am
by RestLessGemini
Hello,

there is no reply-to email address field, only Reply-To Full Name field is there, how to specify Reply-To email address?

Image

Please advice.

Regards,

~ rLg

reply-to address

Posted: Tue Oct 17, 2006 11:18 am
by maschoff
If you want to define a reply-to email address which is different from the sender email address you have to wait for v5.1 (sorry!).

Right now you can only define different real names. (But, of course, you can use the real name to provide the name of an email address like "for requests please use email address request@openemm.org".)

Posted: Fri Oct 20, 2006 12:53 pm
by Payam
Hello,

The Reply-To Full Name does not appear in the e-mail-clients.
Is this problem known?

Another Problem: If the Sender Full-Name contains a character like "." or "," then it doesn't appear in the e-mails-clients. The Sender Full-Name is empty.

Thank you

bugs

Posted: Thu Nov 16, 2006 9:59 am
by maschoff
Hi Payam, both of your bug reports are accepted and will be removed in the next relase.

Posted: Fri Mar 09, 2007 2:59 pm
by RestLessGemini
Affected version: 5.0.2

Description: If you edit a mailing, there is a field for Reply-Name, but no one for Reply-Address.

Symptoms: In your the mails sent by your mailing, you may discover a broken or empty Reply-To-Header.

Detail: If you enter a name into the Reply-Name field, the Reply-To-Header of the mails looks like this:

Reply-To: Name <>

If you enter an email-address into the file Reply-Name, the Reply-To-Header looks like this:

Reply-To:

Both is wrong. We need either no or a full Reply-To-Header.

Also see Bug-Tracker

Hotfix:

* open htdocs/mailing/view_base.jsp
* locate the following JSP-code:

<tr>
<td><bean:message key="ReplyFullName"/>: </td>
<td>
<html:text property="media[0].replyFullname" maxlength="99" size="42"/>

</td>
</tr>

* then add the following JSP-code above it:

<tr>
<td><bean:message key="ReplyEmail"/>: </td>
<td>
<html:text property="media[0].replyEmail" maxlength="99" size="42"/>

</td>
</tr>

Note: The values you enter in the new form-field are not checked, whether they are a correct EMail-address or not.

Fixed in Version: none
Retrieved from "http://www.openemm.org/wiki/Hotfixes"