No Reply-To email address

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

RestLessGemini
Posts: 5
Joined: Mon Sep 04, 2006 5:11 pm

No Reply-To email address

Post 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
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

reply-to address

Post 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".)
OpenEMM Maintainer
Payam
Posts: 3
Joined: Fri Oct 20, 2006 12:31 pm

Post 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
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

bugs

Post by maschoff »

Hi Payam, both of your bug reports are accepted and will be removed in the next relase.
OpenEMM Maintainer
RestLessGemini
Posts: 5
Joined: Mon Sep 04, 2006 5:11 pm

Post 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"
Post Reply