All results for “WireMail”

API

$mail apivar
Provides an API interface to email and WireMail.

wireMail($to = '', string $from = '', string $subject = '', $body = '', $options = array) function
Send an email or get a WireMail object to populate before send

WireMail class
A module type that handles sending of email in ProcessWire

wireMail($key = '', $value = null) apivar.method

$mail->new($options = []) apivar.method
Get a new WireMail instance for sending email

$mail->to($email, string $name = null) apivar.method
Return new WireMail instance populated with “to” email

$mail->from(string $email, $name = null) apivar.method
Return new WireMail instance populated with “from” email

$mail->subject(string $subject) apivar.method
Return new WireMail instance populated with subject

$m->get(string $key) function.method
Get property

$m->set(string $key, mixed $value) function.method
Set property

$m->sanitizeHeaderName(string $name) function.method
Sanitize and normalize a header name

$m->sanitizeHeaderValue(string $value) function.method
Sanitize an email header header value

$m->to($email = null, string $name = null) function.method
Set the email to address

$m->toName(string $name) function.method
Set the 'to' name

$m->from(string $email, $name = null) function.method
Set the email 'from' address and optionally name

$m->fromName(string $name) function.method
Set the 'from' name

$m->replyTo(string $email, $name = null) function.method
Set the 'reply-to' email address and optionally name (where supported)

$m->replyToName(string $name) function.method
Set the 'reply-to' name (where supported)

$m->subject(string $subject) function.method
Set the email subject

$m->body(string $body) function.method
Set the email message body (text only)

$m->bodyHTML(string $body) function.method
Set the email message body (HTML only)

$m->header($key, string $value) function.method
Set any email header

$m->headers(array $headers) function.method
Set multiple email headers using associative array

$m->param(string $value) function.method
Set any email param

$m->attachment(string $value, string $filename = '') function.method
Add a file to be attached to the email

27 results


Modules

WireMailSwiftMailer 0.3.0
WireMail module providing Swift Mailer integration

WireMailSmtp 0.8.0
extends WireMail, uses SMTP protocol (plain | ssl | tls), provides: to, cc, bcc, attachments, priority, disposition notification, bulksending, ...

WireMailMailgun 0.5.1
Mailgun for ProcessWire

WireMailPHPMailer 1.4.4
This module extends WireMail base class, integrating the PHPMailer mailing library into ProcessWire.

WireMailChimp 0.0.1
Mailchimp integration for Processwire

WireMailRouter 0.0.1
WireMail module that sends email through other WireMail modules based upon configurable rules.

WireMailSendGrid 1.1.3
Extend WireMail to bypass PHP Mail and send mail via SendGrids Web API

WireMailgun 1.2.5
Extends WireMail to use the Mailgun API for sending emails.

WireMailPostmark 0.5.4
Allows Processwire to send transactional email via Postmark

WireMailPostmarkApp 0.0.3
Extends WireMail to use the Postmark API for sending emails.

WireMailGmail 0.0.1
WireMail module that sends email through Google’s Gmail. Requires GoogleClientAPI module first.

RockMailLogger 0.0.1
Logs all send() operations to the PW logs

WireMailMandrill 0.0.1
A WireMail implementation using the Mandrill HTTP API

WireMailBranding 0.1.3
Add a wrapper around bodyHTML.

WireMailBrevo 0.0.3
Allows Processwire to send transactional email via Brevo


Blog

Two new WireMail modules and using Gmail with PW Blog
A look at two new WireMail modules for sending email, plus details on how you can configure ProcessWire to use Gmail for sending email.

ProcessWire 3.0.130 core updates Blog
This week we’ll take a detailed look at a few useful new API additions made in the last few weeks, along with examples of each.

ProcessWire 2.5 Changelog Blog
There have been a few changes and additions.

ProcessWire 3.0.36 and looking forward Blog
A look at what's new in ProcessWire 3.0.36 master, plus a look forward at what we'll be working on in the weeks ahead.

ProcessWire 3.0.38 core updates Blog
This week we've got a new dev branch version with several updates which we'll merge to master soon. This post also includes a useful recipe on how to log all outgoing emails sent from your site. 

ProcessWire 3.0.105 core updates Blog
This latest version on the dev branch adds a new site profile to the core, adds useful new functions to our $mail API variable, and makes significant enhancements to our $sanitizer API variable. 

2-factor authentication coming to ProcessWire Blog
This week we're going to discuss a new security feature that's currently in development on the dev branch: 2-factor authentication. In this post we look at the benefits of 2FA, how it works, the coming implementation in ProcessWire, and more.

