View previous topic :: View next topic |
Author |
Message |
nadragon
Joined: 16 Nov 2005 Posts: 61
|
Posted: Tue Feb 13, 2007 4:17 pm Post subject: SMTP |
|
|
We are using WebGate interface of PageGate, and send the messages via SNPP and TAP.
We have not used SMTP, but recently users want to add their email addresses, too.
I would appreciate if any of you answer my questions.
1. Should we purchase GetMail interface, even though we are sending the messages through web application and GetWeb?
2. Is there a way to add a message, "Do not reply for this email", in the messages which are sent via SMTP?
3. Is there a way to set up "from" value of all the messages which are sent via SMTP?
For example, the from value will be always "do.not.reply@xxxxxx.com"
Thank you in advance!
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4405
|
Posted: Tue Feb 13, 2007 4:57 pm Post subject: |
|
|
To answer your questions:
1. No, the GetMail module is only used to receive SMTP messages into PageGate and is not required to send SMTP messages from PageGate.
2. Potentially. Since you're using the GetWeb module, all of the information being submitted through the webpage. If you included a script within the webpage that automatically added that text to the end of the message field, it would appear. It isn't anything that can be done from within the PageGate Admin or Server, though, and would need to be done with custom scripting or programming for the webpage.
3. The From value is assigned by the person who fills out the webpage. If they enter their name, their name will appear in the Sender's information.
|
|
Back to top |
|
|