mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
Fix class link in the docs for SMTPClient.
This commit is contained in:
parent
4a23a17670
commit
5cee31117c
@ -22,10 +22,10 @@
|
||||
Client id that will be sent to the server. Not an account, it's an arbitrary value. Should not be empty.
|
||||
</member>
|
||||
<member name="email_default_sender_email" type="String" setter="set_email_default_sender_email" getter="get_email_default_sender_email" default="""">
|
||||
This is the address from where the email will come if you don't override it using [class EMail].
|
||||
This is the address from where the email will come if you don't override it using [EMail].
|
||||
</member>
|
||||
<member name="email_default_sender_name" type="String" setter="set_email_default_sender_name" getter="get_email_default_sender_name" default="""">
|
||||
This is the dislpayed name of the address from where the email will come if you don't override it using [class EMail].
|
||||
This is the dislpayed name of the address from where the email will come if you don't override it using [EMail].
|
||||
</member>
|
||||
<member name="host" type="String" setter="set_host" getter="get_host" default="""">
|
||||
The smtp server's host.
|
||||
|
Loading…
Reference in New Issue
Block a user