Forum Moderators: coopster
I hope this post is in the correct area.
I have been thinking of a best way of sending many emails,say a hundred in a day(dont worry,not spamming anyone,know them all) and wanted to find out if there is a way of connecting to yahoo,gmail or others that offer free email for this purpose, without logging into my yahoo account.
Please advice.
Saboi
Seem to me Google provides smtp services, but it is not easy to implement as they use some secured connection method for that ("TLS").
Why don't you send emails directly from the server using php's "mail" function?