Jump to content

Recommended Posts

Posted

Can you maybe try to use filename property? Single file has as far as I know no path property.

$mail->addAttachment($file->filename, $file->name);

 

  • 2 years later...
Posted

Hello! I want to find out if this plugin is able to 

  1. take over all mail sending within ProcessWire automatically by simply replacing the default WireMail Class.
  2. If so, where can I configure "SMTP via OAuth" like it is described here: https://github.com/PHPMailer/PHPMailer/wiki/Microsoft-Azure-and-XOAUTH2-setup-guide

Is that even possible, or do I have to manually go through all my websites forms and send the mail programmatically?

Luckily, I do have all the Azure Application-IDs and secret codes right here, but where do I fill them in?

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...