Skip to content

Support for mail params with send method #81

@AkshayRajMaurya

Description

@AkshayRajMaurya

Hi,

the mail method in the SmtpRequests class with signature mail(CharSequence sender, CharSequence... mailParameters) has the capability to accept mailParameters, but the way send and sendInternal methods are written , it restricts the capability to pass mailParameters on users will and bounds it to available Extensions of SMTPUTF8 and 8BITMIME only. We would like to extend the capability to pass additional mail params. Should we contribute a change or can you suggest an alternative way we can do that ? We can use DefaultSmtpRequest(SmtpCommand.MAIL, params) but we want to keep the extended functionalities of sendInternal() method in place when placing the send request along with the additional mailParameters.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions