Forums Sign Up Reply Search Statistics
G-Dating GraFX Software Solutions - Forum / G-Dating /

Email for activation new user?

 Page Page:  ««  1  2 
Author software
Admin
#16 Posted: 4 Oct 2007 10:48:45 Edited by: software
Reply 
http://www.grafxsofftware.com/download/mailsender_ smtp.zip

Overwrite files in includes directory. Do a backup of cls_universal_mailsender and you need to edit new one in function SendMailLinux().

$smtp->host_name="HERE_SHOULD_BE_THE_HOST"; /* Change this variable to the address of the SMTP server to relay, like "smtp.myisp.com" */
$smtp->localhost=""; /* Your computer address */
$smtp->direct_delivery=0; /* Set to 1 to deliver directly to the recepient SMTP server */
$smtp->timeout=10; /* Set to the number of seconds wait for a successful connection to the SMTP server */
$smtp->data_timeout=0; /* Set to the number seconds wait for sending or retrieving data from the SMTP server.
Set to 0 to use the same defined in the timeout variable */
$smtp->debug=$this->mail_debug; /* Set to 1 to output the communication with the SMTP server */
$smtp->html_debug=$this->mail_debug; /* Set to 1 to format the debug output as HTML */
$smtp->pop3_auth_host="HERE_SHOULD_BE_THE_HOST"; /* Set to the POP3 authentication host if your SMTP server requires prior POP3 authentication */
$smtp->user="HERE_SHOULD_BE_THE_USER"; /* Set to the user name if the server requires authetication */
$smtp->realm="HERE_SHOULD_BE_THE_REALM"; /* Set to the authetication realm, usually the authentication user e-mail domain */
$smtp->password="HERE_SHOULD_BE_THE_PASSWORD"; /* Set to the authetication password */
$smtp->workstation=""; /* Workstation name for NTLM authentication */
$smtp->authentication_mechanism=""; /* Specify a SASL authentication method like LOGIN, PLAIN, CRAM-MD5, NTLM, etc..
Leave it empty to make the class negotiate if necessary */
Author jurgen0
Forums Member
#17 Posted: 4 Oct 2007 10:56:03
Reply 
Thank you for your answer.

When I try to download the ZIP it cannot be found.
Author software
Admin
#18 Posted: 4 Oct 2007 10:59:46
Reply 
Mistyped the URL, check now again.
Author jurgen0
Forums Member
#19 Posted: 4 Oct 2007 11:04:37
Reply 
It works now. Thank you. I'm gonna try to get it work with your instructions.
Author software
Admin
#20 Posted: 4 Oct 2007 13:11:04
Reply 
OK, great, use Firefox for the moment please.
Author jurgen0
Forums Member
#21 Posted: 4 Oct 2007 13:13:48
Reply 
Use Firefox?
Author jurgen0
Forums Member
#22 Posted: 4 Oct 2007 20:36:31
Reply 
Can you please tell me what file to put in which directory? The "cls_universal_mailsender.php" is not in the "include"-directory but in the "classes"-directory?

What do you mean with "edit new one in function SendMailLinux()"?
Author software
Admin
#23 Posted: 7 Oct 2007 11:29:08
Reply 
Sorry in classes directory :-)
You need to find that part what I pasted there and edit user, pass, etc.
Author jurgen0
Forums Member
#24 Posted: 9 Oct 2007 00:34:32
Reply 
It's working perfectly!!!! Thank you very much for your assistence!!
Author software
Admin
#25 Posted: 9 Oct 2007 07:15:49
Reply 
Welcome :-) anytime.
 Page Page:  ««  1  2 
Your Reply

» Username  » Password 
Only registered users are allowed to post here. Please enter your login/password details upon posting a message, or sign up first.