Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Bug with Auto-Reply

Quote Reply
Bug with Auto-Reply
Hi,

I have a client that has created an Auto-Reply that contains attachments. The problem is when he wants to remove those attachments from the e-mail he then gets the error: "We are unable to locate the attachment!"

Whats wrong??

Thanks
Quote Reply
Re: [Surfer2] Bug with Auto-Reply In reply to
A temporary fix for this is to change the template(s). The templates that need modification are options_areply.htm and options_areply_html.htm.
Both should have a submit button with html like this:
Code:
<input type="submit" name="do=email-attach-delete;page=options_areply.htm;do=options-autoreply-save" value="Delete"><br>
This needs to be changed to:
Code:
<input type="submit" name="do=options-autoreply-save;do=email-attach-delete;page=options_areply.htm" value="Delete"><br>
This only affects 2.1 installs as there was a change in the parsing of this code.

Adrian
Quote Reply
Re: [brewt] Bug with Auto-Reply In reply to
Thanks I'll try that!

Smile
Quote Reply
Re: [Surfer2] Bug with Auto-Reply In reply to
Another problem!

When I use auto-reply it says that the sender is "webmail", how can I change this to the name of the account instead?

Thanks
Quote Reply
Re: [Surfer2] Bug with Auto-Reply In reply to
Would appreciate some help!
Thanks
Quote Reply
Re: [Surfer2] Bug with Auto-Reply In reply to
hrm, I don't get that here. Could you email me login details so I can take a look?

Adrian