Web Hosting Talk







View Full Version : Autoresponder with cpanel


mmjulian
01-17-2007, 06:13 PM
I wonder if this is possible with cpanel

I would like an autoresponder, that will autorespond based on a word in the subject email
and will reply with an email msg starting with

Dear NAME,

...

where NAME is the first part of the emailer's email address
i.e if their email address is

rick@example.com

it should say

Dear rick,

ashokuh
01-17-2007, 10:03 PM
check this ,it will help you and guide you

http://www.purohits.com/flashtutorials/cpanel10_x2_autoresponder.html

mmjulian
01-18-2007, 02:50 PM
Thanks,

but it doesn't really help me on what I aim to do, it looks like a responder that replies based on a pre defined subject and message, I am looking for something that auto responds based on a name in the email headers, and use that name in the body of the email msg

DaveDark
01-22-2007, 07:41 PM
When using an autoresponde in cPanel, you can use the following tags to in the message:

%subject% The subject of the message that was sent to the autoresponder.
%from% The sender of the message that was sent to the autoresponder.
%email% The sender's email from the message that was sent to the autoresponder.

%from% seems to be the tag you are looking for.