Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP]Gmail nie obsługuje funkcja mail ?
mattii
post
Post #1





Grupa: Zarejestrowani
Postów: 133
Pomógł: 0
Dołączył: 29.01.2010

Ostrzeżenie: (0%)
-----


wysyłam maile ze strony przez funkcję mail:
  1.  
  2.  
  3.  
  4. $headers = 'From: adres email' . "\r\n" .
  5. 'Reply-To: adresemail' . "\r\n" .
  6.  
  7. 'Content-Type: text/html; charset=UTF-8\n' . "\r\n" .
  8. 'Content-Transfer-Encoding: 8bit '. "\r\n" .
  9.  
  10.  
  11. '';
  12. $subject = 'temat';
  13. $message =
  14.  
  15.  
  16. '
  17.  
  18. <html>
  19. <head>
  20. <title></title>
  21. </head>
  22. <body>
  23.  
  24.  
  25. </body>
  26. </html>
  27.  
  28.  
  29.  
  30.  
  31. ';
  32.  
  33.  
  34. mail($_POST['email'], $subject, $message, $headers);
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  




na inne skrzynki maile dochodza bez problemu


a na gmailu nic...nawet w spamie nie ma nic...

o co chodzi ? gmail blokuje te maile ?
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 16.09.2025 - 23:19