A look at FormBuilder v34 Blog
This week we take a look at what’s new in the latest version of ProcessWire FormBuilder, followed by a how-to guide and reference for using hooks to intercept and customize form rendering, processing, validation and more.

Login Register Pro Blog
This week we’ll take a look at LoginRegisterPro — a new module that provides an all-in-one, self contained module for providing new user registration, secure logins, profile editing, and more. It does this all in a manner that is reliable, efficient, comprehensive and secure.

ProcessWire 3.0.148 new master Blog
Today we have a new master version released, version 3.0.148! The last master version was 3.0.123, so there are 25 new versions worth of upgrades, fixes and optimizations in this new master version, relative to the previous. In this post we’ll take a closer look at what’s new, how to upgrade, and more.

Stripe Payment Processor for FormBuilder Blog
This week a second new module for processing Stripe payments has been added to FormBuilder. We’ll take a closer look at it in this blog post, plus we’ve got a demo of it here too.

ProcessWire 3.0.164 new master version Blog
This week we’re proud to announce the newest ProcessWire master version 3.0.164. Relative to the previous master version (3.0.148) this version adds a ton of new and useful features and fixes more than 85 issues, with more than 225 commits over a period of 7 months.

FormBuilder v38 released Blog

A closer look at ProcessWire ProMailer Blog
This week we take a closer look at the upcoming ProMailer module with a lot more details and screenshots. Plus an update on next steps with the new website and development schedule in the weeks ahead. 

ProcessWire 3.0.124 and new website launched Blog
In this week’s post, we’ll take a look a look at the new website and focus on some parts of it and how they were built. Then we’ll dive into the latest version of ProcessWire on the dev branch, version 3.0.124.

ProcessWire 3.0.123 new master Blog
Happy Holidays! This latest master version of ProcessWire contains hundreds of new additions, fixes, optimizations and more. This post covers all the highlights.

ProcessWire 3 master and changelog Blog
ProcessWire 3 is now officially released! In this post we cover all that's new in ProcessWire 3 relative to our previous major version.

ProcessWire 3.0.101 core updates Blog
This week's version of ProcessWire on the dev branch continues resolution of GitHub issue reports, and it also adds a new text truncation function to our $sanitizer API, something requested from our requests repository.

ProcessWire 3.0.10 expands image resize options Blog
This week we've got some really nice upgrades to our image resizing engine, a new core module type, and more.

ProcessWire 2.6.23 (2.7 rc2), translation features, license discussion Blog
This week we released ProcessWire 2.6.23 (2.7 rc2) which includes many tweaks, PRs and some nice new language translation features. This post also has discussion of a more open license for ProcessWire, and a heads-up for those using Microsoft hosted email.

ProcessWire 2.5.3 & 2.5.4 Blog
ProcessWire 2.5.3 is the new master/stable version, and introducing a new notifications system on the dev branch.

Introducing Tracy Debugger Blog
Hi everyone, Adrian Jones here this week to give you a rundown on a relatively new module, TracyDebugger.

Happy New Year! Here’s a roadmap for ProcessWire in 2016 Blog
In this post we take a look at all that is planned for ProcessWire in 2016. This includes plans for the core (3.x and 2.x), plans for the Pro modules, and big picture goals for the entire ProcessWire project!


General

Login Register Pro documentation Shop
This documentation covers how to install and use LoginRegisterPro in your website or application. 

Login Register Pro Shop
Login Register Pro for ProcessWire 3.x provides an all-in-one, self contained module for providing new user registration, secure logins, profile editing, and more. It does this all in a manner that is reliable, efficient, comprehensive and secure. 

Predefined module types in ProcessWire Docs
This page looks at the different predefined types of modules in ProcessWire and what they do. It also provides the recommended naming prefixes for modules so that ProcessWire can recognize your module type without actually loading it.

ProcessWire ProMailer Shop
ProMailer is the ideal tool for creating and sending email newsletters and managing subscribers in ProcessWire. It answers many of the same needs as services like MailChimp and Constant Contact, but without the recurring fees associated with those services.

Developing modules in ProcessWire Docs
It is easy to develop a module in ProcessWire, though some PHP experience is helpful. This section introduces module development and guides you through a simple example to get you started.

ProcessWire Request Blocker Shop
Helps to prevent scanners and bots from consuming too much of the server’s resources by automatically blocking their IPs when specific patterns are detected.


Showcase

Maloco and Associates Showcase
This is a prominant estate agent and solicitor in Fife. This site make extensive use of Lister Pro to allow them to manage the large number of properties listed in their site. The is a responsive revamp of a site that they had before built in a bespoke CMS and the client has reported Processwire to be much more intuitive.

