0

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)

サイト ルールを使用して他のロケールから電子メールを送信するにはどうすればよいですか?

4

1 に答える 1

2

これは、このフォーラムで正確な回答を得るのが非常に難しいかもしれないある種の構成のようです.

OutSystems Supportに連絡することをお勧めします。

乾杯!マリオ

于 2016-03-09T17:14:56.653 に答える