1. 论坛系统升级为Xenforo,欢迎大家测试!
    排除公告

SMTP设置不明白了,谁来教下

本帖由 sluke2006-03-18 发布。版面名称:谈天说地

  1. sluke

    sluke New Member

    注册:
    2005-09-04
    帖子:
    4,550
    赞:
    13
    // MAIL CONFIGURATION ---------------------------------------------------
    // phpMailer. See http://phpmailer.sourceforge.net/ for settings.
    $c_node['mail']['host'] = "your_mail_server.org";
    $c_node['mail']['port'] = "25";
    $c_node['mail']['no_reply_address'] = "noreply@your_mail.org";
    $c_node['mail']['default_address'] = "you@your_mail.org";
    $c_node['mail']['mailer'] = "smtp";
    $c_node['mail']['from_name'] = "organisation_name";
    $c_node['mail']['wordwrap'] = "80";
    //if you need a username and password to access SMTP then uncomment these
    // and add your username and password
    //$c_node['mail']['smtp']['username'] = "your_mailserver_username";
    //$c_node['mail']['smtp']['password'] = "your_mailserver_password";
     
  2. sluke

    sluke New Member

    注册:
    2005-09-04
    帖子:
    4,550
    赞:
    13
    使用了各种邮箱都不行。难道是空间关闭的MAIL函数?
     
  3. sluke

    sluke New Member

    注册:
    2005-09-04
    帖子:
    4,550
    赞:
    13
  4. Hoofei

    Hoofei New Member

    注册:
    2005-12-10
    帖子:
    3,162
    赞:
    35
    跟你一样的问题。是WP么?
     
  5. 相当

    相当 New Member

    注册:
    2006-03-28
    帖子:
    9,431
    赞:
    42
    楼主详细说下使用的是IIS还是apache

    如果两者都用的话请停掉其中一个SMTP服务
     
  6. jcking

    jcking Well-Known Member

    注册:
    2005-08-30
    帖子:
    22,282
    赞:
    70
    相得困难