Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

The contact form does not send emails #68

@francois-travais

Description

@francois-travais

The contact form is just not implemented at all. In the frontend:

onSubmit() {
// let contactForm = {
// name: this.name,
// email: this.email,
// reason: this.reason,
// message: this.message,
// }
this.name = null
this.email = null
this.reason = null
this.message = null
// API
},

There's no implementation in the backend neither.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions