Dkuzik Posted February 25 Share Posted February 25 Trying to create a hook to send an email to a non whmcs client. I can send to client but not non client. Anyway to accomplish this? Thanks Darren 0 Quote Link to comment Share on other sites More sharing options...
Azhar Patel Posted February 25 Share Posted February 25 Can you tell me full requirement on what action you want to send email so I could help 0 Quote Link to comment Share on other sites More sharing options...
Dkuzik Posted February 25 Author Share Posted February 25 Basically a waiting list signup. U just need to enter email address. System will send an email when product becomes available. I can get everything to work, send email if they are existing client. But haven't figured out for non client. (For people that haven't registered yet). 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 25 Share Posted February 25 Why not simply create a form that writes the emails to a flat file. Once the product becomes available, that file gets used to send out an email, with a link to order/join, etc. Trying to do that through WHMCS doesn't seem the most efficient use of time. 0 Quote Link to comment Share on other sites More sharing options...
Dkuzik Posted February 25 Author Share Posted February 25 What trigger to send email to non client. I already have that part. I have a popup enter email saved to table. Like I said I can get it to email if they are a client but not if they are a non client. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 26 Share Posted February 26 That's a custom solution already then, since it's saving non client info in it. If it's a table within WHMCS, then you'd need to create something to get that data from the database, and use something like a marketing email to send it. 0 Quote Link to comment Share on other sites More sharing options...
Azhar Patel Posted February 26 Share Posted February 26 Yes, This is not possible to send with through WHMCS to Guest user, so better send direct email through PHP or SMTP 8 hours ago, Dkuzik said: Basically a waiting list signup. U just need to enter email address. System will send an email when product becomes available. I can get everything to work, send email if they are existing client. But haven't figured out for non client. (For people that haven't registered yet). 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.