I was able to send email from my php script using the following code
Code: Select all
imap_mail("to@gmail.com", "Subject", "This is the message");
Thank You
Moderator: General Moderators
Code: Select all
imap_mail("to@gmail.com", "Subject", "This is the message");