Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • ActiveRecordParcelTrackingCode
  • ApiV2Authenticator
  • CustomerConfigurationProvider
  • CustomerConfigurationSettings
  • CustomerDisplaySettings
  • CustomerErrorMessageSettings
  • CustomerMaxLengthSettings
  • CustomerMinLengthSettings
  • EmailConfigurationProvider
  • EmailMailerSettings
  • FontAwesomeIconClassProvider
  • GXModuleCenterModuleButtonActionsAjaxController
  • GXModuleConfigurationStorage
  • GXModuleController
  • GXParcelTrackingCode
  • GXParcelTrackingCodeWriter
  • GXSmarty
  • ManufacturerServiceFactory
  • OrderConfigurationProvider
  • OrderParcelTrackingCode
  • OrderStatusAjaxController
  • ParcelTrackingCodeComment
  • ParcelTrackingCodeDeleter
  • ParcelTrackingCodeDeleteService
  • ParcelTrackingCodeFactory
  • ParcelTrackingCodeFinder
  • ParcelTrackingCodeId
  • ParcelTrackingCodeLanguageId
  • ParcelTrackingCodeOrderId
  • ParcelTrackingCodeRepository
  • ParcelTrackingCodeServiceId
  • ParcelTrackingCodeServiceName
  • ParcelTrackingCodeUrl
  • ProductRepositoryDeleteHelper
  • ShopOfflineController
  • Smarty_Resource_Get_Usermod
  • ZonesController

Traits

  • ContentManagerContentNavigationTrait
  • HtmlUtilityTrait
  • StringUtilityTrait
  • XtcUtilityTrait

Exceptions

  • CountryZoneNotFoundException
  • ShipcloudWebhookException

Functions

  • smarty_function_check_magna_execute
  • smarty_function_check_mailbeez_menu
  • smarty_function_get_sub_categories
  • smarty_function_gm_footer
  • smarty_function_gm_get_conf
  • smarty_function_gm_gmotion
  • smarty_function_gm_gprint
  • smarty_function_gm_menuboxes
  • smarty_function_html_shop_offline
  • smarty_function_is_filemanager_available
  • smarty_function_load_env_array
  • smarty_function_load_language_text
  • smarty_function_object_product_list
  • smarty_function_page_url
  • smarty_function_pre_black_container
  • smarty_modifier_gm_get_conf
  • smarty_modifier_gm_get_env_info
  • smarty_modifier_has_children
  • smarty_modifier_xtc_href_link
  • smarty_outputfilter_note
  • smarty_php_tag

Class EmailMailerSettings

Class EmailMailerSettings

Located at Services/System/Email/ValueObjects/EmailMailerSettings.inc.php

Methods summary

public
# __construct( StringType $charset, StringType $languageCode, StringType $languagePath, StringType $emailTransport, StringType $mainServer, StringType $backupServer, StringType $auth, StringType $user, StringType $password, StringType $port, StringType $encryption, StringType $sendMailPath, BoolType $useHtmlMail )

EmailMailerSettings constructor.

EmailMailerSettings constructor.

Parameters

$charset
Charset setting value.
$languageCode
Language code setting value.
$languagePath
Language path setting value.
$emailTransport
Email transport setting value.
$mainServer
Main server setting value.
$backupServer
Backup server setting value.
$auth
Auth setting value.
$user
User setting value.
$password
Password setting value.
$port
Port setting value.
$encryption
Encryption setting value.
$sendMailPath
Send mail path setting value.
$useHtmlMail
Use html format for email?
public string
# charset( )

Returns the email charset setting value.

Returns the email charset setting value.

Returns

string
public string
# languageCode( )

Returns the email language code setting value.

Returns the email language code setting value.

Returns

string
public string
# languagePath( )

Returns the email language path setting value.

Returns the email language path setting value.

Returns

string
public string
# emailTransport( )

Returns the email transport setting value.

Returns the email transport setting value.

Returns

string
public string
# mainServer( )

Returns the email main server setting value.

Returns the email main server setting value.

Returns

string
public string
# backupServer( )

Returns the email backup server setting value.

Returns the email backup server setting value.

Returns

string
public string
# auth( )

Returns the email auth setting value.

Returns the email auth setting value.

Returns

string
public string
# user( )

Returns the email user setting value.

Returns the email user setting value.

Returns

string
public string
# password( )

Returns the email password setting value.

Returns the email password setting value.

Returns

string
public string
# port( )

Returns the email port setting value.

Returns the email port setting value.

Returns

string
public string
# encryption( )

Returns the email encryption setting value.

Returns the email encryption setting value.

Returns

string
public string
# sendMailPath( )

Returns the email send mail path setting value.

Returns the email send mail path setting value.

Returns

string
public boolean
# useHtmlMail( )

Returns true if email should be send in html format and false otherwise.

Returns true if email should be send in html format and false otherwise.

Returns

boolean

Properties summary

protected string $charset
#
protected string $languageCode
#
protected string $languagePath
#
protected string $emailTransport
#
protected string $mainServer
#
protected string $backupServer
#
protected string $auth
#
protected string $user
#
protected string $password
#
protected string $port
#
protected string $encryption
#
protected string $sendMailPath
#
protected boolean $useHtmlMail
#
API documentation generated by ApiGen