Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

douglas_quaid's avatar

support emails not working but password reset emails working

Hi, the following is not working for me in my spark application. I configured all of the mail settings correctly with gmail smtp. I know this is true, because all the other mail functionality on the spark app is working... such as password resets.

Any idea on why is the customer support emails not working? Would love to hear from people who have used Spark before in a production env.

SparkServiceProvider.php

/**
     * The address where customer support e-mails should be sent.
     *
     * @var string
     */
    protected $sendSupportEmailsTo = '[email protected]';

Thanks!

0 likes
2 replies
douglas_quaid's avatar

yes @Indemnity83 I set it to my email. I'm just using that as an example, so I don't have to post my email on this forum.

Please or to participate in this conversation.