• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC My Acc New Account and Recover

kowal67612

New Member
Joined
Nov 7, 2023
Messages
38
Reaction score
4
An error occurred while sending email. For Admin: More info can be found in system/logs/mailer-error.log


[Sat, 30 Nov 2024 11:39:51 +0100]
Could not instantiate mail function.


PHP:
'account_mail_unique' => true, // email addresses cannot be duplicated? (one account = one email)
    'account_premium_days' => 999, // default premium days on new account
    'account_premium_points' => 0, // default premium points on new account
    'account_welcome_mail' => true, // send welcome email when user registers
    'account_mail_change' => 2, // how many days user need to change email to account - block hackers
    'account_country' => true, // user will be able to set country of origin when registering account, this information will be viewable in others places aswell
    'account_country_recognize' => true, // should country of user be automatically recognized by his IP? This makes an external API call to http://ipinfo.io
    'account_change_character_name' => false, // can user change their character name for premium points?
    'account_change_character_name_points' => 30, // cost of name change
    'account_change_character_sex' => false, // can user change their character sex for premium points?
    'account_change_character_sex_points' => 30, // cost of sex change
    'characters_per_account' => 10,    // max. number of characters per account

    // mail
    'mail_enabled' => false, // is aac maker configured to send e-mails?
    'mail_address' => '[email protected]', // server e-mail address (from:)
    'mail_admin' => '[email protected]', // admin email address, where mails from contact form will be sent
    'mail_signature' => array( // signature that will be included at the end of every message sent using _mail function
        'plain' => ""/*"--\nMy Server,\nhttp://www.myserver.com"*/,
        'html' => ''/*'<br/>My Server,\n<a href="http://www.myserver.com">myserver.com</a>'*/
    ),
    'smtp_enabled' => false, // send by smtp or mail function (set false if use mail function, set to true if you use GMail or Microsoft Outlook)
    'smtp_host' => '', // mail host. smtp.gmail.com for GMail / smtp-mail.outlook.com for Microsoft Outlook
    'smtp_port' => 25, // 25 (default) / 465 (ssl, GMail) / 587 (tls, Microsoft Outlook)
    'smtp_auth' => false, // need authorization?
    'smtp_user' => '[email protected]', // here your email username
    'smtp_pass' => '',
    'smtp_secure' => '', // What kind of encryption to use on the SMTP connection. Options: '', 'ssl' (GMail) or 'tls' (Microsoft Outlook)
    'smtp_debug' => false, // set true to debug (you will see more info in error.log)
 
Last edited:
'smtp_enabled' => true, // send by smtp or mail function (set false if use mail function, set to true if you use GMail or Microsoft Outlook)
'smtp_host' => '', // mail host. smtp.gmail.com for GMail / smtp-mail.outlook.com for Microsoft Outlook
'smtp_port' => 465, // 25 (default) / 465 (ssl, GMail) / 587 (tls, Microsoft Outlook)
'smtp_auth' => false, // need authorization?
'smtp_user' => '[email protected]', // here your email username
'smtp_pass' => '******',
'smtp_secure' => '', // What kind of encryption to use on the SMTP connection. Options: '', 'ssl' (GMail) or 'tls' (Microsoft Outlook)
'smtp_debug' => true, // set true to debug (you will see more info in error.log)
 
[Sat, 18 Jan 2025 21:01:18 +0100]
SMTP connect() failed. Troubleshooting (https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting)
2025-01-18 20:01:17 SERVER -> CLIENT: 220 smtp.gmail.com ESMTP 2adb3069b0e04-5439af73753sm793259e87.205 - gsmtp
2025-01-18 20:01:17 CLIENT -> SERVER: EHLO vampirka.eu
2025-01-18 20:01:17 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [2001:41d0:601:1100::5128]
250-SIZE 35882577
250-8BITMIME
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8
2025-01-18 20:01:17 CLIENT -> SERVER: STARTTLS
2025-01-18 20:01:17 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
2025-01-18 20:01:17 CLIENT -> SERVER: EHLO vampirka.eu
2025-01-18 20:01:18 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [2001:41d0:601:1100::5128]
250-SIZE 35882577
250-8BITMIME
250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8
2025-01-18 20:01:18 CLIENT -> SERVER: AUTH LOGIN
2025-01-18 20:01:18 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2025-01-18 20:01:18 CLIENT -> SERVER: dmFtcGlya2FvdHNAZ21haWwuY29t
2025-01-18 20:01:18 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2025-01-18 20:01:18 CLIENT -> SERVER: cHFpaTU5Nm8=
2025-01-18 20:01:18 SERVER -> CLIENT: 535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 Can't sign in to your Google Account - Gmail Help (https://support.google.com/mail/?p=BadCredentials) 2adb3069b0e04-5439af73753sm793259e87.205 - gsmtp
2025-01-18 20:01:18 SMTP ERROR: Password command failed: 535-5.7.8 Username and Password not accepted. For more information, go to
535 5.7.8 Can't sign in to your Google Account - Gmail Help (https://support.google.com/mail/?p=BadCredentials) 2adb3069b0e04-5439af73753sm793259e87.205 - gsmtp
2025-01-18 20:01:18 SMTP Error: Could not authenticate.
2025-01-18 20:01:18 CLIENT -> SERVER: QUIT
2025-01-18 20:01:18 SERVER -> CLIENT: 221 2.0.0 closing connection 2adb3069b0e04-5439af73753sm793259e87.205 - gsmtp
2025-01-18 20:01:18 SMTP connect() failed. Troubleshooting (https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting)
 
