Hello,
I am hosting my website at a third-party host system which is running on a win32 machine. One of my goals was to create a webpage where users could email each other outside of my domain. The problem I'm running to is that mail() function is not very reliable - although it returns true after executing, it doesn't always end up sending messages. Reading through other posts, I have updated their php.ini variable using .htaccess file, so now "sendmail_from" is set to "my_userid@my_domain.com" (where the appropriate values are inserted for 'my_userid' and 'my_domain'). SMTP is still set to "localhost". However this doesn't seem to solve my problem and mail() function still somehow manages not to send emails.
Does anyone have any suggestions? Is there something else I'm missing?
Any suggestions are appreciated.
Thank you.
Amir Hajdar