General discussion
Problem send mail

Hi, i have a small problem.
After an user make account he doesen't receive a confirmation mail.
If press resend tell" A confirmation email has been sent to your email address! " , but still nothing.
My mail setting:

Mail Type: mail()
SMTP Protocol: ssl
SMTP Server: smtp.gmail.com
SMTP Port: 465
SMTP username: admin@my-website.com
SMTP Password: pass admin mail

Someone can tell me how can i fix this ? Ty smile

Hi, i have a small problem. After an user make account he doesen't receive a confirmation mail. If press resend tell" A confirmation email has been sent to your email address! " , but still nothing. My mail setting: Mail Type: mail() SMTP Protocol: ssl SMTP Server: smtp.gmail.com SMTP Port: 465 SMTP username: admin@my-website.com SMTP Password: pass admin mail Someone can tell me how can i fix this ? Ty :)

SMTP username: admin@my-website.com

If you want to use SMTP for sending confim mails you have to use the Mail Type: SMTP instead mail() .
Also your username should look like yourusername@gmail.com if you want to use google mail.

> SMTP username: admin@my-website.com If you want to use SMTP for sending confim mails you have to use the Mail Type: SMTP instead mail() . Also your username should look like yourusername@gmail.com if you want to use google mail.

There is the problem i don't understand ... if i put mail what setting must be on others ?

There is the problem i don't understand ... if i put mail what setting must be on others ?

mail() needs just an e-mail inside global settings the rest is irrelevant. But not all hoster supports mail() . It also lands mostly in spam folders. You should use SMTP. Create a new gmail account and enter its data intro the configuration and change the method to smtp.

mail() needs just an e-mail inside global settings the rest is irrelevant. But not all hoster supports mail() . It also lands mostly in spam folders. You should use SMTP. Create a new gmail account and enter its data intro the configuration and change the method to smtp.

I make a new account, and change settings, but hi give me this error SMTP connect() failed.

I make a new account, and change settings, but hi give me this error SMTP connect() failed.

What port and host have you used in SMTP settings ?

Can you enable debugging in sys/CODOF/Forum/Notification/Mail.php

On line 60, replace

        $mail->SMTPDebug = 0;  // debugging: 1 = errors and messages, 2 = messages only

with

        $mail->SMTPDebug = 1;  // debugging: 1 = errors and messages, 2 = messages only

Then, send mail again to check what errors you get.

What port and host have you used in SMTP settings ? Can you enable debugging in sys/CODOF/Forum/Notification/Mail.php On line 60, replace ``` $mail->SMTPDebug = 0; // debugging: 1 = errors and messages, 2 = messages only ``` with ``` $mail->SMTPDebug = 1; // debugging: 1 = errors and messages, 2 = messages only ``` Then, send mail again to check what errors you get.
271
5
3
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft