Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Question: How ?

Quote Reply
Question: How ?
Hello All,

1- How to disable a mail validation ? means user doenst have to validate and receive validation email

2- How to disable multiple select template, what i need is, only default template only use all the time.

Please help
Quote Reply
Re: [reenee] Question: How ? In reply to
In Reply To:
1- How to disable a mail validation ? means user doenst have to validate and receive validation email
Admin => User Options => User Signup => Validation Email

In Reply To:
2- How to disable multiple select template, what i need is, only default template only use all the time.
Edit the template. The select input is added in login_include.htm and is generated by the <%GMail::template%> code. Comment, or remove it. You might also want to include the html: <input type="hidden" name="t" value="template_name"> in its place too.

Adrian
Quote Reply
Re: [brewt] Question: How ? In reply to
Thanks brewt