Deep Narain Singh wrote:
> Hi
> My requirement is to send a mail with a standard message to the newly
> registered users.
> I have found opened the JetspeedResources.properties, where I have found
> that there is a provision of New User Registration Mail Support. Please
> find it below:
>
> #########################################
> # New User Registration mail support #
> #########################################
> mail.server=localhost
> mail.support=Support@localhost
> # New user registration confirmation email
> newuser.confirm.enable=false
> newuser.confirm.email.from=Postmaster@localhost
> newuser.confirm.email.name=Jetspeed Administrator
> newuser.confirm.email.template=new-user-confirmation.vm
>
> # New user notification email to Jetspeed Administrator.
> newuser.notification.enable=false
> newuser.notification.email.to=Postmaster@localhost
> newuser.notification.email.name=Jetspeed Administrator
> newuser.notification.email.template=new-user-notification.vm
> newuser.notification.language=en
> newuser.notification.country=US
>
> # Manual approval of a new user by Jetspeed Administrator
> newuser.approval.enable=false
> newuser.approval.accept.template=new-user-accept.vm
> newuser.approval.reject.template=new-user-reject.vm
> .........................................................................
> .........................................................................
>
> Can anyone please help me to know step by step what are the changes
> required to send the mail to the new user? Do I have to import Java Mail
> APIs?
1) Install and test an email server, like Jakarta-James. See the email
servers installation instructions.
2) Enable new user email be setting the JR.p "newuser.confirm.enable" to true
>
> I shall be highly obliged for your kind response.
> Regards,
> Deep
>
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>