バージョン選択

フォーラム

メニュー

オンライン状況

68 人のユーザが現在オンラインです。 (61 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 68
もっと...

サイト内検索

その他 > その他 > 「お問い合わせ」を行なった場合一部のメールでメールが届かない

その他

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
geppi8969
投稿日時: 2019/6/10 13:20
対応状況: −−−
新米
登録日: 2019/4/17
居住地:
投稿: 5
「お問い合わせ」を行なった場合一部のメールでメールが届かない
▼テンプレート
EC-CUBE4のHP下部にある「お問い合わせ」を行なった場合、gmailやyahooのメールアドレスを記載した場合メールが届きません。独自ドメインのメールは問題なく届きます。
どのような問題が考えられるでしょうか。
よろしくお願いいたします。
kazumi
投稿日時: 2019/6/10 13:49
対応状況: −−−
常連
登録日: 2019/4/15
居住地:
投稿: 45
Re: 「お問い合わせ」を行なった場合一部のメールでメールが届かない
geppi8969さん、初めまして。

EC-CUBE4のお問い合わせで、独自ドメインのメールは問題なく受信されているということであれば、EC-CUBEのメールの設定は行われているものと思われます。

gmailやyahooのメールアドレスで受信ができないということですが、迷惑メール扱いとなっていないでしょうか?

迷惑メールにもないということであれば、まず、お使いのメールサーバーのログに送信された形跡が残っているか確認する流れになるかと思います。
t3taira
投稿日時: 2019/6/14 16:50
対応状況: −−−
新米
登録日: 2019/6/14
居住地:
投稿: 6
Re: 「お問い合わせ」を行なった場合一部のメールでメールが届かない
私は問い合わせ、会員登録、受注メールも届きません。
管理者側、送信側とも、どちらにも届きません。


環境は

EC-CUBE
4.0.2
サーバーOS
Linux sv5.php.starfree.ne.jp 4.4.0-148-generic #174-Ubuntu SMP Tue May 7 12:20:14 UTC 2019 x86_64
DBサーバー
MySQL 5.7.18
WEBサーバー
Apache
PHP
7.2.6 (Core, date, libxml, openssl, pcre, sqlite3, zlib, bz2, calendar, ctype, curl, hash, fileinfo, filter, ftp, gettext, gmp, SPL, iconv, session, standard, posix, pspell, Reflection, Phar, shmop, SimpleXML, sockets, mbstring, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, zip, cgi-fcgi, apcu, bcmath, dba, dom, gd, imagick, imap, intl, json, ldap, exif, mcrypt, mysqli, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, soap, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache)
User Agent
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36


ネット上で検索して、

https://umebius.com/eccube/eccube4-cant-send-email-env-config/

https://bistro.site/?p=1755

https://www.web-f.net/2017/06/ec-cubesmtp.html

https://qiita.com/tDash/items/10ae233d08e17622b660

http://amidaike.hatenablog.com/entry/2015/09/15/143515



上記のページを参考にサーバーディレクトリ直下の.envのMAILER_URL部分を下記のように編集しました。
(●とパスワードの部分は個人情報なので伏せています)



# This file is a "template" of which env vars needs to be defined in your configuration or in an .env file
# Set variables here that may be different on each deployment target of the app, e.g. development, staging, production.
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration

###> symfony/framework-bundle ###
APP_ENV=prod
APP_DEBUG=0
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com
###< symfony/framework-bundle ###

###> doctrine/doctrine-bundle ###
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# For a sqlite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# Set "serverVersion" to your server version to avoid edge-case exceptions and extra database calls
DATABASE_URL=mysql://●●●:パスワード@mysql1.php.starfree.ne.jp/●●●_eccube
# The version of your database engine
DATABASE_SERVER_VERSION=5.7.18
###< doctrine/doctrine-bundle ###

###> symfony/swiftmailer-bundle ###
# For Gmail as a transport, use: "gmail://username:password@localhost"
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
# Delivery is disabled by default via "null://localhost"
MAILER_URL=smtp://●●●@gmail.com:パスワード@smtp.gmail.com:587?auth_mode=plain
###< symfony/swiftmailer-bundle ###

###> APPLICATION CONFIG ###
# EC-CUBE Configs. The default value is defined in app/config/packages/eccube.yaml.
# Please remove commented out and enable it if you want to change.

#ECCUBE_LOCALE=ja
#ECCUBE_TIMEZONE=Asia/Tokyo
#ECCUBE_CURRENCY=JPY
#ECCUBE_ADMIN_ROUTE=admin
#ECCUBE_USER_DATA_ROUTE=user_data
#ECCUBE_ADMIN_ALLOW_HOSTS=[]
#ECCUBE_FORCE_SSL=false
#ECCUBE_TEMPLATE_CODE=default
#ECCUBE_AUTH_MAGIC=<change.me>
#ECCUBE_COOKIE_NAME=eccube
#ECCUBE_COOKIE_PATH=/
#ECCUBE_COOKIE_LIFETIME=0
#ECCUBE_GC_MAXLIFETIME=1440

###< APPLICATION CONFIG ###

ECCUBE_AUTH_MAGIC=mwEp42Nkr07cHjH9M9B1RPl6ZmJwxJMm
ECCUBE_ADMIN_ALLOW_HOSTS=[]
ECCUBE_FORCE_SSL=false
ECCUBE_ADMIN_ROUTE=t3t3
ECCUBE_COOKIE_PATH=/
ECCUBE_TEMPLATE_CODE=default
ECCUBE_LOCALE=ja

tao_s
投稿日時: 2019/6/14 18:00
対応状況: −−−
仙人
登録日: 2008/8/20
居住地: 東京
投稿: 796
Re: 「お問い合わせ」を行なった場合一部のメールでメールが届かない
引用:
For Gmail as a transport, use: "gmail://username:password@localhost"

Gmailをお使いなら設定が違いませんか?


----------------
EC-CUBEカスタマイズ相談してください。
緊急のEC-CUBEの障害対応
EC-CUBEカスタマイズブログ

t3taira
投稿日時: 2019/6/14 18:51
対応状況: −−−
新米
登録日: 2019/6/14
居住地:
投稿: 6
Re: 「お問い合わせ」を行なった場合一部のメールでメールが届かない
ありがとうございます。

MAILER_URL=gmail://username:password@localhost

の形にしなければいけないということですね。


MAILER_URL=gmail://username:password@localhost


usernameの部分を、「●●●@gmail.com」の●●●や、gmail.comのドメインも含めても設定してみました。

MAILER_URL=gmail://●●●:password@localhost

MAILER_URL=gmail://●●●@gmail.com:password@localhost


パスワードも間違ってないです。


しかし、届かないです。

サーバーのログを追記します。

[2019-06-14 18:54:06] app.INFO [N/A] [8db249f] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["admin_setting_system_log"] [GET, /t3t3/setting/system/log, 153.183.146.46, http://countrystyle.starfree.jp/t3t3/setting/shop/mail, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:54:01] app.INFO [N/A] [72de9da] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["admin_setting_shop_mail"] [GET, /t3t3/setting/shop/mail, 153.183.146.46, http://countrystyle.starfree.jp/t3t3/store/plugin/authentication_setting, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:53:55] app.INFO [N/A] [5195901] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["admin_store_authentication_setting"] [GET, /t3t3/store/plugin/authentication_setting, 153.183.146.46, http://countrystyle.starfree.jp/t3t3/store/plugin/authentication_setting, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:53:55] php.INFO [6118a890b98d73bb7a924098832704ba] [5195901] [1] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "Eccube\Service\Composer\ComposerApiService" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Eccube\\Service\\Composer\\ComposerApiService\" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. at /home/countrystyle/countrystyle.starfree.jp/public_html/vendor/symfony/dependency-injection/Container.php:282)"} [GET, /t3t3/store/plugin/authentication_setting, 153.183.146.46, http://countrystyle.starfree.jp/t3t3/store/plugin/authentication_setting, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:53:55] php.INFO [6118a890b98d73bb7a924098832704ba] [5195901] [1] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "Eccube\Repository\BaseInfoRepository" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Eccube\\Repository\\BaseInfoRepository\" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. at /home/countrystyle/countrystyle.starfree.jp/public_html/vendor/symfony/dependency-injection/Container.php:282)"} [GET, /t3t3/store/plugin/authentication_setting, 153.183.146.46, http://countrystyle.starfree.jp/t3t3/store/plugin/authentication_setting, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:53:55] app.INFO [N/A] [b9b7454] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["admin_store_authentication_setting"] [GET, /t3t3/store/plugin/authentication_setting, 153.183.146.46, http://countrystyle.starfree.jp/t3t3/order/2/mail, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:53:55] php.INFO [6118a890b98d73bb7a924098832704ba] [b9b7454] [1] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "Eccube\Service\Composer\ComposerApiService" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Eccube\\Service\\Composer\\ComposerApiService\" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. at /home/countrystyle/countrystyle.starfree.jp/public_html/vendor/symfony/dependency-injection/Container.php:282)"} [GET, /t3t3/store/plugin/authentication_setting, 153.183.146.46, http://countrystyle.starfree.jp/t3t3/order/2/mail, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:53:55] php.INFO [6118a890b98d73bb7a924098832704ba] [b9b7454] [1] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "Eccube\Repository\BaseInfoRepository" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Eccube\\Repository\\BaseInfoRepository\" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. at /home/countrystyle/countrystyle.starfree.jp/public_html/vendor/symfony/dependency-injection/Container.php:282)"} [GET, /t3t3/store/plugin/authentication_setting, 153.183.146.46, http://countrystyle.starfree.jp/t3t3/order/2/mail, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] app.INFO [N/A] [26a4c56] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["contact_complete"] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [6118a890b98d73bb7a924098832704ba] [26a4c56] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["contact_complete"] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [6118a890b98d73bb7a924098832704ba] [26a4c56] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["contact_complete"] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [6118a890b98d73bb7a924098832704ba] [26a4c56] [anon.] [Eccube\Log\Logger:log:66] - PROCESS START ["contact_complete"] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [N/A] [26a4c56] [N/A] [Eccube\Log\Logger:log:66] - INIT [] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] app.ERROR [N/A] [9943e8d] [anon.] [Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener:onTerminate:64] - Exception occurred while flushing email queue: Expected response code 220 but got an empty response [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] php.WARNING [N/A] [9943e8d] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:523] - Warning: stream_set_timeout() expects parameter 1 to be resource, null given {"exception":"[object] (ErrorException(code: 0): Warning: stream_set_timeout() expects parameter 1 to be resource, null given at /home/countrystyle/countrystyle.starfree.jp/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:279)"} [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] php.WARNING [N/A] [9943e8d] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:523] - Warning: stream_set_blocking() expects parameter 1 to be resource, null given {"exception":"[object] (ErrorException(code: 0): Warning: stream_set_blocking() expects parameter 1 to be resource, null given at /home/countrystyle/countrystyle.starfree.jp/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:275)"} [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] app.DEBUG [N/A] [9943e8d] [anon.] [Eccube\Log\Logger:log:68] - Commit executed. [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] app.INFO [N/A] [9943e8d] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [6118a890b98d73bb7a924098832704ba] [9943e8d] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [6118a890b98d73bb7a924098832704ba] [9943e8d] [anon.] [Eccube\Log\Logger:log:66] - お問い合わせ受付メール送信完了 {"count":1} [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [6118a890b98d73bb7a924098832704ba] [9943e8d] [anon.] [Eccube\Log\Logger:log:66] - お問い合わせ受付メール送信開始 [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [6118a890b98d73bb7a924098832704ba] [9943e8d] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.DEBUG [6118a890b98d73bb7a924098832704ba] [9943e8d] [anon.] [Eccube\Log\Logger:log:66] - Begin Transaction. [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [6118a890b98d73bb7a924098832704ba] [9943e8d] [anon.] [Eccube\Log\Logger:log:66] - PROCESS START ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:42:38] front.INFO [N/A] [9943e8d] [N/A] [Eccube\Log\Logger:log:66] - INIT [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] app.INFO [N/A] [630dbeb] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["contact_complete"] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [6118a890b98d73bb7a924098832704ba] [630dbeb] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["contact_complete"] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [6118a890b98d73bb7a924098832704ba] [630dbeb] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["contact_complete"] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [6118a890b98d73bb7a924098832704ba] [630dbeb] [anon.] [Eccube\Log\Logger:log:66] - PROCESS START ["contact_complete"] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [N/A] [630dbeb] [N/A] [Eccube\Log\Logger:log:66] - INIT [] [GET, /contact/complete, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] app.ERROR [N/A] [f24caf5] [anon.] [Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener:onTerminate:64] - Exception occurred while flushing email queue: Expected response code 220 but got an empty response [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] php.WARNING [N/A] [f24caf5] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:523] - Warning: stream_set_timeout() expects parameter 1 to be resource, null given {"exception":"[object] (ErrorException(code: 0): Warning: stream_set_timeout() expects parameter 1 to be resource, null given at /home/countrystyle/countrystyle.starfree.jp/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:279)"} [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] php.WARNING [N/A] [f24caf5] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:523] - Warning: stream_set_blocking() expects parameter 1 to be resource, null given {"exception":"[object] (ErrorException(code: 0): Warning: stream_set_blocking() expects parameter 1 to be resource, null given at /home/countrystyle/countrystyle.starfree.jp/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:275)"} [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] app.DEBUG [N/A] [f24caf5] [anon.] [Eccube\Log\Logger:log:68] - Commit executed. [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] app.INFO [N/A] [f24caf5] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [6118a890b98d73bb7a924098832704ba] [f24caf5] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [6118a890b98d73bb7a924098832704ba] [f24caf5] [anon.] [Eccube\Log\Logger:log:66] - お問い合わせ受付メール送信完了 {"count":1} [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [6118a890b98d73bb7a924098832704ba] [f24caf5] [anon.] [Eccube\Log\Logger:log:66] - お問い合わせ受付メール送信開始 [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [6118a890b98d73bb7a924098832704ba] [f24caf5] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.DEBUG [6118a890b98d73bb7a924098832704ba] [f24caf5] [anon.] [Eccube\Log\Logger:log:66] - Begin Transaction. [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [6118a890b98d73bb7a924098832704ba] [f24caf5] [anon.] [Eccube\Log\Logger:log:66] - PROCESS START ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:03] front.INFO [N/A] [f24caf5] [N/A] [Eccube\Log\Logger:log:66] - INIT [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:01] app.INFO [N/A] [8388139] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:01] front.INFO [6118a890b98d73bb7a924098832704ba] [8388139] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:01] front.INFO [6118a890b98d73bb7a924098832704ba] [8388139] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:01] front.INFO [6118a890b98d73bb7a924098832704ba] [8388139] [anon.] [Eccube\Log\Logger:log:66] - PROCESS START ["contact"] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:01] front.INFO [N/A] [8388139] [N/A] [Eccube\Log\Logger:log:66] - INIT [] [POST, /contact, 153.183.146.46, http://countrystyle.starfree.jp/contact, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:00] app.INFO [N/A] [001b54c] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["contact"] [GET, /contact, 153.183.146.46, http://countrystyle.starfree.jp/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:41:00] front.INFO [6118a890b98d73bb7a924098832704ba] [001b54c] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["contact"] [GET, /contact, 153.183.146.46, http://countrystyle.starfree.jp/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
[2019-06-14 18:40:59] front.INFO [6118a890b98d73bb7a924098832704ba] [001b54c] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["contact"] [GET, /contact, 153.183.146.46, http://countrystyle.starfree.jp/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36]
tao_s
投稿日時: 2019/6/14 22:58
対応状況: −−−
仙人
登録日: 2008/8/20
居住地: 東京
投稿: 796
Re: 「お問い合わせ」を行なった場合一部のメールでメールが届かない
サーバはGMOクラウドですか?


----------------
EC-CUBEカスタマイズ相談してください。
緊急のEC-CUBEの障害対応
EC-CUBEカスタマイズブログ

red
投稿日時: 2019/6/15 11:06
対応状況: −−−
登録日: 2010/2/15
居住地: 東京都
投稿: 1567
Re: 「お問い合わせ」を行なった場合一部のメールでメールが届かない
これですかね
https://twitter.com/yoya/status/1139326395421605888


----------------
EC-CUBEのカスタマイズ、トラブル解決承ります
お気軽にお問い合わせ下さい
https://www.ec-cube.net/integrate/partner/partner.php?partner_id=690

t3taira
投稿日時: 2019/6/15 19:10
対応状況: −−−
新米
登録日: 2019/6/14
居住地:
投稿: 6
Re: 「お問い合わせ」を行なった場合一部のメールでメールが届かない
ネットオウルはGMOとは別企業ですよね?

GMOクラウドではなく、ネットオウル運営のスターサーバーフリーに設置してます。

●サーバー基本情報

項目 情報
ホスト名 sv5.php.starfree.ne.jp
IPアドレス 157.112.187.55
OS Linux
CPU Xeon E5-2640 v4( 2.40GHz ) x 2
メモリー 192GB
Apacheバージョン 2.4.6
PHPバージョン 7.2.6、7.1.18、7.0.30、5.6.36、5.5.38、5.4.16、5.3.3、5.1.6
ホームディレクトリ /home/countrystyle
ネームサーバー1 ns1.star-domain.jp
ネームサーバー2 ns2.star-domain.jp
ネームサーバー3 ns3.star-domain.jp
MySQLホスト名 mysql1.php.starfree.ne.jp


●サーバーのIPアドレスのWHOIS情報検索結果は

[ JPNIC database provides information regarding IP address and ASN. Its use ]
[ is restricted to network administration purposes. For further information, ]
[ use 'whois -h whois.nic.ad.jp help'. To only display English output, ]
[ add '/e' at the end of command, e.g. 'whois -h whois.nic.ad.jp xxx/e'. ]

Network Information: [ネットワーク情報]
a. [IPネットワークアドレス] 157.112.187.0/24 (マスク範囲)
b. [ネットワーク名] NETOWL
f. [組織名] ネットオウル株式会社
g. [Organization] Netowl, Inc.
m. [管理者連絡窓口] CN3927JP
n. [技術連絡担当者] CN3927JP
p. [ネームサーバ] ns1.star-domain.jp
p. [ネームサーバ] ns2.star-domain.jp
p. [ネームサーバ] ns3.star-domain.jp
[割当年月日] 2017/06/11
[返却年月日]
[最終更新] 2017/06/11 23:02:04(JST)

上位情報
----------
エックスサーバー株式会社 (XSERVER Inc.)
[割り振り] 157.112.176.0/20 (マスク範囲)

下位情報
----------
該当するデータがありません。



% [whois.apnic.net]
% Whois data copyright terms http://www.apnic.net/db/dbcopyright.html

% Information related to '157.112.176.0 - 157.112.191.255'

% Abuse contact for '157.112.176.0 - 157.112.191.255' is 'hostmaster@nic.ad.jp';

inetnum: 157.112.176.0 - 157.112.191.255
netname: BETINC
descr: XSERVER Inc.
descr: GRAND FRONT OSAKA TOWER A 13F,4-20,
descr: Ofukacho,Kita-ku,Osaka-city
country: JP   → (日本)
admin-c: JNIC1-AP
tech-c: JNIC1-AP
status: ALLOCATED PORTABLE
remarks: Email address for spam or abuse complaints : abuse@xserver.co.jp
mnt-irt: IRT-JPNIC-JP
mnt-by: MAINT-JPNIC
mnt-lower: MAINT-JPNIC
mnt-routes: MAINT-JPNIC
last-modified: 2013-05-31T05:40:03Z
source: APNIC

irt: IRT-JPNIC-JP
address: Urbannet-Kanda Bldg 4F, 3-6-2 Uchi-Kanda
address: Chiyoda-ku, Tokyo 101-0047, Japan
e-mail: hostmaster@nic.ad.jp
abuse-mailbox: hostmaster@nic.ad.jp
admin-c: JNIC1-AP
tech-c: JNIC1-AP
auth: # Filtered
mnt-by: MAINT-JPNIC
last-modified: 2017-10-18T10:21:54Z
source: APNIC

role: Japan Network Information Center
address: Urbannet-Kanda Bldg 4F
address: 3-6-2 Uchi-Kanda
address: Chiyoda-ku, Tokyo 101-0047,Japan
country: JP   → (日本)
phone: +81-3-5297-2311
fax-no: +81-3-5297-2312
e-mail: hostmaster@nic.ad.jp
admin-c: JI13-AP
tech-c: JE53-AP
nic-hdl: JNIC1-AP
mnt-by: MAINT-JPNIC
last-modified: 2012-08-28T07:58:02Z
source: APNIC

% Information related to '157.112.187.0 - 157.112.187.255'

inetnum: 157.112.187.0 - 157.112.187.255
netname: NETOWL
descr: Netowl, Inc.
country: JP   → (日本)
admin-c: CN3927JP
tech-c: CN3927JP
remarks: This information has been partially mirrored by APNIC from
remarks: JPNIC. To obtain more specific information, please use the
remarks: JPNIC WHOIS Gateway at
remarks: http://www.nic.ad.jp/en/db/whois/en-gateway.html or
remarks: whois.nic.ad.jp for WHOIS client. (The WHOIS client
remarks: defaults to Japanese output, use the /e switch for English
remarks: output)
last-modified: 2017-06-12T08:02:04Z
source: JPNIC

% This query was served by the APNIC Whois Service version 1.88.15-46 (WHOIS-JP4)


です。

ネットオウルもGMO同様にGoogle側からブロックされているということですかね。。。。。。

スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,286名です
総投稿数は109,688件です

投稿数ランキング

1
seasoft
7365
2
468
3217
3
AMUAMU
2712
4
nanasess
2303
5
umebius
2085
6
yuh
1818
7
h_tanaka
1610
8
red
1567
9
mcontact
1240
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
796
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.