I am a new comer of Umbraco. There is a website in English, and I am trying to send it to translator to translate it in Chinese, but I am not familiar with the workflow.
I right click the website name in content, choose the "send to translation", then choose a translator, but the chosen translator can not receive a notification, both of us can not see any notification after we sigh in. This makes me confused.
We also try to right click the website in content, and choose "notification" and make sure the "send to translation" item be choosed, but still can not receive notification. Can anyone help me? thanks a lot.
<notifications>
<!-- the email that should be used as from mail when umbraco sends a notification -->
<email>[email protected]</email>
</notifications>
Both may need altering to allow email sending... the default assumes that you have a local smtp server on the same box as your umbraco install and that it can relay mail for the domain set as the from email.
I hope the translator receive a email when I click"send to translation", does that means <networkhost="127.0.0.1"userName="[email protected]"password="*******"/> I should set the username and password as my email username and password, and the host IP as my local IP?
Is there anything else I should set except <networkhost="127.0.0.1"userName="[email protected]"password="*******"/> in web.config and <notifications> tag in umbracoSettings.config?
question of translation workflow
Hi,
I am a new comer of Umbraco. There is a website in English, and I am trying to send it to translator to translate it in Chinese, but I am not familiar with the workflow.
I right click the website name in content, choose the "send to translation", then choose a translator, but the chosen translator can not receive a notification, both of us can not see any notification after we sigh in. This makes me confused.
We also try to right click the website in content, and choose "notification" and make sure the "send to translation" item be choosed, but still can not receive notification. Can anyone help me? thanks a lot.
do you have the underlying setttings for email all set?
eg web.config -
and
/config/umbraco.settings
Both may need altering to allow email sending... the default assumes that you have a local smtp server on the same box as your umbraco install and that it can relay mail for the domain set as the from email.
papercut is a goos way to test...[http://papercut.codeplex.com/]
or you can alter the web.config to rather than send the email save a file to the local file system so you can narrow down what's going on.
Hi Mike,
I hope the translator receive a email when I click"send to translation", does that means <networkhost="127.0.0.1"userName="[email protected]"password="*******"/> I should set the username and password as my email username and password, and the host IP as my local IP?
Is there anything else I should set except <network host="127.0.0.1" userName="[email protected]"password="*******" /> in web.config and <notifications> tag in umbracoSettings.config?
thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.