Outsystems に Web サイトがあります。オランダ語 ('nl') ローカルはベース URL website.hosting.net を使用します。英語 ('en') ローカルはベース URL website.hosting.net/en を使用します。
オランダのウェブサイトからメールを送信すると、すべてうまくいきます。英語のウェブサイトからメールを送信するとエラーが発生します
Error creating Email. The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at OutSystems.HubEdition.RuntimePlatform.Email.EmailHelper.HttpGetContent(String ssUrl, String method, String contentType, String userAgent, Cookie cookie, QueryParameter[] parameters, String& ssContent, String& ssContentEncoding)
at OutSystems.HubEdition.RuntimePlatform.Email.EmailHelper.HttpPost(String ssUrl, QueryParameter[] parameters, String userAgent, Cookie cookie, String& ssContent, String& ssContentEncoding)
at OutSystems.HubEdition.RuntimePlatform.Email.EmailProcessor.SendEmailRequest(String url, String from, String to, String cc, String bcc, Int32 activityId, Int32 tenantId, Boolean storeContent, EmailType type) On
at OutSystems.HubEdition.RuntimePlatform.Email.EmailProcessor.SendEmailRequest(String url, String from, String to, String cc, String bcc, Int32 activityId, Int32 tenantId, Boolean storeContent, EmailType type)
at myEspace.Flows.FlowMainFlow.myScreen.CommandCreateOrder(HeContext heContext)
サイト ルールを使用して他のロケールから電子メールを送信するにはどうすればよいですか?