Independent Electrical Contractors of New England Showcase
IEC-NE is the region’s premier trade association representing Connecticut, Massachusetts and Rhode Island independent electrical and systems contractors. The responsive IEC website features a custom-built membership and event registration system and a back-end CRM system built entirely on ProcessWire pages and ListerPro, making for a totally seamless integration between the organization's website and customer database.

Ergomare SA - Port and Marine Constructions Showcase
?RGOMARE SA is proud to have put its own great contribution to the country’s port infrastructure during the last 35 years, having accomplished more than 100 large and small port projects.

New Focus Recordings Showcase
New Focus Recordings is an artist led collective label featuring releases in contemporary music of many stripes, as well as new approaches to older repertoire. The label was founded by guitarist Dan Lippel and composer Peter Gilbert in 2003, with engineer/composer Ryan Streber playing a large role in the development of the label since 2004.

Systemic Disorder. Doctors and Patients in Nazi Germany Showcase
The Nazi takeover of Germany in 1933 led to profound changes in all areas of society—including the healthcare system. By presenting individual case studies, the exhibition “Systemic Disorder: Doctors and Patients in Nazi Germany” demonstrates how life’s possibilities were radically transformed, especially for Jewish doctors and patients. It highlights the trajectory of individual careers, and how new tasks—and new areas of conflict—arose in the healthcare sector. How was the “forced” conformity of the medical profession’s organizations also by acquiescence? What happened to the Reich’s Jewish and “politically undesirable” physicians? What kind of medical care did civilian and military prisoners receive at concentration camps? And how did doctors and healthcare policymakers try to maintain health services for the German populace until the end of the war?

Station Register of the Austrian Broadcasting and Telecommunications Regulatory Authority Showcase
Please see https://processwire.com/talk/topic/27856-station-register-of-the-austrian-broadcasting-and-telecommunications-regulatory-authority/

Conversations between Academics and Artists Showcase
Interdisciplinary conversations between artists and academics.

Association and Foundation for Indigenous Communities in Paraguay Showcase
Association and Foundation for Indigenous Communities in Paraguay. Our foundation and associations are committed to indigenous rights and environmental protection in the Paraguayan Chaco.

Orpot Web Design and Development Showcase
We are a group of professionals who together have more than 20 years of experience in the design and development of websites, we have worked in various agencies and gained experience to offer our services. We use diverse technologies to achieve attractive and functional sites. We currently offer our services to clients from all over Mexico, USA and Canada.

Carneros Resort and Spa Showcase
Luxury resort in Napa Valley.

Glenroy and Associates Limited Showcase
Glenroy and Associates provide consultancy services, personal and business development strategies, mechanical and process engineering and more to public and private organizations at the national, regional and global entities.

Systemic Disorder. Doctors and Patients in Nazi Germany Showcase
The Nazi takeover of Germany in 1933 led to profound changes in all areas of society—including the healthcare system. By presenting individual case studies, the exhibition “Systemic Disorder: Doctors and Patients in Nazi Germany” demonstrates how life’s possibilities were radically transformed, especially for Jewish doctors and patients. On the website you will find all the content of the exhibition banners, interviews with eyewitnesses and their descendants, and an exploration of visual antisemitism.

New Journey Community Church Showcase
An extremely fast, modern church website leveraging ProcessWire's ability to customize client administration. The blog and sermon sections couldn't be easier for this church to post to!

Roger Shapiro Fund for New Music Showcase
Established by composer/pianist Dina Koston, who named the fund after her husband, psychiatrist Roger Shapiro, the Roger Shapiro Fund is a new fund for commissioning, performance and recording of New Music.

Axis Animation Showcase
Founded in 2000, Axis is an award-winning, international studio of directors, designers, artists, animators, writers and producers that creates content for the biggest names in video games, film, television, commercials and online entertainment.

Flaunt Productions Showcase
Flaunt is based in the UK and makes stylised character animation for games, commercials, broadcast and digital.

The Saint Hotel - New Orleans Showcase
A scintillating stay on Canal Street, The Saint Hotel, Autograph Collection®, is located in the heart of the French Quarter, providing travelers with a genuine taste of New Orleans.

Tripsite Showcase
European bike and boat trips, hiking/walking trips and river cruises.

Steven Kovar: New Media Showcase
This is my personal site showcasing my sound work and art installations.

Axis VFX Showcase
In July 2013 award winning animation studio Axis teamed up with key industry VFX Supervisors and Producers to create an exciting new boutique visual effects studio: axisVFX. Producing high-end CGI and Visual Effects for film and TV, axisVFX is owned and run by craftspeople.


Forums

Search forums for “WireMail”