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
  • 6 months later...
  • 1 month later...
Posted

Thank you very much. Unfortunately, I dropped the whole topic a few days later so I do not have the Azure setup data anymore. It was really, really complicated so we solved the problem otherwise.

  • 4 weeks later...
Posted

I messed up and upgraded the module without upgrading the old version of PHP that I have installed. (7.something) Is there a way for me to downgrade the module (install an older version)? Upgrading to PHP 8, while recommended  and necessary, isn't an easy task at this point and in the meantime the mailing function of the website is broken. 😞

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...