googol8080
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by googol8080-
It should be in this format: mycommand >/dev/null 2>&1 oh, okay, thank you!
-
Are you running EasyApache4? Here's the latest updates: EasyApache 4 Update - January 25, 2017 The hosting I am in is using a LiteSpeed web server
-
Hello, Could you elaborate some more on this question? For instance, do you have root access to the system? What type of data are you seeking specifically? Thank you. No root access, just want t...
-
2nd link might not help as of now because I am using a shared hosting plan, I just can't understand why I am getting a faults at vMEM though my site does not make a lot of traffic
-
Hello, I recommend reaching out to your web hosting provider for additional assistance. They should be able to help answer any questions you have about the server configuration, and determine if o...
-
Oh nice, I thought Pull Request! I didn't see the issue area, I will ask and will respond to your for updates thank you! Asked on github, no response. github.com/PHPMailer/PHPMailer/issues/891
-
Oh nice, I thought Pull Request! I didn't see the issue area, I will ask and will respond to your for updates thank you!
-
Already read that and the link at the comment, that is why I am confused, you and the tech support here said that I do not need to use DKIM to PHPMailer, but someone said that I might need to apply...
-
Thanks, I am quite confused right now. It seems my example above is correct. When I asked on stackoverflow they said DKIM, ugh, I do not know now, haha. Thank you for the response.
-
I think I do, for reference here is the code I tried, I copied it from github/PHPMailer example: isSMTP(); $mail->SMTPDebug = 0; $mail->Debugoutput = 'html'; $mail->Host = "mail.mydomain.com"; $ma...