![]() |
|||
PHP
IT Tags
objects Combo box magento ecommerce PHP and FLash multiple file uplo SimpleXML indexing solr server shutdown UPDATE photo gallery php mail Xampp Simplexml Parser Remove Duplicate check domain my_thread_global_end Solr XML Mobile site ajax local server mysql server XHTML associative arrays Overlapping Layers Stop Script local server connection to MYSQL control panel include sdf |
PHP Mail functionHello CommentsSending PHP email from Windows servers is often problematic. Unike Unix and Linux systems, most Windows systems don`t have an SMTP server for PHP to use. It is often necessary to edit the php.ini file and set an external SMTP server. After any change to php.ini, restart the webserver program for the changes to take effect. To learn PHP try these websites: This error means that the mail server is not accepting the format of the email address. I believe it could be the email address you`re sending to, sending from, or using for authorization. I had this exact same problem with php`s mail() under debian. I could send to my private email but not to my yahoo email. I believe yahoo is analyzing the headers and figure out that you are sending via php, so they block it. I believe that is backwards. When you use the mail() function, it is my understanding that it is connecting to your own SMTP server (or one that you are authorized to use) to deliver the mail. Hence the need to specify a server in the php.ini file. Hello I have used windows OS and Xampp control .. But I can`t send a mail to my yahoo ID .I got a problem with PHP’s mail() , which was not sending any email messages out.I`m sending you my php coding. If you see any problem or any mistake in my code then plz tell me and suggest me how i can send |
