-
Currently, the [EmailService](https://github.com/rahataid/rahat-platform/blob/main/apps/rahat/src/listeners/email.service.ts) in the Rahat platform relies solely on **Nodemailer** for sending emails. …
-
"a@hotmail.com;b@hotmail.com"
how to send multiple email address?
-
I've encountered an issue when attempting to send a test email through vvveb. Despite configuring the `mail.php` file as below:
```php
-
### What e107 version are you using?
v2.3.3
### Bug description
If you save bulkmailer preferences (f.e. smtp), your emailer preference is always set to PHP.
### How to reproduce
1. Go…
-
I'm not sure if I am doing something wrong, but I can't seem to successfully use the Sendmail Transport for NodeMailer. I was under the impression that the configuration file format is the same as Gho…
-
I just tried to send a mail using sendmail without a recipient. As the telecram recipients are defined as a constant, this information is not really necessary, and there are indeed commands which can …
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
I cannot send a test mail from …
-
This ticket is a migrated Trac ticket [3196](http://trac.buildbot.net/ticket/3196)
People contributed to the original ticket: @unknown_contributor, @djmitche
Ticket created on: `Feb 10 2015`
Ticket l…
-
Hello, Thank you for your work. I am making an application to block/reject email from some spam emails (given before). Hence, I want to catch all emails to my app, then compare them with a blacklist t…
-
Please consider using ssmtp for email sending from core.sendmail:
https://manpages.ubuntu.com/manpages/focal/en/man8/ssmtp.8.html
Recent versions of sendmail don't work well without configuratio…