Skip to content

默认邮箱列表端口号错误的问题 #4

@c01-in

Description

@c01-in

if(dataManager.getEmailServicer()==Constant.EMAIL_SERVICER_OTHER){

Change to:

if(!Constant.EMAIL_SERVICER_OTHER.equals(dataManager.getEmailServicer())){

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions