HiEventsDev / Hi.Events

Open-source event management and ticket selling platform. Perfect for concerts, conferences, and everything in between 🎟️
https://hi.events
GNU Affero General Public License v3.0
1.8k stars 130 forks source link

SMTP requires username to be an email #102

Closed manumrtf closed 1 month ago

manumrtf commented 1 month ago

While trying to register using Postmark for the email, Postmark gives a username that is not an email, then the register endpoint throws the following error: "501 Username used for auth is not valid email address\" however, Postmark username is something like this: xxxxxx-xxxx-xxxx-xxxx-xxxxx What should I use as username?

daveearley commented 1 month ago

It appears that the issue you're encountering is specific to Postmark.To resolve this, I recommend reaching out to Postmark support for assistance. They should be able to guide you through the proper setup process for a Laravel application.