How to send mails through php script?

前端 未结 8 1046
半阙折子戏
半阙折子戏 2021-01-01 08:02

How can i send mails through the php script?? I am trying to do somthing like this:

for($k=0;$k<=$x->length-1;$k++)
{
    for($l=0;$l<=$j-1;$l++)
           


        
8条回答
  •  渐次进展
    2021-01-01 08:23

    The code (the inner most block) looks correct. Make sure your environment is setup correctly. http://ca3.php.net/manual/en/mail.setup.php

提交回复
热议问题