Emailling from PB.

Just starting out? Need help? Post your questions and find answers here.
User avatar
matalog
Enthusiast
Enthusiast
Posts: 305
Joined: Tue Sep 05, 2017 10:07 am

Emailling from PB.

Post by matalog »

I will be writing a program that will allow the user to input details to quite a simple 'Form' and then send the results to 4 places.

Due to the 4 places not being within the WIFI of the building, I will most likely email a CSV to the 4 places.

I'm just looking to know, is there a safe and definite way to send an email from a Purebasic program these days?

Is there a better way to do this given the fact that it is beyond a local network?
BarryG
Addict
Addict
Posts: 4218
Joined: Thu Apr 18, 2019 8:17 am

Re: Emailling from PB.

Post by BarryG »

matalog wrote: Sun Oct 12, 2025 12:37 amis there a safe and definite way to send an email from a Purebasic program these days?
Yes, with the "Mail" commands -> https://www.purebasic.com/documentation/mail/

I've been sending emails through Gmail with PureBasic for many years.
Post Reply