Jump to content

problem with sending mail


php1

Recommended Posts

if you can use the internet i dont think that there are any additional configuration to do! The only thing i would think that might be wrong is the email provider! Check the email account you are using if it gets any other emails from another account! If you have inbox mails from others, then the last thing is your hosting server!

you can create a free email account like (hotmail, gmail, yahoo, etc) and use that one instead of the one you are using now to check if its a problem with the email account or the server that you host your website on!

Example:

<?php
mail("[email protected]","testsub","testmessage");
?>

i am testing from local server. It is not blocked because it is working fine till yesterday. I also tried with other address like [email protected]. but it is also not working?

any other changes in php.ini.

or http.conf has to be made.

 

whether it is not working because of any configuration changes

You may be able tp request a "recieved notification" and if you dont received it back then generate the error! Although i have no idea how and if this is possible! You can search in google or create a new thread in this forum and if someone knows something you ll get there!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.