WordPress で smtp サーバを利用してメール送信するには WP Mail SMTP というプラグインを使うとよい。 インストール方法 WP Mail SMTP プラグインのページからダウンロード ・/wp-content/plugins 以下に展開 ・管理画面に移動 ・プラグインを Activate ・Activate 後の画面では Setting リンクが表示されている ・メール送信設定画面に移動 ・設定を保存して終了。 何も迷わない。 メモ WordPress 標準のメール処理は次の箇所で定義されている。 wp-includes/pluggable.php 233 if ( !function_exists( ‘wp_mail’ ) ) : 234 /** 235 * Send mail, similar to PHP’s mail 236 * 237 …
Tag Archives: mail
telnetでsmtp通信
赤の太字が入力内容。 残りがサーバからの応答。 $ telnet SMTPサーバ 25 Trying SMTPサーバIP… Connected to SMTPサーバ (SMTPサーバIP). Escape character is ‘^]’. 220 SMTPサーバホスト ESMTP Postfix HELO SMTPサーバホスト 250 SMTPサーバホスト MAIL FROM: [email protected] 250 Ok RCPT TO: [email protected] 250 Ok DATA 354 End data with <CR><LF>.<CR><LF> To:[email protected] Subject: smtp send mail test From:[email protected] 本文入力 <ENTER> .<ENTER> 250 Ok: queued as 9DF5992F0C