OXID eShop CE
4.10.2
|
Public Member Functions | |
__construct () | |
__call ($sMethod, $aArgs) | |
getConfig () | |
setConfig ($oConfig) | |
send () | |
setSmtp ($oShop=null) | |
sendOrderEmailToUser ($oOrder, $sSubject=null) | |
sendOrderEmailToOwner ($oOrder, $sSubject=null) | |
sendRegisterConfirmEmail ($oUser, $sSubject=null) | |
sendRegisterEmail ($oUser, $sSubject=null) | |
sendForgotPwdEmail ($sEmailAddress, $sSubject=null) | |
sendContactMail ($sEmailAddress=null, $sSubject=null, $sMessage=null) | |
sendNewsletterDbOptInMail ($oUser, $sSubject=null) | |
sendNewsletterMail ($oNewsLetter, $oUser, $sSubject=null) | |
sendSuggestMail ($oParams, $oProduct) | |
sendInviteMail ($oParams) | |
sendSendedNowMail ($oOrder, $sSubject=null) | |
sendDownloadLinksMail ($oOrder, $sSubject=null) | |
sendBackupMail ($aAttFiles, $sAttPath, $sEmailAddress, $sSubject, $sMessage, &$aStatus, &$aError) | |
sendEmail ($sTo, $sSubject, $sBody) | |
sendStockReminder ($aBasketContents, $sSubject=null) | |
sendWishlistMail ($oParams) | |
sendPriceAlarmNotification ($aParams, $oAlarm, $sSubject=null) | |
sendPricealarmToCustomer ($sRecipient, $oAlarm, $sBody=null, $sReturnMailBody=null) | |
setSubject ($sSubject=null) | |
getSubject () | |
setBody ($sBody=null, $blClearSid=true) | |
getBody () | |
setAltBody ($sAltBody=null, $blClearSid=true) | |
getAltBody () | |
setRecipient ($sAddress=null, $sName=null) | |
getRecipient () | |
clearAllRecipients () | |
setReplyTo ($sEmail=null, $sName=null) | |
getReplyTo () | |
clearReplyTos () | |
setFrom ($address, $name=null, $auto=true) | |
getFrom () | |
getFromName () | |
setCharSet ($sCharSet=null) | |
setMailer ($sMailer=null) | |
getMailer () | |
setHost ($sHost=null) | |
getErrorInfo () | |
setMailWordWrap ($iWordWrap=null) | |
setUseInlineImages ($blUseImages=null) | |
addAttachment ($path, $name= '', $encoding= 'base64', $type= 'application/octet-stream', $disposition= 'attachment') | |
addEmbeddedImage ($path, $cid, $name= '', $encoding= 'base64', $type= 'application/octet-stream', $disposition= 'inline') | |
getAttachments () | |
clearAttachments () | |
headerLine ($sName, $sValue) | |
getCharset () | |
getShop () | |
setShop ($oShop) | |
getViewConfig () | |
getView () | |
getCurrency () | |
setViewData ($sKey, $sValue) | |
getViewData () | |
getViewDataItem ($sKey) | |
setUser ($oUser) | |
getUser () | |
getOrderFileList ($sOrderId) |
Public Attributes | |
$SMTP_PORT = 25 |
Protected Member Functions | |
_getSmarty () | |
_setSmtpProtocol ($sUrl) | |
_isValidSmtpHost ($sSmtpHost) | |
_getNewsSubsLink ($sId, $sConfirmCode=null) | |
_includeImages ($sImageDir=null, $sImageDirNoSSL=null, $sDynImageDir=null, $sAbsImageDir=null, $sAbsDynImageDir=null) | |
_getUseInlineImages () | |
_sendMailErrorMsg () | |
_addUserInfoOrderEMail ($oOrder) | |
_addUserRegisterEmail ($oUser) | |
_addForgotPwdEmail ($oShop) | |
_addNewsletterDbOptInMail ($oUser) | |
_clearMailer () | |
_setMailParams ($oShop=null) | |
_getShop ($iLangId=null, $iShopId=null) | |
_setSmtpAuthInfo ($sUserName=null, $sUserPassword=null) | |
_setSmtpDebug ($blDebug=null) | |
_setMailerPluginDir () | |
_makeOutputProcessing () | |
_sendMail () | |
_processViewArray () |
Protected Attributes | |
$_sForgotPwdTemplate = "email/html/forgotpwd.tpl" | |
$_sForgotPwdTemplatePlain = "email/plain/forgotpwd.tpl" | |
$_sNewsletterOptInTemplate = "email/html/newsletteroptin.tpl" | |
$_sNewsletterOptInTemplatePlain = "email/plain/newsletteroptin.tpl" | |
$_sSuggestTemplate = "email/html/suggest.tpl" | |
$_sSuggestTemplatePlain = "email/plain/suggest.tpl" | |
$_sInviteTemplate = "email/html/invite.tpl" | |
$_sInviteTemplatePlain = "email/plain/invite.tpl" | |
$_sSenedNowTemplate = "email/html/ordershipped.tpl" | |
$_sSenedNowTemplatePlain = "email/plain/ordershipped.tpl" | |
$_sSendDownloadsTemplate = "email/html/senddownloadlinks.tpl" | |
$_sSendDownloadsTemplatePlain = "email/plain/senddownloadlinks.tpl" | |
$_sWishListTemplate = "email/html/wishlist.tpl" | |
$_sWishListTemplatePlain = "email/plain/wishlist.tpl" | |
$_sRegisterTemplate = "email/html/register.tpl" | |
$_sRegisterTemplatePlain = "email/plain/register.tpl" | |
$_sReminderMailTemplate = "email/html/owner_reminder.tpl" | |
$_sOrderUserTemplate = "email/html/order_cust.tpl" | |
$_sOrderUserPlainTemplate = "email/plain/order_cust.tpl" | |
$_sOrderOwnerTemplate = "email/html/order_owner.tpl" | |
$_sOrderOwnerPlainTemplate = "email/plain/order_owner.tpl" | |
$_sOrderUserSubjectTemplate = "email/html/order_cust_subj.tpl" | |
$_sOrderOwnerSubjectTemplate = "email/html/order_owner_subj.tpl" | |
$_sOwnerPricealarmTemplate = "email/html/pricealarm_owner.tpl" | |
$_sPricealamrCustomerTemplate = "email_pricealarm_customer.tpl" | |
$_aShops = array() | |
$_blInlineImgEmail = null | |
$_aRecipients = array() | |
$_aReplies = array() | |
$_aAttachments = array() | |
$_oSmarty = null | |
$_aViewData = array() | |
$_oShop = null | |
$_sCharSet = null |
Private Member Functions | |
_clearSidFromBody ($sAltBody) |
Includes PHP mailer class. Mailing manager. Collects mailing configuration, other parameters, performs mailing functions (newsletters, ordering, registration emails, etc.).
Definition at line 14 of file oxemail.php.
oxEmail::__construct | ( | ) |
Class constructor.
Definition at line 267 of file oxemail.php.
oxEmail::__call | ( | $sMethod, | |
$aArgs | |||
) |
Only used for convenience in UNIT tests by doing so we avoid writing extended classes for testing protected or private methods
string | $sMethod | Methods name |
array | $aArgs | Argument array |
oxSystemComponentException | Throws an exception if the called method does not exist or is not accessible in current class |
Definition at line 297 of file oxemail.php.
|
protected |
Does nothing, returns same object as passed to method. This method is called from oxemail::SendForgotPWDEMail() to do additional operation with shop object before sending email
Definition at line 1926 of file oxemail.php.
|
protected |
Does nothing, returns same object as passed to method. This method is called from oxEmail::SendNewsletterDBOptInMail() to do additional operation with user object before sending email
Definition at line 1940 of file oxemail.php.
|
protected |
Does nothing, returns same object as passed to method. This method is called from oxEmail::sendOrderEMailToUser() to do additional operation with order object before sending email
oxOrder | $oOrder | Ordering object |
Definition at line 1898 of file oxemail.php.
|
protected |
Does nothing, returns same object as passed to method. This method is called from oxEmail::SendRegisterEMail() to do additional operation with user object before sending email
Definition at line 1912 of file oxemail.php.
|
protected |
Clears mailer settings (AllRecipients, ReplyTos, Attachments, Errors)
Definition at line 1948 of file oxemail.php.
|
private |
Performs search for "sid", removes it and adds shop id to string.
string | $sAltBody | Body. |
Definition at line 2243 of file oxemail.php.
|
protected |
Returns newsletter subscription link
string | $sId | user id |
string | $sConfirmCode | confirmation code |
Definition at line 843 of file oxemail.php.
|
protected |
Get active shop and set global params for it If is set language parameter, load shop in given language
int | $iLangId | language id |
int | $iShopId | shop id |
Definition at line 1985 of file oxemail.php.
|
protected |
Smarty instance getter, assigns this oxEmail instance to "oEmailView" variable
Definition at line 341 of file oxemail.php.
|
protected |
|
protected |
Checks for external images and embeds them to email message if possible
string | $sImageDir | Images directory url |
string | $sImageDirNoSSL | Images directory url (no SSL) |
string | $sDynImageDir | Path to Dyn images |
string | $sAbsImageDir | Absolute path to images |
string | $sAbsDynImageDir | Absolute path to Dyn images |
Definition at line 1422 of file oxemail.php.
|
protected |
Checks if smtp host is valid (tries to connect to it)
string | $sSmtpHost | currently used smtp server host name |
Definition at line 472 of file oxemail.php.
|
protected |
Process email body and alt body thought oxOutput. Calls oxOutput::processEmail() on class instance.
Definition at line 2044 of file oxemail.php.
|
protected |
Process view data array through oxOutput processor
Definition at line 2078 of file oxemail.php.
|
protected |
|
protected |
Try to send error message when original mailing by smtp and via mail() fails
Definition at line 1867 of file oxemail.php.
|
protected |
Sets path to PHPMailer plugins
Definition at line 2035 of file oxemail.php.
|
protected |
Set mail From, FromName, SMTP values
Definition at line 1964 of file oxemail.php.
|
protected |
Sets smtp authentification parameters.
string | $sUserName | smtp user |
oxShop | $sUserPassword | smtp password |
Definition at line 2015 of file oxemail.php.
|
protected |
Sets SMTP class debugging on or off
bool | $blDebug | show debug info or not |
Definition at line 2027 of file oxemail.php.
|
protected |
Sets smtp parameters depending on the protocol used returns smtp url which should be used for fsockopen
string | $sUrl | initial smtp |
Definition at line 414 of file oxemail.php.
oxEmail::addAttachment | ( | $path, | |
$name = '' , |
|||
$encoding = 'base64' , |
|||
$type = 'application/octet-stream' , |
|||
$disposition = 'attachment' |
|||
) |
{}
Definition at line 1769 of file oxemail.php.
oxEmail::addEmbeddedImage | ( | $path, | |
$cid, | |||
$name = '' , |
|||
$encoding = 'base64' , |
|||
$type = 'application/octet-stream' , |
|||
$disposition = 'inline' |
|||
) |
{}
Definition at line 1790 of file oxemail.php.
oxEmail::clearAllRecipients | ( | ) |
Clears all recipients assigned in the TO, CC and BCC array.
Definition at line 1602 of file oxemail.php.
oxEmail::clearAttachments | ( | ) |
oxEmail::clearReplyTos | ( | ) |
Clears all recipients assigned in the ReplyTo array. Returns void.
Definition at line 1644 of file oxemail.php.
oxEmail::getAltBody | ( | ) |
oxEmail::getAttachments | ( | ) |
oxEmail::getBody | ( | ) |
oxEmail::getCharset | ( | ) |
oxEmail::getConfig | ( | ) |
oxEmail::getCurrency | ( | ) |
oxEmail::getErrorInfo | ( | ) |
oxEmail::getFrom | ( | ) |
oxEmail::getFromName | ( | ) |
oxEmail::getMailer | ( | ) |
oxEmail::getOrderFileList | ( | $sOrderId | ) |
Get order files
string | $sOrderId | order id |
Definition at line 2224 of file oxemail.php.
oxEmail::getRecipient | ( | ) |
Gets recipients array. Returns array of recipients f.e. array( array('mail1', 'user1Name'), array(' @mai l1.co mmail2', 'user2Name') ) @mai l2.co m
Definition at line 1594 of file oxemail.php.
oxEmail::getReplyTo | ( | ) |
Gets array of users for which reply is used.
Definition at line 1636 of file oxemail.php.
oxEmail::getShop | ( | ) |
oxEmail::getSubject | ( | ) |
oxEmail::getUser | ( | ) |
oxEmail::getView | ( | ) |
oxEmail::getViewConfig | ( | ) |
oxEmail::getViewData | ( | ) |
oxEmail::getViewDataItem | ( | $sKey | ) |
Get view data item
string | $sKey | view data array key |
Definition at line 2190 of file oxemail.php.
oxEmail::headerLine | ( | $sName, | |
$sValue | |||
) |
Inherited phpMailer function adding a header to email message. We override it to skip X-Mailer header.
string | $sName | header name |
string | $sValue | header value |
Definition at line 1843 of file oxemail.php.
oxEmail::send | ( | ) |
Outputs email fields thought email output processor, includes images, and initiate email sending If fails to send mail via SMTP, tries to send via mail(). On failing to send, sends mail to shop administrator about failing mail sending
Definition at line 360 of file oxemail.php.
oxEmail::sendBackupMail | ( | $aAttFiles, | |
$sAttPath, | |||
$sEmailAddress, | |||
$sSubject, | |||
$sMessage, | |||
& | $aStatus, | ||
& | $aError | ||
) |
Sets mailer additional settings and sends backup data to user. Returns true on success.
array | $aAttFiles | Array of file names to attach |
string | $sAttPath | Path to files to attach |
string | $sEmailAddress | Email address |
string | $sSubject | Email subject |
string | $sMessage | Email body message |
array | &$aStatus | Pointer to mailing status array |
array | &$aError | Pointer to error status array |
Definition at line 1157 of file oxemail.php.
oxEmail::sendContactMail | ( | $sEmailAddress = null , |
|
$sSubject = null , |
|||
$sMessage = null |
|||
) |
Sets mailer additional settings and sends contact info mail to user. Returns true on success.
string | $sEmailAddress | Email address |
string | $sSubject | Email subject |
string | $sMessage | Email message text |
Definition at line 772 of file oxemail.php.
oxEmail::sendDownloadLinksMail | ( | $oOrder, | |
$sSubject = null |
|||
) |
Sets mailer additional settings and sends "SendDownloadLinks" mail to user. Returns true on success.
oxOrder | $oOrder | order object |
string | $sSubject | user defined subject [optional] |
Definition at line 1089 of file oxemail.php.
oxEmail::sendEmail | ( | $sTo, | |
$sSubject, | |||
$sBody | |||
) |
Basic wrapper for email message sending with default parameters from the oxBaseShop. Returns true on success.
mixed | $sTo | Recipient or an array of the recipients |
string | $sSubject | Mail subject |
string | $sBody | Mail body |
Definition at line 1211 of file oxemail.php.
oxEmail::sendForgotPwdEmail | ( | $sEmailAddress, | |
$sSubject = null |
|||
) |
Sets mailer additional settings and sends "forgot password" mail to user. Returns true on success.
string | $sEmailAddress | user email address |
string | $sSubject | user defined subject [optional] |
Definition at line 704 of file oxemail.php.
oxEmail::sendInviteMail | ( | $oParams | ) |
Sets mailer additional settings and sends "InviteMail" mail to user. Returns true on success.
object | $oParams | Mailing parameters object |
Definition at line 959 of file oxemail.php.
oxEmail::sendNewsletterDbOptInMail | ( | $oUser, | |
$sSubject = null |
|||
) |
Sets mailer additional settings and sends "NewsletterDBOptInMail" mail to user. Returns true on success.
oxUser | $oUser | user object |
string | $sSubject | user defined subject [optional] |
Definition at line 800 of file oxemail.php.
oxEmail::sendNewsletterMail | ( | $oNewsLetter, | |
$oUser, | |||
$sSubject = null |
|||
) |
Sets mailer additional settings and sends "newsletter" mail to user. Returns true on success.
oxNewsletter | $oNewsLetter | newsletter object |
oxUser | $oUser | user object |
string | $sSubject | user defined subject [optional] |
Definition at line 865 of file oxemail.php.
oxEmail::sendOrderEmailToOwner | ( | $oOrder, | |
$sSubject = null |
|||
) |
Sets mailer additional settings and sends ordering mail to shop owner. Returns true on success.
oxOrder | $oOrder | Order object |
string | $sSubject | user defined subject [optional] |
Definition at line 560 of file oxemail.php.
oxEmail::sendOrderEmailToUser | ( | $oOrder, | |
$sSubject = null |
|||
) |
Sets mailer additional settings and sends ordering mail to user. Returns true on success.
oxOrder | $oOrder | Order object |
string | $sSubject | user defined subject [optional] |
Definition at line 503 of file oxemail.php.
oxEmail::sendPriceAlarmNotification | ( | $aParams, | |
$oAlarm, | |||
$sSubject = null |
|||
) |
Sends a notification to the shop owner that price alarm was subscribed. Returns true on success.
array | $aParams | Parameters array |
oxPriceAlarm | $oAlarm | oxPriceAlarm object |
string | $sSubject | user defined subject [optional] |
Definition at line 1324 of file oxemail.php.
oxEmail::sendPricealarmToCustomer | ( | $sRecipient, | |
$oAlarm, | |||
$sBody = null , |
|||
$sReturnMailBody = null |
|||
) |
Sends price alarm to customer. Returns true on success.
string | $sRecipient | |
oxPriceAlarm | $oAlarm | oxPriceAlarm object |
string | $sBody | optional mail body |
bool | $sReturnMailBody | returns mail body instead of sending |
Definition at line 1368 of file oxemail.php.
oxEmail::sendRegisterConfirmEmail | ( | $oUser, | |
$sSubject = null |
|||
) |
Sets mailer additional settings and sends registration mail to user. Returns true on success.
oxUser | $oUser | user object |
string | $sSubject | user defined subject [optional] |
Definition at line 644 of file oxemail.php.
oxEmail::sendRegisterEmail | ( | $oUser, | |
$sSubject = null |
|||
) |
Sets mailer additional settings and sends registration mail to user. Returns true on success.
oxUser | $oUser | user object |
string | $sSubject | user defined subject [optional] |
Definition at line 664 of file oxemail.php.
oxEmail::sendSendedNowMail | ( | $oOrder, | |
$sSubject = null |
|||
) |
Sets mailer additional settings and sends "SendedNowMail" mail to user. Returns true on success.
oxOrder | $oOrder | order object |
string | $sSubject | user defined subject [optional] |
Definition at line 1023 of file oxemail.php.
oxEmail::sendStockReminder | ( | $aBasketContents, | |
$sSubject = null |
|||
) |
Sends reminder email to shop owner.
array | $aBasketContents | array of objects to pass to template |
string | $sSubject | user defined subject [optional] |
Definition at line 1243 of file oxemail.php.
oxEmail::sendSuggestMail | ( | $oParams, | |
$oProduct | |||
) |
Sets mailer additional settings and sends "SuggestMail" mail to user. Returns true on success.
object | $oParams | Mailing parameters object |
object | $oProduct | Product object |
Definition at line 902 of file oxemail.php.
oxEmail::sendWishlistMail | ( | $oParams | ) |
Sets mailer additional settings and sends "WishlistMail" mail to user. Returns true on success.
object | $oParams | Mailing parameters object |
Definition at line 1284 of file oxemail.php.
oxEmail::setAltBody | ( | $sAltBody = null , |
|
$blClearSid = true |
|||
) |
Sets text-only body of the message. If second parameter is set to true, performs search for "sid", removes it and adds shop id to string.
string | $sAltBody | mail subject |
bool | $blClearSid | clear sid in mail body (default value is true) |
Definition at line 1544 of file oxemail.php.
oxEmail::setBody | ( | $sBody = null , |
|
$blClearSid = true |
|||
) |
Set mail body. If second parameter (default value is true) is set to true, performs search for "sid", removes it and adds shop id to string.
string | $sBody | mail body |
bool | $blClearSid | clear sid in mail body |
Definition at line 1518 of file oxemail.php.
oxEmail::setCharSet | ( | $sCharSet = null | ) |
Sets mail charset. If $sCharSet is not defined, sets charset from translation file.
string | $sCharSet | email charset |
Definition at line 1695 of file oxemail.php.
oxEmail::setConfig | ( | $oConfig | ) |
oxConfig instance setter
oxConfig | $oConfig | config object |
Definition at line 330 of file oxemail.php.
oxEmail::setFrom | ( | $address, | |
$name = null , |
|||
$auto = true |
|||
) |
Preventing possible email spam over php mail() exploit (http://www.securephpwiki.com/index.php/Email_Injection)
{}
Definition at line 1655 of file oxemail.php.
oxEmail::setHost | ( | $sHost = null | ) |
oxEmail::setMailer | ( | $sMailer = null | ) |
Sets mail mailer. Set to send mail via smtp, mail() or sendmail.
string | $sMailer | email mailer |
Definition at line 1710 of file oxemail.php.
oxEmail::setMailWordWrap | ( | $iWordWrap = null | ) |
Sets word wrapping on the body of the message to a given number of characters
int | $iWordWrap | word wrap |
Definition at line 1751 of file oxemail.php.
oxEmail::setRecipient | ( | $sAddress = null , |
|
$sName = null |
|||
) |
Sets mail recipient to recipients array
string | $sAddress | recipient email address |
string | $sName | recipient name |
Definition at line 1572 of file oxemail.php.
oxEmail::setReplyTo | ( | $sEmail = null , |
|
$sName = null |
|||
) |
Sets user address and name to "reply to" array. On error (wrong email) default shop email is added as a reply address. Returns array of recipients f.e. array( array('mail1', 'user1Name'), array(' @mai l1.co mmail2', 'user2Name') ) @mai l2.co m
string | $sEmail | email address |
string | $sName | user name |
Definition at line 1617 of file oxemail.php.
oxEmail::setShop | ( | $oShop | ) |
oxEmail::setSmtp | ( | $oShop = null | ) |
Sets SMTP mailer parameters, such as user name, password, location.
oxShop | $oShop | Object, that keeps base shop info |
Definition at line 440 of file oxemail.php.
oxEmail::setSubject | ( | $sSubject = null | ) |
Sets mail subject
string | $sSubject | mail subject |
Definition at line 1493 of file oxemail.php.
oxEmail::setUseInlineImages | ( | $blUseImages = null | ) |
Sets use inline images. If true, images will be embedded into mail.
bool | $blUseImages | embed or not images into mail |
Definition at line 1761 of file oxemail.php.
oxEmail::setUser | ( | $oUser | ) |
Set user to view data
oxUser | $oUser | user object |
Definition at line 2202 of file oxemail.php.
oxEmail::setViewData | ( | $sKey, | |
$sValue | |||
) |
Set view data to email view.
string | $sKey | key value |
object | $sValue | item value |
Definition at line 2168 of file oxemail.php.
|
protected |
Definition at line 234 of file oxemail.php.
|
protected |
Definition at line 220 of file oxemail.php.
|
protected |
Definition at line 227 of file oxemail.php.
|
protected |
Definition at line 206 of file oxemail.php.
|
protected |
Definition at line 248 of file oxemail.php.
|
protected |
Definition at line 213 of file oxemail.php.
|
protected |
Definition at line 255 of file oxemail.php.
|
protected |
Definition at line 241 of file oxemail.php.
|
protected |
Definition at line 262 of file oxemail.php.
|
protected |
Definition at line 29 of file oxemail.php.
|
protected |
Definition at line 36 of file oxemail.php.
|
protected |
Definition at line 71 of file oxemail.php.
|
protected |
Definition at line 78 of file oxemail.php.
|
protected |
Definition at line 43 of file oxemail.php.
|
protected |
Definition at line 50 of file oxemail.php.
|
protected |
Definition at line 169 of file oxemail.php.
|
protected |
Definition at line 185 of file oxemail.php.
|
protected |
Definition at line 162 of file oxemail.php.
|
protected |
Definition at line 155 of file oxemail.php.
|
protected |
Definition at line 178 of file oxemail.php.
|
protected |
Definition at line 148 of file oxemail.php.
|
protected |
Definition at line 192 of file oxemail.php.
|
protected |
Definition at line 199 of file oxemail.php.
|
protected |
Definition at line 127 of file oxemail.php.
|
protected |
Definition at line 134 of file oxemail.php.
|
protected |
Definition at line 141 of file oxemail.php.
|
protected |
Definition at line 99 of file oxemail.php.
|
protected |
Definition at line 106 of file oxemail.php.
|
protected |
Definition at line 85 of file oxemail.php.
|
protected |
Definition at line 92 of file oxemail.php.
|
protected |
Definition at line 57 of file oxemail.php.
|
protected |
Definition at line 64 of file oxemail.php.
|
protected |
Definition at line 113 of file oxemail.php.
|
protected |
Definition at line 120 of file oxemail.php.
oxEmail::$SMTP_PORT = 25 |
Definition at line 22 of file oxemail.php.