Here are 3,125 public repositories matching this topic...
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
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Apr 29, 2020
Glad we have the tag, but would be even better if it could by default apply ‌
after the text. More about this hack here:
https://litmus.com/blog/the-little-known-preview-text-hack-you-may-want-to-use-in-every-email
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.
, 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.
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"
In Gmail tab, trying to open an attachment with "Open with Google Docs" button it just cause to open a blank window.
ENVIRONMENT
Mac Book Pro 2012
Mac OSX 10.11.6
Rambox Version: 0.6.9
Platform: darwin (x64)
Electron: 4.1.4
Chromium: 69.0.3497.128
Node: 10.11.0
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
Just wrong link on site docs in all section where is "global attributes" mention.
Examples where wrong:
https://heml.io/docs/elements/block#attributes
https://heml.io/docs/elements/image#attributes
https://heml.io/docs/elements/button#attributes
https://heml.io/docs/elements/link#attributes
There "/docs" is missing: https://heml.io/elements/overview#global-attributes
Must be: https://h
-
Updated
Jun 15, 2020 - HTML
Ideally, the ImapClientDemo sample would also demo IDLE support and restoring the connection if/when it gets dropped.
I'm not an expert and I can't make have mail for good working locally on my Mac with docker.
It would be nice if we can have a step by step guide or a video to help more people to use mail for good.
This effectively allows adding exceptions to more general inbox rules, e.g., "all emails to @example.com should go to Archive, unless they are for [email protected] or [email protected]".
@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
-
Updated
Jun 10, 2020 - CSS
-
Updated
May 14, 2020 - JavaScript
This code:
<style>
.align-important {
text-align:right !important;
}
</style>
<table>
<tr>
<td class="align-important">
XXXXX
</td>
</tr>
</table>
outputs this:
<table>
<tr>
<td class="align-important" style="text-align: right !important;" align="right !important">
XXXXX
</td>
-
Updated
Feb 29, 2020 - HTML
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:
-
Updated
Feb 11, 2020 - JavaScript
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'
.
I'd like to modify the documentation:
- replace existing kubernetes
-
Updated
Jun 8, 2020 - Shell
-
Updated
Mar 1, 2020
HI,
tried to install frappe-bench and followed the tutorial.
At the above step,
https://frappe.io/docs/user/en/tutorial/users-and-records#42-creating-records
I've found no way to add and make "Library Management" Module icons show on the desk.
Looking in the ERPNext source, I've found another way to add icons, creating a json file desk_page/module.json
Which is the right way to sho
Improve this page
Add a description, image, and links to the email topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the email topic, visit your repo's landing page and select "manage topics."