-
I've included the swiftmailer logger bundle in my project and noticed today, that not every possible information is saved into the entity. I'm missing alternative content (like plaintext format instea…
Lozik updated
7 years ago
-
```
Line 207:
$this->transport = Swift_SmtpTransport::newInstance();
Remove new.. as this function is called statically
line 236 / 239:
require
YiiBase::getPathOfAlias('application').'/vendors/swi…
-
### Is your feature request related to a problem? Please describe.
while composer update and install showing this notes and even after finish install
cant get to the setup page with my internal s…
-
Thanks for this plugin. I think it would benefit if it used the api instead of the smtp user. That would make it faster and allow for multiple email senders from same domain. There is already a Swiftm…
-
```
Line 207:
$this->transport = Swift_SmtpTransport::newInstance();
Remove new.. as this function is called statically
line 236 / 239:
require
YiiBase::getPathOfAlias('application').'/vendors/swi…
-
The example shows using a notify function when an item is created. How should that notify function look if it were to include the environment variables provided?
I'm trying this
```
-
"c. Dependency Injection konteynerleri" satırından önce verilen örnekte şu ifade var
$mailer = new Mailer(new canimizNeIsterse());
Bunun yerine
$mailer = new Deneme(new canimizNeIsterse());
Örne…
-
### Blessing Skin 版本
6.0.2
### PHP 版本
8.1
### 出现问题时所使用的浏览器
Microsoft Edge
### 您正在使用的 Web Server
Nginx
### 您正在使用宝塔吗?
- [X] 是
### 出现了什么问题?
在使用PCL2启动器使用皮肤站启动时会显示无法获取皮肤!
![QQ123123](https://gi…
-
I am getting this error.
`Call to undefined function GuzzleHttp\Promise\unwrap()`
in
`TheIconic\Tracking\GoogleAnalytics\Network\HttpClient::__destruct` at line 51
This is what I am send…
-
Trying to use dynamic content as per Example 3: Reusable code snippets using the following...
`{% TWIG_BLOCK %} {{include('dc:test_content')}} {% END_TWIG_BLOCK %}`
I get the error...
`mautic…