smtp 相关问题

简单邮件传输协议(SMTP)是跨Internet协议(IP)网络进行电子邮件(电子邮件)传输的Internet标准。

无论我做什么,MailKit SMTP 客户端都失败并显示“无法解析服务器返回的状态代码”

我正在尝试调试我支持的产品中 MailKit SMTP 模块发送的消息。所以我整理了一个快速的 C 程序,它可能是有史以来最糟糕的 SMTP 实现(我不是专家......

回答 0 投票 0

我可以使用其他托管 SMTP 发送邮件吗?

我有一个托管的客户端,我们称之为 abc.com,上面安装了 Laravel。长话短说,我尝试从托管配置 smtp,但总是出错。在我尝试使用 smtp 后 ...

回答 0 投票 0

邮件服务无法在 grails 应用程序中运行并且无法连接到 SMTP

在我的 grails 应用程序中,我想使用邮件服务,但它不起作用并返回此错误: 无法连接到 SMTP 主机:smtp.gmail.com,端口:465;没有合适的协议(协议被禁用...

回答 0 投票 0

在 outlook 电子邮件客户端中隐藏使用 cid 的嵌入式图像的附件

我需要使用 cid 嵌入图像,我在 java 中使用以下方法: MimeBodyPart messageBodyPart = new MimeBodyPart(); byte[] imageDataBytes = Base64.getDecoder().decode(imageDataSt...

回答 2 投票 0

通过 C# 应用程序接收电子邮件和下载附件

我正在尝试实现一个可以接收发送到特定电子邮件地址的邮件的应用程序。场景是用户将 .ppt 文件作为附件发送到特定的电子邮件地址......

回答 2 投票 0

有没有办法通过 SMTP 发送到另一台服务器?

我们公司的 smtp-server 目前有问题,我们的管理员目前不可用。所以我想尝试从另一台服务器发送邮件。在我们的主服务器上没有连接

回答 2 投票 0

我的 php 邮件功能不工作。但没有任何错误信息

<?php return [ /* |-------------------------------------------------------------------------- | Default Mailer |-------------------------------------------------------------------------- | | This option controls the default mailer that is used to send any email | messages sent by your application. Alternative mailers may be setup | and used as needed; however, this mailer will be used by default. | */ 'default' => env('MAIL_MAILER', 'smtp'), /* |-------------------------------------------------------------------------- | Mailer Configurations |-------------------------------------------------------------------------- | | Here you may configure all of the mailers used by your application plus | their respective settings. Several examples have been configured for | you and you are free to add your own as your application requires. | | Laravel supports a variety of mail "transport" drivers to be used while | sending an e-mail. You will specify which one you are using for your | mailers below. You are free to add additional mailers as required. | | Supported: "smtp", "sendmail", "mailgun", "ses", | "postmark", "log", "array" | */ 'mailers' => [ 'smtp' => [ 'transport' => 'smtp', 'host' => env('MAIL_HOST', 'smtp.mailgun.org'), 'port' => env('MAIL_PORT', 587), 'encryption' => env('MAIL_ENCRYPTION', 'tls'), 'username' => env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), 'timeout' => null, 'auth_mode' => null, ], 'ses' => [ 'transport' => 'ses', ], 'mailgun' => [ 'transport' => 'mailgun', ], 'postmark' => [ 'transport' => 'postmark', ], 'sendmail' => [ 'transport' => 'sendmail', 'path' => '/usr/sbin/sendmail -bs', ], 'log' => [ 'transport' => 'log', 'channel' => env('MAIL_LOG_CHANNEL'), ], 'array' => [ 'transport' => 'array', ], ], /* |-------------------------------------------------------------------------- | Global "From" Address |-------------------------------------------------------------------------- | | You may wish for all e-mails sent by your application to be sent from | the same address. Here, you may specify a name and address that is | used globally for all e-mails that are sent by your application. | */ 'from' => [ 'address' => env('MAIL_FROM_ADDRESS', '[email protected]'), 'name' => env('MAIL_FROM_NAME', 'Example'), ], /* |-------------------------------------------------------------------------- | Markdown Mail Settings |-------------------------------------------------------------------------- | | If you are using Markdown based email rendering, you may configure your | theme and component paths here, allowing you to customize the design | of the emails. Or, you may simply stick with the Laravel defaults! | */ 'markdown' => [ 'theme' => 'default', 'paths' => [ resource_path('views/vendor/mail'), ], ], ];

回答 0 投票 0

如何将 SMTP 与 Apple iCloud 自定义域一起使用

我想使用 Python 的 SMTP 发送带有自定义域 iCloud+ 电子邮件地址的自动电子邮件。但是,我无法登录到 SMTP 服务器。我总是要么得到“邮箱确实......

回答 2 投票 0

python smtplib 运行失败(不支持 SMTP AUTH 扩展)

我想发送邮件,你可以看到我的python源代码: 导入 smtplib 电子邮件 = "[email protected]" 密码 = "ksarvsqstghnvbou" connection = smtplib.SMTP(&quo...

回答 1 投票 0

邮箱不可用。太多无效收件人错误

我们的应用程序使用 新的 SmtpClient(smtpServer)。发送(消息); 我们确保 smtpServer 有效,邮件有收件人和发件人地址、主题和正文……

回答 1 投票 0

使用 bash 通过 openssl s_client 发送电子邮件

我需要使用 abash 脚本发送电子邮件。我知道这个问题和答案。 我已经测试了 ssmtp、mail、mutt 等。只有 openssl s_client 似乎可以工作。 现在,这是我的脚本: 回显 $1 回声...

回答 1 投票 0

电子邮件在 SMTP 服务器的响应中排队; Nodemailer

我想通过我的 Next js 网站向用户发送交易电子邮件,用于通讯和重置密码目的,我正在使用带有 SMTP 凭据的 Nodemailer。使用过 Mailgun、Sendinblue、MSG91、Post...

回答 1 投票 0

无法更改 Gmail 中的 IMAP 和 SMTP 设置

我有一个新客户,在将主机移至我的服务器之前设置了一个基于域的 gmail 帐户。 但是,我们无法在任何地方使用我的 s 在 gmail 中设置自定义传入和传出名称服务器...

回答 0 投票 0

Nodemailer 自定义 SMTP 服务器不接收电子邮件

我正在使用 nodemailer 的 smtp-server 构建一个 SMTP 服务器,我已经正确设置了我的 DNS,遵循 Simon Carr 的这篇文章 https://simonjcarr.medium.com/create-an-smtp-server-with -nodejs-

回答 0 投票 0

SMTP-通过我的主机通过 smtp 发送电子邮件时出错

我在使用 SMTP php 邮件程序发送电子邮件时遇到问题。 通过 smtp 邮件程序发送电子邮件。 1-i 通过使用安全连接(tls 或 ssl)(关闭)(img-1)的 smtp 测试发送电子邮件 ** 成功 **。(https://dnschec...

回答 0 投票 0

亚马逊 SES 需要 spf 吗?

我知道建议使用它,但在我的测试电子邮件的电子邮件标题中,我已经收到“已收到 SPF:通过”。它显然在查找他们的 SPF。那么我需要在我的域中添加 SPF 记录吗?我是

回答 3 投票 0

管道命令到 smtp 服务器不起作用

所以我试图编写一个 bash 脚本,通过使用 openssl 向使用 smtp.gmail.com 服务器的人发送邮件。 到目前为止一切正常: printf "helo gmail.com auth 普通 $auth &...

回答 0 投票 0

SMTP 电子邮件未发送完整字符串

此电子邮件已设置 - 正确构建和发送包含所有字段的数据。 然而,一旦我将条件添加到方法中,只有第一个字段被发送,尽管单步执行代码和

回答 0 投票 0

我在 WP 中手动设置的 SMTP 配置不起作用

我想将我的 wp 网站上的时事通讯中提交的数据发送到 gmail 帐户,但它不起作用。 在我的 config.php 中: 定义('SMTP_USER','[email protected]'); 定义('SMTP_PASS','

回答 0 投票 0

从主机端用 php 发送邮件

用户 1 如何向管理员发送邮件,用户 2 如何向用户 1 发送邮件,其中发件人不需要在托管端的 php 中提供他们的 gmail 身份验证密码?意味着我的发送者和接收者都不是

回答 0 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.