Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
By jda
#2576
Hi guys, I am new in using OpenCATS-0.9.3-3 and my OS is windows 7,

May I ask where I can edit again the email setting? so that I can input the right SMTP Support, SMTP Host,
SMTP Port, SMTP Username and SMTP Password..

Thanks in advance..
User avatar
By cptr13
#2581
JDA,

I know this can be done during the initial setup. There may be a way to do it afterwards through file editing but I'm not sure off the top of my head.

Search through the forums, this may have been answered already. I will try to research it and see how to do it without reinstalling. May take me a day or two...got a lot happening right now. But I'll follow up on this.
User avatar
By RussH
#2592
jda wrote:Hi guys, I am new in using OpenCATS-0.9.3-3 and my OS is windows 7,

May I ask where I can edit again the email setting? so that I can input the right SMTP Support, SMTP Host,
SMTP Port, SMTP Username and SMTP Password..

Thanks in advance..
Hiya,

you can edit config.php in the root directory by hand. it's quite clearly commented;
Code: Select all
/* This setting configures the method used to send e-mail from CATS. CATS
 * can send e-mail via SMTP, PHP's built-in mail support, or via Sendmail.
 * 0 is recomended for Windows.
 *
 * 0: Disabled
 * 1: PHP Built-In Mail Support
 * 2: Sendmail
 * 3: SMTP
 */
define('MAIL_MAILER', 3);

/* Sendmail Settings. You don't need to worry about this unless MAIL_MAILER
 * is set to 2.
 */
define('MAIL_SENDMAIL_PATH', "/usr/sbin/sendmail");

/* SMTP Settings. You don't need to worry about this unless MAIL_MAILER is
 * set to 3. If your server requires authentication, set MAIL_SMTP_AUTH to
 * true and configure MAIL_SMTP_USER and MAIL_SMTP_PASS.
 */
define('MAIL_SMTP_HOST', "localhost");
define('MAIL_SMTP_PORT', 587);
define('MAIL_SMTP_AUTH', true);
define('MAIL_SMTP_USER', "user");
define('MAIL_SMTP_PASS', "password");
//Options: '', 'ssl' or 'tls'
define('MAIL_SMTP_SECURE', "tls");

/* Event reminder E-Mail Template. */
$GLOBALS['eventReminderEmail'] = <<<EOF
%FULLNAME%,
User avatar
By RussH
#2606
jda wrote:Email Config already working

Thank you :)
No problem. I'd like to add - I'm extremely keen to hear about the deficiencies of opencats / feature requests. Maybe not so much "it needs to be a fully integrated enterprise-ready etc, etc' - but if there's anything achievable then I'd like to add it to a roadmap.

I'll make a feature requests /roadmap topic - but as a new user, please post anywhere (for now) about what you like / hate / miss.
User avatar
By ddufresne
#2753
Thanks for this information. Very helpful!
RussH wrote:
jda wrote:Hi guys, I am new in using OpenCATS-0.9.3-3 and my OS is windows 7,

May I ask where I can edit again the email setting? so that I can input the right SMTP Support, SMTP Host,
SMTP Port, SMTP Username and SMTP Password..

Thanks in advance..
Hiya,

you can edit config.php in the root directory by hand. it's quite clearly commented;
Code: Select all
/* This setting configures the method used to send e-mail from CATS. CATS
 * can send e-mail via SMTP, PHP's built-in mail support, or via Sendmail.
 * 0 is recomended for Windows.
 *
 * 0: Disabled
 * 1: PHP Built-In Mail Support
 * 2: Sendmail
 * 3: SMTP
 */
define('MAIL_MAILER', 3);

/* Sendmail Settings. You don't need to worry about this unless MAIL_MAILER
 * is set to 2.
 */
define('MAIL_SENDMAIL_PATH', "/usr/sbin/sendmail");

/* SMTP Settings. You don't need to worry about this unless MAIL_MAILER is
 * set to 3. If your server requires authentication, set MAIL_SMTP_AUTH to
 * true and configure MAIL_SMTP_USER and MAIL_SMTP_PASS.
 */
define('MAIL_SMTP_HOST', "localhost");
define('MAIL_SMTP_PORT', 587);
define('MAIL_SMTP_AUTH', true);
define('MAIL_SMTP_USER', "user");
define('MAIL_SMTP_PASS', "password");
//Options: '', 'ssl' or 'tls'
define('MAIL_SMTP_SECURE', "tls");

/* Event reminder E-Mail Template. */
$GLOBALS['eventReminderEmail'] = <<<EOF
%FULLNAME%,
By VaishnaviK
#4076
Tired with same process but didn't worked for me while sending mail for candidate (from pipeline status change and tired from candidate) but nothing worked with smtp.gmail.com and user name and password.

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me