Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix typos and add missing preferences in libraries/email.rst #8851

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

obozdag
Copy link
Contributor

@obozdag obozdag commented May 4, 2024

Description
Fix typos and add missing preferences in libraries/email.rst

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

Fix typos and add missing preferences in libraries/email.rst
@kenjis kenjis added the documentation Pull requests for documentation only label May 5, 2024
**$newline** \\r\\n ``\r\n``, ``\n`` or ``\r`` Newline character. (Use ``\r\n`` to comply with RFC 822).
**$BCCBatchMode** false ``true``/``false`` Enable BCC Batch Mode.
**$BCCBatchSize** 200 Number of emails in each BCC batch.
**$DSN** false ``true``/``false`` Enable notify message from server.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove all $ marks in Preference.
Because these items may be keys in an array.

**protocol** mail ``mail``, ``sendmail``, The mail sending protocol.
**$fromEmail** The email address to be set in the "from" header.
**$fromName** The name to be set in the "from" header.
**$recipients** The email addresses of the recipients, as a comma separated string or
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need this recipients ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests for documentation only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants