Hi,
i have written a function to send mail working correctly ... but how can i send some parameter through this mail .. i have use this code to send
message.Append(" To Unsubscribe from the mailing list please click <a href=http://localhost:8943/unsubscribe-mail.aspx?docid= " + docid + "> + Unsubscribe</a> Here");
but in mail i am not getting the docid , even i have pass is there any syntax error ?
while i am clicking unsubscribe in mail
it shows correct page with the browser link
http://localhost:8943/unsubscribe-mail.aspx?docid=
but there is no docid
what is the reason ?
thanks