mail icon indicating copy to clipboard operation
mail copied to clipboard

Hyper 邮件发送组件。

Results 11 mail issues
Sort by recently updated
recently updated
newest added

Sometimes get this error message, could you help with understanding what can cause this issue? Thanks PHP Fatal error: Uncaught Swoole\Error: Socket#41 has already been bound to another coroutine#7, reading...

请求更新支持 php8 hyperf v3.0.0 环境,现在composer安装报错 ``` Problem 1 - hyperf-ext/mail[dev-master, v2.2.0] require hyperf/command ~2.2.0 -> found hyperf/command[v2.2.0-beta1, ..., 2.2.x-dev] but it conflicts with your root composer.json require (~3.0.0). - hyperf-ext/mail[v2.0.0,...

php8 hyperf v3.0.0 环境下 composer 出错,请支持一下hyperf v3.0.0 composer

收到的邮件只有标题没有内容 ```php

`[ERROR] Entry "HyperfExt\Mail\Transport\AwsSesTransport" cannot be resolved: Entry "Aws\Ses\SesClient" cannot be resolved: Parameter $args of __construct() has no value defined or guessable Full definition: Object[Aws\Ses\SesClient] Full definition: Object[HyperfExt\Mail\Transport\AwsSesTransport][20] in /Users/ll/www/user-thinkcar/vendor/hyperf/di/src/Exception/InvalidDefinitionException.php [ERROR]...

Hi @ericychu Could you update hyperf version, fix instruction in README and publish release to make it available? Thank you.

测试代码能把项目贴出来吗 就是你代码案列

阿里云DM驱动发送 出错 [ERROR] InvalidBody: The format of the specified textBody or htmlBody is invalid. RequestId: 18B6FBDC-97DE-5C3A-9B72-CD21D3043251 POST "https://dm.aliyuncs.com" 400[349] in /www/wwwroot/mail/vendor/alibabacloud/client/src/Request/Request.php class OrderShipped extends Mailable { /** * Create a...

配置使用smtp的ssl加密出现这个报错 用demo中的发送方式会报错 Mail::to($request->user())->send(new OrderShipped($order)); ``` Return value of HyperfExt\\Mail\\PendingMail::send() must be of the type array, bool returned[149] in /var/www/fly2-intl-api/vendor/hyperf-ext/mail/src/PendingMail.php ``` ![image](https://user-images.githubusercontent.com/23549869/120599398-0a223400-c47a-11eb-9e36-fd3b7020af2e.png)