Jump to content

problem with php mail


Recommended Posts

Hello :)

 

I have read several topics about malfunctioning php () mail, but I cannot get it solved.

When I make a test order, the 'customer' gets the confirmation mail.

The shop owner does not get a confirmation mail.

 

I created a mailtest.php, inserted

<?php

mail('[email protected]','Test mail','The mail function is working!');

echo 'Mail sent!';

?>

And when pulled up it said: Mail sent. The mail is received.

 

I tried to configure smtp for gmail, tried so send a test email, failed.

I tried using another mailadress hosted by my provider with smtp, failed.

 

Other mail sent to my shopowner's address I receive correctly.

 

What to do?

 

Thanks! :)

Edited by Woolness (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...