patriotaki
patriotaki
same issue here.
same problem here on my driverrs/etc/host file nothing for spotify
bump?
Hello @Sebi94nbg thank you for the reply. From what I see the messageId is only present in replies? and not in the first email that is being sent?
@Sebi94nbg hmm thats weird, emails that are sent from gmail do not have a message ID in my tests I am trying to find the correct logic of how ticket...
@Sebi94nbg Yes, i've tried multiple times, message id is always empty, unless i am not using the correct code. This is the output Image: https://monosnap.com/file/yHXbdxfEZUn8OwyvMh3FJ8C9moBArz code: `echo 'from-name: '.(string) ($email->fromName...
@Sebi94nbg Message id is still empty in headersRaw ` h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to;` followed by a long string, unless the values are encoded in that long string?
The message id is visible in the gmail when clicking show original code sample below: ` $user = $department_value["email"]; $host = $department_value["imap_host"]; $port = $department_value["imap_port"]; $pass = $department_value["imap_password"]; $auth =...
@Sebi94nbg Yes, the process is in a loop thus the keyword `continue` this is the a partial result of headersRaw() , as far as I can see there is no...
@Sebi94nbg PS: I tried Outlook email, and still no message ID