Skip to content

Email trouble #27

@zotz

Description

@zotz

I am having some odd email trouble.

using a test account at ethereal.email, emails seem to work fine.

PHPMailer configuration $mail = new PHPMailer(true); $mail->isSMTP(); $mail->Host = 'smtp.ethereal.email'; $mail->SMTPAuth = true; $mail->Username = '[email protected]'; $mail->Password = '1234xqzCE9TtzsagWH'; $mail->SMTPSecure = 'tls'; $mail->Port = 587;

All emails seem to go our properly, but this account is not suitable for wider testing, only for a very first test.

Using another account/server for phpmailer, this time ssl on port 465, the register and verify emails never show up but the password reset emails do show up.

Any thoughts on the best way to go about troubleshooting this would be welcome. I don't have access to the email server logs as far as I can tell.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions