The Wayback Machine - https://web.archive.org/web/20200619105914/https://github.com/topics/email
Skip to content
#

email

Here are 3,125 public repositories matching this topic...

PHPMailer
PhilippGrashoff
PhilippGrashoff commented Jan 22, 2020

Hi there,
after spending quite some time figuring why Email sending with a certain smtp server does not work, I found its an SSL issue.

Most widely on the web the found solution is to unset some ssl checks:

$mail->SMTPOptions = array(
    'ssl' => array(
        'verify_peer' => false,
        'verify_peer_name' => false,
        'allow_self_signed' => true
    )
);

However

ringe
ringe commented Oct 30, 2019

The Status Checks explanation for missing DNSSEC is not clear enough on what the DNSKEY record should look like. I would like the DNSSEC explanation to display what the DNSKEY should look like, to copy and paste into the registrar's form.

We registered a Russian domain for a client at nic.ru who support DNSSEC, with a manual setup.

![Screenshot_2019-10-30 RU-CENTER](htt

Krazitchek
Krazitchek commented Mar 6, 2020

Since about one week (or more !), PDF documentation is no more available for download and offline use.

Q A
Bug report? no
Feature request? yes
RFC? no
How used? Symfony

Expected behaviour

Please, give us a way for offline documentation as before with PDF.

Mailspring
DemonioCZ
DemonioCZ commented Feb 18, 2020

Hi, I found mistake in translation to czech, but I dont see it in this file. By every mail content, there is a number of "opens" (how many times it was open). Wrong czech translation is "otevřít"... it should be "otevřeno"

community-edition
cketti
cketti commented Dec 1, 2019

Right now we just launch the MessageList Activity after an account has been successfully set up. This will display the default account. But we should display the Inbox of the newly added account instead.

The relevant code can be found in AccountSetupNames.onNext().

Launching the message list with the default folder of a specific account is a common action and should have a static helper

stevebail
stevebail commented Apr 7, 2020

@mxinden
Either I don't know what I am doing or the Alert Manager API is not working as expected.
Your assistance is greatly appreciated.

I am trying to get a list of active alerts using a filter and it does not work as expected.
In all cases, I receive the complete list of active alarms.
Example 1:
curl -X GET http://10.44.0.3:9093/api/v2/alerts
Here I get the full list of active alerts

react-email-editor
MobeenAshraf
MobeenAshraf commented Mar 21, 2020

As per the documentation in this link, providing user object in unlayer's init method should enable 'User Saved Blocks` feature.

However, when providing user's object via options props like below, it should pass the user's object to init method.

<EmailEditor
 ref={editor => (this.editor = editor)}
 options = { 
     user: {  id: 
victorpergher
victorpergher commented Feb 20, 2020

I need help with a problem. I use dynamic templates and work's fine for a long time but recently (i dont know exactly when) one problem appears.
When i send the email using functionally 'Send a test email', i have received a email perfect, but when i use the API, the email is sended without style, completely disfigured.

Examples
Email received when i use 'Send a teste email'
![image](https:/

micw
micw commented Jan 27, 2020

With 1.8 we will have a fully working kubernetes based deployment of mailu and a helm chart. Helm 3 is out, so the helm chart can fully replace the current static k8s examples (static k8s files can be created with helm3 at client side without special requirements to the kubernetes cluster and even without running kubernetes).

I'd like to modify the documentation:

  • replace existing kubernetes
1.8

Improve this page

Add a description, image, and links to the email topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the email topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.