To create a new gitlab issue, I'd like to send an Email to the following email address using FormBuilder:
incoming+account/repository@incoming.gitlab.com
unfortunately, the / in the email gets striped by the sanitizer:
wire('sanitizer')->email(incoming+account/repository@incoming.gitlab.com');
// output: incoming+accountrepository@incoming.gitlab.com
Is there any way to configure the sanitizer? Any other Ideas how to send the mail to this address?
Ps.: I can not define the email format as it is defined by gitlab. The format is also kind of "common" and known as email-alias in the form of emailaccount+alias@domain.com – gmail uses it to label mails…
https://help.wodify.com/hc/en-us/articles/234441508-How-Do-I-Create-an-Email-Alias-