Skip to content
This repository was archived by the owner on Mar 28, 2021. It is now read-only.
This repository was archived by the owner on Mar 28, 2021. It is now read-only.

Postbox having '+' sign in address doesn't work #72

@Magomogo

Description

@Magomogo

Example: foo+bar@host.name

Link parameters in the frontend.template.php should be encoded using rawurlencode function.

- &address=$user->address
+ &address=rawurlencode($user->address)

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