Just opened the site, now I am editing it, the problem is, I don’t know how to make the link appear, otherwise it is displayed in my text.
In general, I liked the confirmation mail on this site with a picture. =) How to do it?
$addres = $mail; $subgect = "подтвердить регестрацию draw-art.ru"; $message = "здраствуйте " .$create_login."\n Для завершения регистрации, проследуйте по ссылке: <a href='draw-art.ru/activate.php?code=".$code."'>перейти</a>"; mail ($addres,$subgect,$message,"Content-type:text/plain; Charset=windows-1251\r\n");