Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
coldfusion アプリケーション サーバーに設定はありますか?
cf 管理者でメールを送信するアプリを識別するオプションではないと思います。
アプリケーションを識別するために、電子メールを送信する際に <cfmailparam> タグを使用する必要がある場合があります。
<cfmailparam name="x-app" value="name_of_my_application">
次に、テキスト ファイルの内容を調べて、電子メールを送信したアプリケーションを特定する必要があります。