Michael Schaarschmidt

Results 3 issues of Michael Schaarschmidt

I would like to change the return path of the email. But no matter what I try: ```elixir def deliver(return_path, from, to, email) do email = email |> Map.put(:to, [to])...

I want forward emails by simply changing the `:to` address. The way it goes: 1. Get email by gen_smtp. 2. Parse email with `Mailman.Email.parse!/1` into `%Mailman.Email{}` 3. Change the `:to`...

The search returns always an object of type Net::LDAP::PDU - no matter whether the result set empty or not. Thats a bug according the documentation.