Kunal Jhunjhunwala wrote:
> Hey,
> I'm trying to force a subject line on the reply email of a recieved email...
> the recieved email is sent using the mail() function in php... can this be
> done? I know i can do it using html by doing :
> mailto:[EMAIL PROTECTED]?subject=subect comes here
> 
> but not everyone allows html email... can i do something similar using the
> mail() function?
> 
> Regards,
> Kunal Jhunjhunwala


You can't control anything about what someone sends you.  Regardless
of what you try to do with browser/email client tricks, if I want to
send you a message with the subject as 'foo', that's what you'll get. 
You can't stop or alter that.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to