Hi when ý approve the member write that Their registration e-mails have been sent to them. but havent been sent
my configuration
Select E-mail Component: JMAÝL 4.X
E-mail Mode: On: E-mail Server Address: mail.ispanyol.com Administrator E-mail Address: ispanyol@ispanyol.com Require Unique E-mail: On: E-mail Validation: On: Restrict Registration: On: Require Logon for sending Mail: On:
I remember indicating in this forum that write mail username and mail password in code but ý dont find where have to write this information in forum pages?
sensei ý tried 30 minute in forum search pages but ý dont find I remember indicating in this forum that write mail username and mail password in code but ý dont find where have to write this information in forum pages? <
ý found inc_mail.asp this line and ý filled but dont case "jmail4" Set objNewMail = Server.CreateObject("Jmail.Message") objNewMail.MailServerUserName = "ispanyol@ispanyol.com" objNewMail.MailServerPassword = "............"<
I'm not sure that you can use that with JMail4, but I'm not a specialist in those issues. If you need authentication, most examples here address CDOSys and that is likely to be available in your server too.<
Last I looked, there are a couple of commented out lines in inc_mail.asp for the JMail component to allow authenticated e-mails (like CDOSYS). I would imagine all you would need to do is uncomment the line and add the appropriate code.
Best bet would be to refer to your host's documentation...<