mathishuettl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Import 100k posts to WordPresshmmm okay do you have an idea why?
Forum: Fixing WordPress
In reply to: Import 100k posts to WordPressThanks for this usefull tipp! I wrote a php import script now, everything works nearly perfect. I just have 1 problem. Everytime at the 110/535 entry the script suddenly stops without an warning/error or something. Is there a limit inside wordpress or what else could i do?
Hello,
no I dont want to use the api with username + password.
I want to use the api with client_id and secret – just without the token.Forum: Developing with WordPress
In reply to: oAuth2 Server + Custom Endpointshelp me please
Forum: Plugins
In reply to: [SMTP Mailer] phpmailer_init hookis there a similar hook?
Forum: Plugins
In reply to: [SMTP Mailer] phpmailer_init hook?????
Forum: Plugins
In reply to: [SMTP Mailer] phpmailer_init hookOkay thanks. I want to send Emails programmatically and embed images.
Forum: Fixing WordPress
In reply to: PHPmailer doesn’t work since updatestill have the same problem please help me
Forum: Fixing WordPress
In reply to: PHPmailer doesn’t work since updateHello Thanks for your answers but I think I don’t understand what is meant in this article from @sterndata look my code above – does i have to call
$phpmailer->encodeFile($path)before I do$phpmailer->AddEmbeddedImage??