Skip to content

Gmail and Yahoo not receiving messagesΒ #25

@icefront

Description

@icefront

I had to change the encodeUtf8() function to receive messages on Gmail and Yahoo:

public function encodeUtf8($value) {
	$value = trim($value);
	return mb_detect_encoding($value) === 'ASCII' ? $value : $this->encodeUtf8Word($value);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions