You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can see, the message_send() is used to send the magic links to the user. Why is that? Should not it simply always use just email? Why not to use the email_to_user() function?
Users can have messaging configured in various ways. Some may prefer not to receive emails at all etc.
The text was updated successfully, but these errors were encountered:
From what I can see, the
message_send()
is used to send the magic links to the user. Why is that? Should not it simply always use just email? Why not to use theemail_to_user()
function?Users can have messaging configured in various ways. Some may prefer not to receive emails at all etc.
The text was updated successfully, but these errors were encountered: