Unreal Engine 5 SMTP Mail Sender with libcurl

2023-08-15 Thread Frozen Forest via curl-library
Hello, I am working on Unreal Engine 5 runtime mail sender plugin based on libcurl *Windows Version 7.83.1* *Android Version 7_75_0* *These are embedded to Unreal Engine and we can't change them unless we change source code.* I have to send multiple attachments to* "To, Cc, Bcc" targets with prop

Re: Unreal Engine 5 SMTP Mail Sender with libcurl

2023-08-15 Thread Ray Satiro via curl-library
On 8/15/2023 7:56 AM, Frozen Forest via curl-library wrote: I have to send multiple attachments to*"To, Cc, Bcc" targets with proper mail subject.* If I use *payload_source *method, I can see subject and all recipients are in correct group but I can't attach any file. If I use *mime* method, I c

Re: Unreal Engine 5 SMTP Mail Sender with libcurl

2023-08-15 Thread Frozen Forest via curl-library
My problem was header integration while using mime example. as you can see in my gist, I commented out payloads and also used mimes. I couldn't solve the problem until now. Some reason, slist_append didn't append info from my header array. So, I used same variables on append directly without \r\n