-
**What is broken?**
When registering a phone number for SMS to Email service, the SMS are routed to EPID 265 by accident if the phone number was not previously SMS enabled prior to setting SMS to Ema…
-
When I write nLog events to a file or to the database target, the LongMessage field renders correctly. But when I write to email, I get an empty string where my long message should be. Any ideas why o…
-
Hi!
I'm having problems with the configuration of email but I'm not sure if is this the correct place to post it.
Serilog is not sending emails with this configuration:
```csharp
public clas…
-
Hello, I have a question, how to configure Email sink to make it sure it sends all emails before app is closed, using WindsorContainer, LoggingFacilities, Serilog and Serilog.Sinks.Email?
The problem…
-
Related to https://github.com/yiisoft/yii2-symfonymailer/issues/58 and https://github.com/yiisoft/yii2-symfonymailer/pull/59
```php
private Email $email;
private string $charset = 'utf-8';
…
-
I am using 6.1.0 version of Microsoft Graph API , I want to update a particular mail property(isRead) to true , I want to do this in a single network call using batch update
I am unable to find the…
-
Hi Zaahid,
Code in question:
`
$toAddresses = $email->getHeader('To');
foreach ($toAddresses->getAddresses() as $address) {
$toName = $address->getName…
-
**What is broken?**
When I put a phone number and email address in to register in Messaging Users in Ops, I get the error shown below and the number is not registered for messaging service:
![image]…
-
### Background
Highlighting and entity extraction are cornerstones of search systems and yet they currently do not play well with each other in elasticsearch/Lucene.
* **Highlighting** provides th…
-
**Is your feature request related to a problem? Please describe.**
When installed locally in a cloud environment like AWS, outgoing emails cannot be set over port 25 since AWS blocks this port.
**…