Open wilco375 opened 1 year ago
The mail alias is saved and an SMTP account is created
ActiveJob::SerializationError Unable to serialize MailAlias without an id. (Maybe you forgot to call save?) at app/models/mail_alias.rb in set_smtp:90
It does work if you first create the mail alias without SMTP enabled, then edit it and enable SMTP.
How to reproduce
Expected behaviour
The mail alias is saved and an SMTP account is created
Current behaviour
Workaround
It does work if you first create the mail alias without SMTP enabled, then edit it and enable SMTP.