inputBuilder.hostname(SMTP_HOSTANME)
                .port(PORT)
                .from(FROM)
                .to(TO)
                .cc(CC)