how will the feedback form (sending e-mail) so that mail is not activated, just from the server a letter to your e-mail went like on leonbets (there is no mailto request)

    2 answers 2

    mail("seosprint0@yandex.ru", "Тема сообщения", "Текст сообщения\nСтрока2\nСтрока3"); 

      Here you write that it is necessary to send the letter from the server. What language is the web server? PHP, of course! To send mail on it, you need to use the unpretentious function "mail ()" , which sends a message to the desired mailbox.

      That's just this function should not be prohibited by hot =)

      • You can paint in more detail how the function is applied, let's say the text: Hello, say your name. And e-mail seosprint0@yandex.ru - Semen
      • I can write something, but are you somehow familiar with PHP? - AseN 5:26 pm
      • mail ("mail@mail.ru", "Subject", "Message Text". $ handlers); - AseN