imam sledeci problem
saljem email iz php stranice, i email poslat preko stranice iz nekog razloga ne stize do odredjenih email adresa (a do vecine stize)
Kada se ulogujem u webmail na istom sajtu gde je php stranica, i posaljem email na te iste problematicne adrese, email stigne - daklem problem je iskljucivo u mailu poslatom iz php stranice
Da nisam napravio neku gresku ili propustio da ubacim neke headere?
evo kod ovde:::
Code:
mail('[email protected]', 'You have received email from CONTACT US page', 'This is your message',
"From: Ime i Prezime <[email protected]>\r\n"
."X-Mailer: Microsoft Outlook");
mail('[email protected]', 'You have received email from CONTACT US page', 'This is your message',
"From: Ime i Prezime <[email protected]>\r\n"
."X-Mailer: Microsoft Outlook");
pozdrav
Reci nešto pametno i svi će te pamtiti
- Nepoznati autor
- Nepoznati autor