SEND EMAIL with WINDCHILL
Hi people I want to sent some emails by WindChill as well as invitations to some friends of mine to join my project, but I can't send emails. I've found some information but i dont understans at all. Can u help me?
This is the text that u can find in the Helper but I dont know wehere I have to write this code which its talking about.
"For e-mail messages to be sent, some mail servers require that a valid e-mail address be specified in the From header of the e-mail message. Windchill uses the value specified in the wt.mail.from property in the wt.properties file as the default sender of e-mail messages. Similarly, the wt.notify.notificationSenderEmail property is used to specify the e-mail address used as the sender of all event-based notifications. By default, the wt.mail.from property is set to Postmaster@, where is the value specified in the java.rmi.server.hostname property. The wt.notify.notificationSenderEmail property defaults to the value of the wt.admin.defaultAdministratorName property. PTC suggests that the wt.mail.from and wt.notify.notificationSenderEmail properties both be set to the e-mail address of the Windchill administrator or some other authorized user. Many e-mail servers require the use of a fully qualified e-mail address that has verifiable domain components. Specifically, all originator and recipient addresses must be in the form of: @Where is a valid e-mail domain that can be verified using the DNS. Use the xconfmanager to change the wt.mail.from and wt.notify.notificationSenderEmail properties to a value of your choice. From a windchill shell, execute the following command: xconfmanager -s wt.mail.from= -s wt.notify.notificationSenderEmail= -t /codebase/wt.properties -p Where is the location where Windchill is installed, and is the valid e-mail address of an authorized Windchill user"

