承接 sitegeist/neos-symfonymailer 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sitegeist/neos-symfonymailer

最新稳定版本:v1.2.0

Composer 安装命令:

composer require sitegeist/neos-symfonymailer

包简介

A connector to use the symfony mailer component in Neos.Fusion.Form Actions and via PHP

README 文档

README

Use the Symfony Mailer Component from Neos CMS, especially together with Neos.Fusion.Form but it can also be used directly via PHP.

Authors & Sponsors

The development and the public releases of this package is generously sponsored by our employer http://www.sitegeist.de.

Installation

Sitegeist.Neos.SymfonyMailer is available via packagist composer require sitegeist/neos-symfonymailer. We use semantic-versioning, so every breaking change will increase the major version number.

Neos.Fusion.Form Action Sitegeist.Neos.SymfonyMailer:SendMailAction

The Sitegeist.Neos.SymfonyMailer:SendMailAction allows to specify an email that will be sent after the runtime form was successfully submitted.

Options:

  • senderAddress: (string|array)
  • senderName: (string)
  • recipientAddress: (string|array)
  • recipientName: (string)
  • replyToAddress: (string|array)
  • carbonCopyAddress: (string|array)
  • blindCarbonCopyAddress: (string|array)
  • subject: (string) The email subject
  • text: (string) The plaintext content
  • html: (string) The html content (if text and html are defined a multipart email is created)
  • attachments.[key]: (string) The string is treated as a path where the attachment is read from.
  • attachments.[key]: (UploadedFileInterface|FlowResource) The uploaded file or resource is added to the mail
  • attachments.[key]: (array{name:string, content:string}) Create a file on the fly from name and content
  • attachments.[key]: (iterable) If iterables (Collections) are passed the files are attached recursively
  • testMode: (boolean) Show debug information instead of actually sending the email.
  • dsn: (string) Use the specified mailer dsn instead of the global setting

Example:

form = Neos.Fusion.Form:Runtime.RuntimeForm { # ... actions { type = 'Sitegeist.Neos.SymfonyMailer:SendMail' options { senderAddress = ${q(node).property('mailFrom')} recipientAddress = ${q(node).property('mailTo')} subject = ${q(node).property('mailSubject')} text = afx`Thank you {data.firstName} {data.lastName} from {data.city}, {data.street}` html = afx`<h1>Thank you {data.firstName} {data.lastName}</h1><p>from {data.city}, {data.street}</p>` attachments { upload = ${data.file} resource = "resource://Form.Test/Private/Fusion/Test.translation.csv" jsonFile { content = ${Json.stringify(data)} name = 'data.json' } } } } } 

Configuration

The package allows to configure the dsn used by the mailer globally via settings. You can use the dsn specification as it is documented by symfony here: https://symfony.com/doc/current/mailer.html#transport-setup

Sitegeist: Neos: SymfonyMailer: dsn: 'sendmail://default'

Usage via PHP

The package is built upon the package Sitegeist.Neos.SymfonyMailer.Factories which can be used directly from php. See https://github.com/sitegeist/Sitegeist.Neos.SymfonyMailer.Factories how this is done.

Contribution

We will gladly accept contributions. Please send us pull requests.

License

See LICENSE

统计信息

  • 总下载量: 20.97k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固