For me, you have to wait a long time for updates
Post automatically merged:

I'm trying to match OVH's exact look



PHP:
[Sat, 18 Jan 2025 22:26:43 +0100]
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
2025-01-18 21:26:37    SERVER -> CLIENT: 220 FR5P281CA0022.outlook.office365.com Microsoft ESMTP MAIL Service ready at Sat, 18 Jan 2025 21:26:37 +0000 [08DD378AB03CDF44]
2025-01-18 21:26:37    CLIENT -> SERVER: EHLO vampirka.eu
2025-01-18 21:26:37    SERVER -> CLIENT: 250-FR5P281CA0022.outlook.office365.com Hello [2001:41d0:601:1100::5128]
                                         250-SIZE 157286400
                                         250-PIPELINING
                                         250-DSN
                                         250-ENHANCEDSTATUSCODES
                                         250-STARTTLS
                                         250-8BITMIME
                                         250-BINARYMIME
                                         250-CHUNKING
                                         250 SMTPUTF8
2025-01-18 21:26:37    CLIENT -> SERVER: STARTTLS
2025-01-18 21:26:37    SERVER -> CLIENT: 220 2.0.0 SMTP server ready
2025-01-18 21:26:38    CLIENT -> SERVER: EHLO vampirka.eu
2025-01-18 21:26:38    SERVER -> CLIENT: 250-FR5P281CA0022.outlook.office365.com Hello [2001:41d0:601:1100::5128]
                                         250-SIZE 157286400
                                         250-PIPELINING
                                         250-DSN
                                         250-ENHANCEDSTATUSCODES
                                         250-AUTH LOGIN XOAUTH2
                                         250-8BITMIME
                                         250-BINARYMIME
                                         250-CHUNKING
                                         250 SMTPUTF8
2025-01-18 21:26:38    CLIENT -> SERVER: AUTH LOGIN
2025-01-18 21:26:38    SERVER -> CLIENT: 334 VXNlcm5hbWU6
2025-01-18 21:26:38    CLIENT -> SERVER: YWRtaW5pc3RyYWNqYUB2YW1waXJrYS5ldQ==
2025-01-18 21:26:38    SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2025-01-18 21:26:38    CLIENT -> SERVER: UHFpaTU5Nm8xMjM=
2025-01-18 21:26:43    SERVER -> CLIENT: 535 5.7.3 Authentication unsuccessful [FR5P281CA0022.DEUP281.PROD.OUTLOOK.COM 2025-01-18T21:26:43.253Z 08DD378AB03CDF44]
2025-01-18 21:26:43    SMTP ERROR: Password command failed: 535 5.7.3 Authentication unsuccessful [FR5P281CA0022.DEUP281.PROD.OUTLOOK.COM 2025-01-18T21:26:43.253Z 08DD378AB03CDF44]
2025-01-18 21:26:43    SMTP Error: Could not authenticate.
2025-01-18 21:26:43    CLIENT -> SERVER: QUIT
2025-01-18 21:26:43    SERVER -> CLIENT: 221 2.0.0 Service closing transmission channel
2025-01-18 21:26:43    SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Post automatically merged:

PHP:
    'smtp_enabled' => true, // send by smtp or mail function (set false if use mail function, set to true if you use GMail or Microsoft Outlook)
    'smtp_host' => 'smtp-mail.outlook.com', // mail host. smtp.gmail.com for GMail / smtp-mail.outlook.com for Microsoft Outlook
    'smtp_port' => 587, // 25 (default) / 465 (ssl, GMail) / 587 (tls, Microsoft Outlook)
    'smtp_auth' => true, // need authorization?
    'smtp_user' => '[email protected]', // here your email username
    'smtp_pass' => '*****',
    'smtp_secure' => 'tls', // What kind of encryption to use on the SMTP connection. Options: '', 'ssl' (GMail) or 'tls' (Microsoft Outlook)
    'smtp_debug' => true, // set true to debug (you will see more info in error.log)
 
Last edited:
For me, you have to wait a long time for updates
Post automatically merged:

I'm trying to match OVH's exact look



