navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Mailto URL with different reply-to address

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Mailto URL with different reply-to address
Page: [1]
 
patricksims

 

Posts: 37
Joined: 7/7/2005
Status: offline

 
Mailto URL with different reply-to address - 4/22/2008 14:08:25   
I have a need to provide internal users with a mailto url that has a different reply to address than the default email address that may be in the users' email application. My research seems to show it is not possible, however, I have to come up with a solution pretty quick so I wanted to post for quick response to find out if I should give up with trying to do that.

Thanks in advance.
rdouglass

 

Posts: 9265
From: Biddeford, ME USA
Status: offline

 
RE: Mailto URL with different reply-to address - 4/22/2008 15:31:03   
The logic seems a little sideways to me.

When you clock a mailto link, the message is sent from the user's email package and not from the server. So I'm pretty sure you're not trying to chage the replyto of the user's message, right?

Are you trying to show a name and email it to another?

Or maybe I don't understand this clearly. Can you explain a little more?

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to patricksims)
patricksims

 

Posts: 37
Joined: 7/7/2005
Status: offline

 
RE: Mailto URL with different reply-to address - 4/22/2008 17:07:30   

quote:

ORIGINAL: rdouglass

The logic seems a little sideways to me.

When you clock a mailto link, the message is sent from the user's email package and not from the server. So I'm pretty sure you're not trying to chage the replyto of the user's message, right?

Are you trying to show a name and email it to another?

Or maybe I don't understand this clearly. Can you explain a little more?


I have users who need to send a requested information e-mail but it needs to go to a different address if the recipients reply. I can include the different email address in the email, however, I cannot be sure the recipients will pay attention (or not be lazy) and send to the other address.

(in reply to rdouglass)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Mailto URL with different reply-to address - 4/22/2008 19:43:31   
quote:

I can include the different email address in the email, however, I cannot be sure the recipients will pay attention (or not be lazy) and send to the other address.


So you have to be able to specify the "reply to" address. Not sure if FP form bot handles that.

Mike Cherim's secure accessible form does if you can run PHP on your host. You just change the reply to in the config.php file.

If not, I'm sure there are other form scripts around that do. Try www.hotscripts.com

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to patricksims)
rdouglass

 

Posts: 9265
From: Biddeford, ME USA
Status: offline

 
RE: Mailto URL with different reply-to address - 4/22/2008 22:53:35   
Form scripts, yes they can do that. I'm sorry, I just saw "mailto" and assumed you were just using a link....

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to jaybee)
patricksims

 

Posts: 37
Joined: 7/7/2005
Status: offline

 
RE: Mailto URL with different reply-to address - 4/23/2008 11:05:45   

quote:

ORIGINAL: rdouglass

Form scripts, yes they can do that. I'm sorry, I just saw "mailto" and assumed you were just using a link....



I am just using a link. I have to keep it quick and VERY simple for the users in question. Some are a bit computer savvy but others are not AT ALL. Form submission is not an option because I am running IIS and cannot have the e-mail coming from the box the site is on so users will be sending from their own e-mail app in another location.

(in reply to rdouglass)
rdouglass

 

Posts: 9265
From: Biddeford, ME USA
Status: offline

 
RE: Mailto URL with different reply-to address - 4/23/2008 11:26:43   
quote:

I am just using a link.


Again, I'm a bit confused but maybe all you're looking for is something like this:

<a href="mailto:second@domain.com">first@domain.com</a>

but again, I don't think that's what you're looking for.

This kind of link opens the browsers email package with a new email pre-addressed to "second@domain.com". If you're trying to control the replyTo of the *users email package* of the email that gets created by that link, you ain't gonna' do it.


_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to patricksims)
patricksims

 

Posts: 37
Joined: 7/7/2005
Status: offline

 
RE: Mailto URL with different reply-to address - 4/23/2008 11:36:01   

quote:

you ain't gonna' do


That is exactly what I was trying to find out. I wanted the users to click a link that would open a new e-mail with specific information in the subject and body, addressed to a particular recipient BUT if the recipient replied to that e-mail it would go to a specified address.

Thanks for your help.

(in reply to rdouglass)
rdouglass

 

Posts: 9265
From: Biddeford, ME USA
Status: offline

 
RE: Mailto URL with different reply-to address - 4/23/2008 12:29:34   
One thought I had was that depending on your mail server, you might be able to set up a processing rule that'll CC the other address automatically when the end user replies. For instance, if it sees a certain string in the Subject line perhaps? Ticket number or some such string?

Just an idea.

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to patricksims)
patricksims

 

Posts: 37
Joined: 7/7/2005
Status: offline

 
RE: Mailto URL with different reply-to address - 4/25/2008 14:57:11   
Thanks for the suggestion. Further research shows we were getting better results with the recipient receiving from the sender and being able to write back to the sender. Go figure :).

(in reply to rdouglass)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Mailto URL with different reply-to address
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts