skip to Main Content

Mysql – extracting emails by removing md5 hashes from text

recovered a client sql , current situation is we need to mail the users from sql . the data format atm is : (sample) : [email protected] vyourclientd8572fee33aec16b3a22cc04629e1b33you3elient@yopmail.comy fascwail.com3153741243f27e84f73a9f018f239725allg00ds@fastmail.coma [email protected] pwdflamingo900197393e11808e7f27ebf4331f0860c9cscrfdsold120@gmail.com hrdpfreakdc30025992230a7e564581bf7360fe36newnewuserfir22e@gmail.com so it user|md5|email|erors the hard part to delete the…

VIEW QUESTION

oracle apex, adding image to email template html body

`<div class="row" style="display: flex;"> <div style="flex: 33.33%; padding: 5px;" class="column"> <img src="#APP_FILES#icons/hololo.png" alt="Snow" style="width:50%"> </div> <div style="flex: 33.33%; padding: 5px;" class="column"> <img src="https://i.hizliresim.com/mxyxumi.png" alt="Forest" style="width:50%"> </div> </div> this is my email template body, i want to add image from app…

VIEW QUESTION

I try to send mail using Laravel but Error occurs

When i try to send mail using Laravel but error occurring like this "Connection to "process /usr/sbin/sendmail -bs -i" has been closed unexpectedly." enter image description here this is my env `MAIL_MAILER=sendmail MAIL_HOST=smtp.googlemail.com MAIL_PORT=567 MAIL_USERNAME=*******.com MAIL_PASSWORD="******" MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS="********.com" MAIL_FROM_NAME="${APP_NAME}"` ..

VIEW QUESTION
Back To Top
Search