PHP:
[Sat, 18 Jan 2025 22:26:43 +0100]
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
2025-01-18 21:26:37    SERVER -> CLIENT: 220 FR5P281CA0022.outlook.office365.com Microsoft ESMTP MAIL Service ready at Sat, 18 Jan 2025 21:26:37 +0000 [08DD378AB03CDF44]
2025-01-18 21:26:37    CLIENT -> SERVER: EHLO vampirka.eu
2025-01-18 21:26:37    SERVER -> CLIENT: 250-FR5P281CA0022.outlook.office365.com Hello [2001:41d0:601:1100::5128]
                                         250-SIZE 157286400
                                         250-PIPELINING
                                         250-DSN
                                         250-ENHANCEDSTATUSCODES
                                         250-STARTTLS
                                         250-8BITMIME
                                         250-BINARYMIME
                                         250-CHUNKING
                                         250 SMTPUTF8
2025-01-18 21:26:37    CLIENT -> SERVER: STARTTLS
2025-01-18 21:26:37    SERVER -> CLIENT: 220 2.0.0 SMTP server ready
2025-01-18 21:26:38    CLIENT -> SERVER: EHLO vampirka.eu
2025-01-18 21:26:38    SERVER -> CLIENT: 250-FR5P281CA0022.outlook.office365.com Hello [2001:41d0:601:1100::5128]
                                         250-SIZE 157286400
                                         250-PIPELINING
                                         250-DSN
                                         250-ENHANCEDSTATUSCODES
                                         250-AUTH LOGIN XOAUTH2
                                         250-8BITMIME
                                         250-BINARYMIME
                                         250-CHUNKING
                                         250 SMTPUTF8
2025-01-18 21:26:38    CLIENT -> SERVER: AUTH LOGIN
2025-01-18 21:26:38    SERVER -> CLIENT: 334 VXNlcm5hbWU6
2025-01-18 21:26:38    CLIENT -> SERVER: YWRtaW5pc3RyYWNqYUB2YW1waXJrYS5ldQ==
2025-01-18 21:26:38    SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2025-01-18 21:26:38    CLIENT -> SERVER: UHFpaTU5Nm8xMjM=
2025-01-18 21:26:43    SERVER -> CLIENT: 535 5.7.3 Authentication unsuccessful [FR5P281CA0022.DEUP281.PROD.OUTLOOK.COM 2025-01-18T21:26:43.253Z 08DD378AB03CDF44]
2025-01-18 21:26:43    SMTP ERROR: Password command failed: 535 5.7.3 Authentication unsuccessful [FR5P281CA0022.DEUP281.PROD.OUTLOOK.COM 2025-01-18T21:26:43.253Z 08DD378AB03CDF44]
2025-01-18 21:26:43    SMTP Error: Could not authenticate.
2025-01-18 21:26:43    CLIENT -> SERVER: QUIT
2025-01-18 21:26:43    SERVER -> CLIENT: 221 2.0.0 Service closing transmission channel
2025-01-18 21:26:43    SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Post automatically merged:

PHP:
    'smtp_enabled' => true, // send by smtp or mail function (set false if use mail function, set to true if you use GMail or Microsoft Outlook)
    'smtp_host' => 'smtp-mail.outlook.com', // mail host. smtp.gmail.com for GMail / smtp-mail.outlook.com for Microsoft Outlook
    'smtp_port' => 587, // 25 (default) / 465 (ssl, GMail) / 587 (tls, Microsoft Outlook)
    'smtp_auth' => true, // need authorization?
    'smtp_user' => '[email protected]', // here your email username
    'smtp_pass' => '*****',
    'smtp_secure' => 'tls', // What kind of encryption to use on the SMTP connection. Options: '', 'ssl' (GMail) or 'tls' (Microsoft Outlook)
    'smtp_debug' => true, // set true to debug (you will see more info in error.log)

Yeah something with password. I'm not good at outlook.
 
Im having a issue with myaac mailing, where should i add the google app password?
whats the tag for it?
do i still need to add all those tags?
'smtp_enabled' => true, // send by smtp or mail function (set false if use mail function, set to true if you use GMail or Microsoft Outlook)
'smtp_host' => 'smtp-mail.outlook.com', // mail host. smtp.gmail.com for GMail / smtp-mail.outlook.com for Microsoft Outlook
'smtp_port' => 587, // 25 (default) / 465 (ssl, GMail) / 587 (tls, Microsoft Outlook)
'smtp_auth' => true, // need authorization?
'smtp_user' => '[email protected]', // here your email username
'smtp_pass' => '*****',
'smtp_secure' => 'tls', // What kind of encryption to use on the SMTP connection. Options: '', 'ssl' (GMail) or 'tls' (Microsoft Outlook)
'smtp_debug' => true, // set true to debug (you will see more info in error.log)
Post automatically merged:

do i need to add it mannualy to config.php?
 
Last edited:
Back
Top